summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docedt.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-05-15fdo#46808, More LinguProperties funNoel Grandin1-1/+0
2013-04-19sw: missing prefix for global pBreakItMiklos Vajna1-3/+3
2013-04-08fdo#62475 - remove pointless comments and ASCII art in sw/source/core/docPhilipp Riemer1-3/+0
2013-04-08doxygen-ize comments in sw/source/core/docPhilipp Riemer1-5/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-03-03sal_Bool to boolTakeshi Abe1-1/+1
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl1-29/+43
2013-02-18SwDoc: rename member variables missing their prefixMiklos Vajna1-10/+10
2013-02-15fdo#60732: make callers of SwTxtNode::InsertText more robust:Michael Stahl1-1/+4
2013-02-15SwDoc::Overwrite: probably a bad idea to overwrite fieldmarksMichael Stahl1-2/+12
2013-01-11sw: more unused includes in docedtMiklos Vajna1-27/+0
2013-01-11Remove unneeded #includeMatteo Casalin1-1/+0
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-21unused variablesLuboš Luňák1-5/+1
2012-10-20sal_Bool to boolTakeshi Abe1-13/+13
2012-10-19sal_Bool to boolTakeshi Abe1-1/+1
2012-10-16sal_Bool to boolTakeshi Abe1-3/+3
2012-10-15postfix operator++ -> prefix operator++Luboš Luňák1-15/+15
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-21/+21
2012-09-11-Werror,-Wunused-private-field (various sw)Stephan Bergmann1-4/+4
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen1-3/+0
2012-07-26Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vectorNoel Grandin1-13/+13
2012-07-26refactor ModelToViewHelper, should have unchanged resultsCaolán McNamara1-11/+11
2012-07-26Convert SV_DECL_PTRARR_SORT(_SwFtnIdxs) to o3tl::sorted_vectorNoel Grandin1-13/+13
2012-07-20SwDoc::DeleteRangeImplImpl: don't touch fieldmarks when undo is not availableMiklos Vajna1-2/+2
2012-07-20SwDoc::DeleteRangeImplImpl: avoid crash on undoing comment range insertMiklos Vajna1-12/+8
2012-07-17SwDoc::DeleteRangeImplImpl: handle fieldmarks before postitsMiklos Vajna1-0/+26
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