summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/rolbck.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-05-03tdf#89783: Adjust to new GetPos retval (size_t vs. sal_uInt16)Katarina Behrens1-9/+6
2015-03-11convert SetAttrMode to enum classNoel Grandin1-5/+5
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-1/+1
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-4/+3
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-2/+1
2014-10-23sw: fix undefined casts of SwTxtInputFldMichael Stahl1-3/+3
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+0
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-09-06sal_uInt16: constify, avoid temporaries, reduce scopeMatteo Casalin1-11/+7
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-3/+4
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-1/+1
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-27/+62
2014-06-28sal_uInt16 to size_tMatteo Casalin1-2/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-8/+8
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-13FixStephan Bergmann1-1/+1
2014-06-13fdo#75757: Remove inheritance from std::vectorShreyansh Gandhi1-7/+3
2014-06-11Revert "Change sw::mark::IMark::GetOtherMarkPos return type from refMichael Stahl1-3/+3
2014-06-10Change sw::mark::IMark::GetOtherMarkPos return type from ref to pointerStephan Bergmann1-3/+3
2014-04-30sw: sal_Bool->boolNoel Grandin1-2/+2
2014-03-25coverity#704949 Dereference after null checkCaolán McNamara1-1/+1
2014-03-16sal_Bool to boolMatteo Casalin1-1/+1
2014-03-02sal_Bool to boolMatteo Casalin1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-2/+0
2014-02-26Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+2
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-17bool improvementsStephan Bergmann1-1/+1
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-7/+7
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-6/+13
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-8/+11
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-3/+2
2013-11-01Related: #i33737# some minor refactoring in advanceOliver-Rainer Wittmann1-6/+6
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-4/+4
2013-10-15convert sw/source/core/inc/r*.hxx from String to OUStringNoel Grandin1-8/+8
2013-10-02Use std::auto_ptr::reset where applicableStephan Bergmann1-2/+2
2013-06-20fdo#52028: sw: let text formatting ignore RSID in automatic stylesMichael Stahl1-1/+13
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2012-12-28Some cppcheck cleaning in swJulien Nabet1-2/+1
2012-12-13sal_Bool to boolTakeshi Abe1-7/+7
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-2/+1
2012-05-30Clean up comments, whitespace, commented out codePhilipp Riemer1-100/+15
2012-05-28Translate German comments in sw/source/core/undo/rolbck.cxxPhilipp Riemer1-30/+29
2012-05-25Convert SV_DECL_PTRARR_DEL(SwpHstry) to std::vectorNoel Grandin1-17/+24
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-2/+2
2012-02-17EasyHack 42790: get rid of PRODUCTLaurent Balland-Poirier1-2/+2
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-2/+2