summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/unattr.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-05loplugin:staticmethodsNoel Grandin1-300/+184
2015-05-03tdf#89783: Adjust to new GetPos retval (size_t vs. sal_uInt16)Katarina Behrens1-11/+11
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-16core: dont use 'shortcut' that is longer than the originalBjoern Michaelsen1-2/+2
2015-01-26coverity#1266446 Explicit null dereferencedCaolán McNamara1-1/+1
2015-01-22Merge common code of sw format listsJan-Marek Glogowski1-10/+6
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-2/+1
2014-11-26loplugin: cstylecastNoel Grandin1-2/+2
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-2/+1
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann1-11/+7
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-7/+7
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-10/+11
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-4/+4
2014-06-28sal_uInt16 to size_tMatteo Casalin1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-3/+3
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara1-0/+1
2014-06-03sw: fix some assertions that still use removed SwDoc methodsMichael Stahl1-1/+2
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner1-1/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-3/+3
2014-04-03svl: sal_Bool->boolNoel Grandin1-3/+3
2014-02-27Remove visual noise from swAlexander Wilms1-2/+0
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-5/+5
2014-02-10coverity#705268 Missing break in switchCaolán McNamara1-0/+1
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-3/+3
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co1-2/+2
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-1/+1
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-1/+1
2013-10-22Bin useless swmod commentsTor Lillqvist1-1/+1
2013-10-15convert sw/source/core/inc/Undo*.hxx from String to OUStringNoel Grandin1-1/+1
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-2/+2
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl1-1/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-28sal_Bool to boolTakeshi Abe1-2/+2
2012-10-25sal_Bool to boolTakeshi Abe1-1/+1
2012-10-24sal_Bool to boolTakeshi Abe1-2/+2
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-9/+7
2012-05-30Clean up comments, whitespace, commented out codePhilipp Riemer1-45/+1
2012-05-28Translate German comments in sw/source/core/undo/unattr.cxxPhilipp Riemer1-26/+22
2012-04-02refactor the Rewriter rules using enumsCaolán McNamara1-1/+1
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-07-22Replace SvUShorts with vector in rolbck.hxx and cascade changes.Nigel Hawkins1-3/+2
2011-06-14Remove obsolete #defines of SVSTDARR_USHORTSORT. LGPLv3+/MPL.Nigel Hawkins1-1/+0
2011-06-14Replace SvUShortsSort with std::set<sal_uInt16> in SwDoc::ResetAttrs.Nigel Hawkins1-12/+7
2011-04-22left arrow comments removed // <--Júlio Hoffimann1-8/+0
2011-04-18all bogus comments removed keeping the indentationJúlio Hoffimann1-8/+8
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-36/+37
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks1-196/+136
2011-02-09CWS swlayoutrefactoring: resync to m100Mathias Bauer1-196/+136