summaryrefslogtreecommitdiff
path: root/sw/source/core/edit
AgeCommit message (Expand)AuthorFilesLines
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-12/+12
2012-07-04rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-6/+6
2012-05-28Fix German "adjust left margin" comment in multiple files in sw/{inc/,source/...Philipp Riemer1-2/+1
2012-05-25Convert SV_DECL_PTRARR_DEL(SwFldTypes) to std::vectorNoel Grandin2-6/+6
2012-05-25Convert SV_DECL_PTRARR_DEL(SwGetINetAttrs) to boost::ptr_vectorNoel Grandin1-6/+3
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-1/+1
2012-05-09fdo#49605: SwEditShell: fix handling of overlapping grammar errorsDaniel Naber1-1/+1
2012-05-05Resolves: fdo#49342 crash merging cells, revert conversion to std::mapCaolán McNamara2-11/+11
2012-04-10move include out of editsh.hxxMichael Stahl1-0/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
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