summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docedt.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-1/+1
2012-07-04Convert Svptrarr to std::vector<SwPosition*>Noel Grandin1-7/+7
2012-07-04Convert Svptrarr to std::vector<SwRedline*>Noel Grandin1-6/+5
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks1-1/+1
2012-06-21reduce scope and replace some String::CreateFromAsciiCaolán McNamara1-3/+2
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-16/+15
2012-03-27Convert SV_PTRARR_DEL to boost::ptr_vectorBartosz Kosiorek1-19/+15
2012-03-22Convert SVARRAY SORT into STL setBartosz Kosiorek1-5/+4
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-5/+5
2011-12-10sw: tweak comment translations:Michael Stahl1-30/+31
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-11-25Translate German comments and translate some english comments spelling errorsPhilipp Weissenbacher1-182/+165
2011-11-18i#102333: SwDoc::ReplaceRangeImpl:Michael Stahl1-0/+5
2011-11-18SwDoc::ReplaceRange: prevent assertionMichael Stahl1-0/+3
2011-11-17redundant if not-null checks on deleteIvan Timofeev1-8/+4
2011-09-04removed dead codeTakeshi Abe1-1/+0
2011-07-22Replace SvUShorts with vector in rolbck.hxx and cascade changes.Nigel Hawkins1-5/+5
2011-06-15Replace SvULongs with std::vector in mvsave.hxxNigel Hawkins1-4/+4
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky1-4/+9
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-12/+6
2011-03-22CWS-TOOLING: integrate CWS sw34bf04Vladimir Glazunov1-4/+9
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks1-109/+133
2011-03-11sw34bf04: #o11831122#: prevent redline corruption:Michael Stahl1-2/+9
2011-03-01sw34bf04: #i102333#: SwDoc::ReplaceRangeImpl: remove bogus rPam.MoveMichael Stahl1-2/+0
2011-02-09CWS swlayoutrefactoring: resync to m100Mathias Bauer1-109/+133
2011-02-08Clean-up bogus comments in writer.Guillaume Poussel1-6/+3
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner1-88/+112
2011-02-06Fix build and remove one more nested macroThomas Arnhold1-2/+1
2011-01-28removed bogus commentsshirahara1-9/+4
2011-01-26Cleanup for ww1.Thomas Arnhold1-1/+0
2011-01-18Remove duplicated includes and defines. Identified with "cat $i | grep '^#inc...Thomas Arnhold1-1/+0
2011-01-17removetooltypes01: #i112600# Remove tools types from swCarsten Driesner1-23/+23
2010-12-17CWS swlayoutrefactoring: #i115510#: first step to clean up the SwClient messMathias Bauer1-7/+1
2010-12-15undoapi: UndoCore.hxx: split out UndoSplitMove.hxxMichael Stahl1-1/+1
2010-12-15undoapi: UndoCore.hxx: split out UndoDelete.hxxMichael Stahl1-0/+1
2010-12-15undoapi: UndoCore.hxx: split out UndoInsert.hxxMichael Stahl1-0/+1
2010-12-15undoapi: UndoCore.hxx: split out UndoOverwrite.hxxMichael Stahl1-0/+1
2010-12-15undoapi: UndoCore.hxx: split out UndoRedline.hxxMichael Stahl1-0/+1
2010-12-15undoapi: UndoCore.hxx: split out UndoNumbering.hxxMichael Stahl1-0/+1
2010-12-15undoapi: move most of inc/undobj.hxx to source/core/inc/UndoCore.hxxMichael Stahl1-1/+1
2010-12-15undoapi: #i115383#: remove RemoveLastUndo() from IDocumentUndoRedoMichael Stahl1-1/+1
2010-12-15undoapi: #i115383#: replace SwUndo->GetId() + static_cast with dynamic_cast:Michael Stahl1-15/+13
2010-12-15undoapi: #i115383#: ensure that AppendUndo is only called when Undo is enabled:Michael Stahl1-2/+1
2010-12-15undoapi: #i115383#: clean up SwUndoReplace:Michael Stahl1-15/+3
2010-12-15undoapi: SwDoc: replace SwNodes member with pointer, remove ndarr.hxx includeMichael Stahl1-2/+4
2010-11-25Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky1-15/+15
2010-11-25Removed DBG_UTIL from swCédric Bosdonnat1-15/+15
2010-11-25unodapi: #i114888#: sw: clean up some more, using sw::UndoGuard.Michael Stahl1-10/+3
2010-11-25unodapi: #i115383#: clean up ClearRedo() usage:Michael Stahl1-4/+1