summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-08-25ensure editeng str len is in sync with attributesCaolán McNamara3-11/+59
2015-08-25Handle non-aligned FFNsStephan Bergmann1-23/+122
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin13-19/+19
2015-08-25misplaced braceCaolán McNamara1-1/+1
2015-08-25disable test case pending index assert fixCaolán McNamara1-0/+0
2015-08-25using RECT_EMPTY here is very dodgyNoel Grandin1-1/+1
2015-08-25simplify, IsEmpty() checks both Right and Bottom alreadyNoel Grandin1-6/+2
2015-08-25there may be no storage available in older formatsCaolán McNamara2-2/+7
2015-08-25make pWindow private in SfxChildWindowNoel Grandin8-27/+27
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin4-8/+1
2015-08-24consider validity of m_nDrawCpOCaolán McNamara3-2/+4
2015-08-24Handle GetBaseCp overflowStephan Bergmann3-29/+52
2015-08-24Handle zero nPLCFStephan Bergmann1-1/+2
2015-08-24loop over successfully read bookmarksCaolán McNamara2-3/+2
2015-08-24allow avoiding config for CustomToolBarImportHelperCaolán McNamara1-4/+10
2015-08-24limit seeks to valid areaCaolán McNamara2-4/+3
2015-08-24guard against hangs with bogus unsorted plcfsCaolán McNamara3-0/+18
2015-08-24Revert "guard against hangs with bogus unsorted plcfs"Caolán McNamara3-18/+0
2015-08-24guard against hangs with bogus unsorted plcfsCaolán McNamara3-0/+18
2015-08-24dismiss bad seek offsets earlyCaolán McNamara1-1/+2
2015-08-24fix crash with empty booknamesCaolán McNamara1-3/+4
2015-08-24loplugin:staticcallStephan Bergmann1-15/+15
2015-08-23tdf#91969: Parts of paragraph border is missingZolnai Tamás1-2/+2
2015-08-23check for bad locationsCaolán McNamara2-8/+18
2015-08-22check that src index is in doc rangeCaolán McNamara2-2/+5
2015-08-22tdf#92379: svx: don't overwrite fo:background-color on ODF importMichael Stahl1-2/+2
2015-08-22sw: translate thatMichael Stahl1-1/+1
2015-08-22tdf#93240: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-21/+22
2015-08-21tdf#92612 Right-clicking after applying "paint buckets" leads to multiple UndoAshod Nakashian5-14/+37
2015-08-21Added Test for tdf#77342 copy/paste of footnote cross referencesVarun1-1/+250
2015-08-21export 'Chapter' field type as 'StyleRef' into .docAndras Timar1-1/+5
2015-08-21loplugin:defaultparamsStephan Bergmann1-5/+5
2015-08-21support ww2, etc via fftesterCaolán McNamara1-3/+6
2015-08-21loplugin:defaultparamsNoel Grandin19-65/+61
2015-08-21AutoCorrect methods result in ambiguous overloadsNoel Grandin2-3/+3
2015-08-21avoid hang in certain ww6 docsCaolán McNamara2-1/+1
2015-08-21afl-clang-fast++ seems to miscompile thisCaolán McNamara2-3/+3
2015-08-21don't crash due to earlier short readsCaolán McNamara2-0/+3
2015-08-21fix another ww6 crashCaolán McNamara2-0/+1
2015-08-21if read string was truncated, then truncate attributes range to matchCaolán McNamara3-8/+9
2015-08-21add ww6 test dir and fix a crashCaolán McNamara6-13/+20
2015-08-21loplugin: defaultparamsNoel Grandin22-73/+70
2015-08-21loplugin: defaultparamsNoel Grandin18-61/+60
2015-08-21loplugin: defaultparamsNoel Grandin31-104/+103
2015-08-21loplugin: defaultparamsNoel Grandin24-73/+66
2015-08-21loplugin: defaultparamsNoel Grandin11-28/+26
2015-08-21allow differentiation between ww6 and ww8Caolán McNamara2-3/+4
2015-08-21clip text to skip to max text availableCaolán McNamara2-1/+2
2015-08-20tweak config-less sysconfig pathCaolán McNamara1-1/+3
2015-08-20tdf#93240: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl4-36/+34