Age | Commit message (Expand) | Author | Files | Lines |
2011-07-21 | A couple more points for TODO.feature/layout | Ricardo Cruz | 1 | -0/+7 |
2011-07-21 | Fixed LDialog layout bugs | Improved Table: better space use by multi-span... | Ricardo Cruz | 1 | -2/+2 |
2011-07-21 | Re-implemented Table in a different line. Tweaks here and there. | Ricardo Cruz | 2 | -66/+60 |
2011-07-21 | Added min button sizes to ButtonBox, like gtk does: disabled for now | Ricardo Cruz | 1 | -0/+1 |
2011-07-21 | Implemented ButtonBox: needs to be read plataform defaults next | Ricardo Cruz | 1 | -8/+59 |
2011-07-21 | Fixed Notebook | Ricardo Cruz | 1 | -21/+15 |
2011-07-21 | Fixed glitches/crash from the Layout introduction. | Ricardo Cruz | 1 | -3/+7 |
2011-07-21 | Word count dialog: use vcl layout code. | Ricardo Cruz | 2 | -24/+123 |
2011-07-21 | check reads and seeks | Caolán McNamara | 6 | -57/+95 |
2011-07-20 | callcatcher: remove unused lcl_SkipNPages | Thomas Arnhold | 1 | -8/+0 |
2011-07-20 | check for short reads | Caolán McNamara | 2 | -15/+24 |
2011-07-20 | use SprmIterator here too instead of hand-rolled loop | Caolán McNamara | 1 | -6/+7 |
2011-07-19 | fix an extra comma (was already referenced OOo bug 87057) | Julien Nabet | 1 | -2/+2 |
2011-07-19 | I knew there was something screwy about that use of getVersion | Caolán McNamara | 2 | -6/+9 |
2011-07-19 | comment out an unused variable for now | Luboš Luňák | 1 | -1/+1 |
2011-07-19 | skeleton for writting .docx comments | Luboš Luňák | 6 | -3/+71 |
2011-07-19 | make text wrapping work in headers/footers too (fdo#39155) | Luboš Luňák | 1 | -8/+3 |
2011-07-19 | const methods | Luboš Luňák | 2 | -4/+4 |
2011-07-18 | Changed undo insert horizontal ruler to rule. | Jeffrey Chang | 1 | -1/+1 |
2011-07-18 | de-stupid-operator-ize plcf and keep nIdx within legal limits | Caolán McNamara | 3 | -20/+24 |
2011-07-18 | merge PAP and CHP length and offset clipping | Caolán McNamara | 3 | -22/+48 |
2011-07-18 | check if strlen is even possible | Caolán McNamara | 1 | -23/+39 |
2011-07-18 | check seeks, check available size, pointers to ref | Caolán McNamara | 3 | -43/+57 |
2011-07-18 | clip silly allocs | Caolán McNamara | 1 | -2/+4 |
2011-07-18 | if the offset doesn't exist, don't bother | Caolán McNamara | 1 | -89/+93 |
2011-07-18 | defer allocating dest until we know the source exists | Caolán McNamara | 2 | -9/+14 |
2011-07-18 | horrifically hard to find bug, deleted paras referenced by uncommitted props | Caolán McNamara | 3 | -1/+63 |
2011-07-18 | callcatcher: remove unused methods | Caolán McNamara | 2 | -8/+0 |
2011-07-18 | adapt to new InsertAutomaticEntryColor method | Michael Meeks | 1 | -3/+2 |
2011-07-15 | starmath: check for edit window when inline editing is enabled | Miklos Vajna | 1 | -1/+2 |
2011-07-15 | starmath: check for existing edit window | Miklos Vajna | 1 | -0/+2 |
2011-07-15 | fix for bnc#693477 ensure table alignment is preserved | Noel Power | 1 | -1/+2 |
2011-07-15 | Add prefixes for component_getFactory methods | Matúš Kukan | 12 | -20/+19 |
2011-07-14 | If nFib is 0x00D9 or greater, then cQuickSaves MUST be 0xF | Caolán McNamara | 1 | -0/+3 |
2011-07-14 | Fix "signed/unsigned comparison" warning in itrcrsr.cxx. | Nigel Hawkins | 1 | -1/+1 |
2011-07-13 | Fix counting the paragraphs, fdo#36816. | Jan Holesovsky | 1 | -2/+4 |
2011-07-13 | Replace SvUShorts with deque in porlay.hxx and cascade. | Nigel Hawkins | 5 | -26/+26 |
2011-07-13 | Replace SvUShorts with vector in xmlexpit.[ch]xx | Nigel Hawkins | 2 | -10/+10 |
2011-07-13 | Replace SvUShorts with vector in ftnidx.[ch]xx | Nigel Hawkins | 2 | -9/+6 |
2011-07-13 | Replace SvUShorts with vector in extinput.hxx and cascade changes. | Nigel Hawkins | 4 | -21/+18 |
2011-07-13 | Replace SvUShorts with vector in label.hxx and label1.cxx. | Nigel Hawkins | 2 | -7/+8 |
2011-07-13 | guard against endpos preceeding startpos | Caolán McNamara | 1 | -1/+7 |
2011-07-12 | In the print dialog, always default to "All pages". | Jan Holesovsky | 1 | -1/+1 |
2011-07-12 | Remove component_getImplementationEnvironment | Matus Kukan | 6 | -44/+0 |
2011-07-12 | use oox filter for *all* control import | Noel Power | 2 | -2/+46 |
2011-07-11 | Remove unused RtfSdrExport::AddShapeAttribute | Miklos Vajna | 2 | -13/+0 |
2011-07-11 | protect against short reads and silly offset values | Caolán McNamara | 1 | -20/+39 |
2011-07-11 | callcatcher: remove unused PutCJKandCTLFontsInAttrPool | Caolán McNamara | 2 | -9/+0 |
2011-07-11 | check that seeks succeed, sanity check count of styles against recorded length | Caolán McNamara | 5 | -26/+45 |
2011-07-11 | make the test depend on the resources, rather than the .cxx | Caolán McNamara | 1 | -2/+4 |