summaryrefslogtreecommitdiff
path: root/sw/source/core/doc
AgeCommit message (Expand)AuthorFilesLines
2011-09-20bah, why did I change it away from sizeCaolán McNamara1-1/+1
2011-09-20removed unsatisfiable equalities of conditionalsTakeshi Abe1-19/+3
2011-09-20Fix for fdo#35513: avoid crash while processing incorrect range of pagesIvan Timofeev1-0/+3
2011-09-20replaced some SvUShorts with std::vectorDaniel Di Marco1-3/+3
2011-09-15We can't #define _HAS_ITERATOR_DEBUGGING 0 in just some of the source filesTor Lillqvist1-4/+0
2011-09-14do not try to read from an iterator which we just deleted from the containerBjoern Michaelsen1-1/+1
2011-09-14Revert "Revert "i#118224: kill O(n^2) complexity of unique bookmark name crea...Bjoern Michaelsen1-4/+25
2011-09-14Revert "i#118224: kill O(n^2) complexity of unique bookmark name creation"Fridrich Štrba1-25/+4
2011-09-12factor out code for copying compatability optionsCaolán McNamara1-31/+33
2011-09-12factor out code which sets the defaults for propertiesCaolán McNamara1-19/+25
2011-09-12SwDoc::ReplaceStyles can be constCaolán McNamara2-2/+2
2011-09-06[cppchecker] deletion of not needed variablePierre-André Jacquod1-2/+1
2011-09-06i#118224: kill O(n^2) complexity of unique bookmark name creationChristoph Lutz1-4/+25
2011-09-06Header/Footer: revert objects ghosting to keep writer WYSIWYGCédric Bosdonnat1-6/+1
2011-09-05#define _HAS_ITERATOR_DEBUGGING 0 to fix --enable-dbgutil MSVC compilationTor Lillqvist1-0/+4
2011-09-04removed dead codeTakeshi Abe1-1/+0
2011-08-29tweak for changeCaolán McNamara1-2/+2
2011-08-23Remove unecessary parameter to IDocumentStatistics::UpdateDocStatArnaud Versini1-23/+31
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara1-2/+3
2011-08-10fdo#33960, Implement new rule for xref to numbered paragraphsTroy Rollo1-4/+52
2011-08-10Number formatter sal_Bool -> bool clean-up and cosmeticsEike Rathke1-1/+1
2011-07-29Get rid of these non-printable charsThomas Arnhold4-5/+0
2011-07-28use DrawUndoGuard to turn off undo for draw layer for duration of its scopeCaolán McNamara1-5/+5
2011-07-27Resolves: fdo#36631 don't crash on undo of ole2 insertCaolán McNamara1-0/+5
2011-07-25Replace SvUShorts with vector in redline.hxx and docredln.cxxNigel Hawkins1-7/+9
2011-07-22Replace SvUShorts with vector in rolbck.hxx and cascade changes.Nigel Hawkins2-9/+8
2011-07-13Replace SvUShorts with vector in ftnidx.[ch]xxNigel Hawkins1-3/+3
2011-07-13Replace SvUShorts with vector in extinput.hxx and cascade changes.Nigel Hawkins1-3/+5
2011-07-08More conservative fix for aliasing problems (fdo#33781)Petr Mladek1-17/+15
2011-07-06Fixed core dump and invalid memory access for some edge casesmarc-andre@atc.tcs.com1-29/+30
2011-07-01Remove .rej file pushed by mistakeFrancois Tigeot1-7/+0
2011-06-30n#676858: header, footer edition mode: updated paint methodsCédric Bosdonnat1-1/+6
2011-06-22fix for fdo#32421: set indent for footnotes / endnotes to 0.6cmAndré Schnabel1-4/+4
2011-06-20Additional fix for bug fdo#33781Roland Baudin1-0/+6
2011-06-17Must use const_reverse_iterator, fixes build error with MSVCTor Lillqvist1-1/+1
2011-06-16Replace SvULongs with std:vector in docfld.cxx. LGPLv3+/MPL.Nigel Hawkins1-9/+5
2011-06-15Replace SvULongs with std::vector in mvsave.hxxNigel Hawkins3-17/+17
2011-06-14Remove obsolete #defines of SVSTDARR_USHORTSORT. LGPLv3+/MPL.Nigel Hawkins1-1/+0
2011-06-14Replace SvUShortsSort with std::set<sal_uInt16> in SwDoc::ResetAttrs.Nigel Hawkins3-49/+39
2011-06-13Some cppcheck cleaning (functions can be const)Julien Nabet1-2/+2
2011-06-09fdo#37974 make recursive call of MarkManager::deleteMark do the right thingCaolán McNamara1-0/+13
2011-06-08Remove the remaining debug.hxx includes in writerJacek Wolszczak1-2/+0
2011-06-08Effective STL Item 27Caolán McNamara1-1/+5
2011-06-06Merge remote-tracking branch 'origin/libreoffice-3-4'Jan Holesovsky1-1/+1
2011-06-03Replaced sal_Bool with boolChristina Rossmanith1-10/+10
2011-06-03Renamed SttNd to StartNdChristina Rossmanith1-22/+22
2011-06-03Cleaning SplitDocChristina Rossmanith1-380/+88
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky3-4/+10
2011-05-27Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/writerJan Holesovsky1-12/+19
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky4-66/+37