summaryrefslogtreecommitdiff
path: root/sw/source/core/edit
AgeCommit message (Expand)AuthorFilesLines
2012-04-02refactor the Rewriter rules using enumsCaolán McNamara2-2/+2
2012-03-28fix of commentsMaxime de Roucy1-3/+3
2012-03-28add GetCurParAttr and GetPaMParAttr in SwEditShellMaxime de Roucy1-0/+57
2012-03-22fdo#39003: fix autoformat Undo cursors:Michael Stahl1-0/+4
2012-03-15SwEditShell : use of the STL swap functionMaxime de Roucy1-10/+4
2012-03-15getMaxLookup in SwEditShell::GetPaMTxtFmtCollMaxime de Roucy1-5/+10
2012-03-15rewrite and comment SwEditShell::GetPaMTxtFmtCollMaxime de Roucy1-18/+20
2012-03-08tidy up WW8FormulaControl, with knock on results elsewhereCaolán McNamara1-1/+1
2012-01-27Revert "Removed list and numbering paragraph styles and related option page"Cédric Bosdonnat1-0/+3
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot2-3/+3
2012-01-14Remove useless macroAugust Sodora1-3/+0
2012-01-13SvStringsDtor->std::vectorAugust Sodora1-2/+2
2012-01-13SvStringsDtor->std::vectorAugust Sodora1-3/+3
2012-01-12SvStringsDtor->std::vectorAugust Sodora1-1/+1
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora1-2/+0
2012-01-09simplify CharClassCaolán McNamara3-4/+4
2012-01-07catch exception by constant referenceTakeshi Abe1-3/+3
2012-01-06fdo#32726: search for index entries in the whole document, not only the bodyCédric Bosdonnat1-1/+1
2012-01-05fdo#40250: safer protection check... why using the layout for this?Cédric Bosdonnat1-1/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz2-3/+0
2011-12-22sw: Improved document comparison based on RSIDs.Tzvetelina Tzeneva1-0/+7
2011-11-27remove include of pch header from swNorbert Thiebaud20-40/+0
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-1/+1
2011-11-24sw: enable more debug code:Michael Stahl4-21/+16
2011-11-23SwSelBoxes: svarray -> std::mapDaisuke Nishino2-11/+11
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara2-2/+5
2011-11-19this aWord is never usedCaolán McNamara1-2/+0
2011-11-07Get rid of SvStringsSortDaisuke Nishino1-2/+1
2011-11-02ByteString->rtl::OStringCaolán McNamara1-2/+2
2011-10-17Removed list and numbering paragraph styles and related option pageCédric Bosdonnat1-3/+0
2011-10-07Page Break: Fixed part of the Edit menu action cursors handlingCédric Bosdonnat4-43/+59
2011-10-05callcatcher: unused methodsCaolán McNamara1-13/+0
2011-08-23Remove unecessary parameter to IDocumentStatistics::UpdateDocStatArnaud Versini1-3/+11
2011-07-22Replace SvUShorts with vector in UndoTable.hxx and cascade changes.Nigel Hawkins1-10/+6
2011-06-17Merge remote-tracking branch 'origin/libreoffice-3-4'Jan Holesovsky1-1/+1
2011-06-14Replace SvUShortsSort with std::set<sal_uInt16> in SwDoc::ResetAttrs.Nigel Hawkins1-2/+2
2011-06-08fdo#37799: fixed broken loop causing a crashCédric Bosdonnat1-1/+1
2011-05-20tweak globals to be well-behaved singletonCaolán McNamara1-1/+1
2011-05-20return by ref instead of pointerCaolán McNamara1-1/+1
2011-05-17Replace #ifdef DEBUG with #if OSL_DEBUG_LEVEL > 1Jacek Wolszczak1-1/+1
2011-05-16Some cppcheck cleaningJulien Nabet1-4/+4
2011-05-09REPLACE DBG_stuff with OSL_ASSERT and OSL_FAILJacek Wolszczak2-9/+9
2011-04-22left arrow comments removed // <--Júlio Hoffimann5-13/+0
2011-04-18all bogus comments removed keeping the indentationJúlio Hoffimann5-13/+13
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat1-7/+7
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky11-83/+84
2011-03-19Fixed the auto formatting to use new border widthsCédric Bosdonnat1-14/+12
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2-3/+3
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky21-1092/+964