summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docsort.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-29/+29
2015-10-27sw: prefix members of SwTableFormulaUpdateMiklos Vajna1-1/+1
2015-09-07sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl1-17/+21
2015-09-07sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl1-17/+17
2015-08-20loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-27sw: replace boost::ptr_multiset with std::multisetMichael Stahl1-8/+6
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-06-02loplugin: loopvartoosmallKatarina Behrens1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-74/+74
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-3/+3
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-11convert SwMoveFlags and SwInsertFlags from enum to enum classNoel Grandin1-2/+2
2015-03-01Use more proper integer types and range-for loopsMatteo Casalin1-26/+22
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-1/+1
2015-01-28remove unused typedefsNoel Grandin1-1/+0
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-1/+1
2014-11-14loplugin: cstylecastNoel Grandin1-1/+1
2014-11-09constLuboš Luňák1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-9/+9
2014-08-27fdo#75757: remove inheritance to std::vectorTakeshi Abe1-2/+2
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-8/+8
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-2/+2
2014-06-18error: expected ‘,’ or ‘;’ before ‘ppItemSets’Miklos Vajna1-1/+1
2014-06-18coverity#706098 Unintended sign extensionCaolán McNamara1-2/+3
2014-06-18coverity#983448 Unintended sign extensionCaolán McNamara1-2/+3
2014-02-27Remove visual noise from swAlexander Wilms1-1/+0
2014-02-12Added some 'To-Do' notes regarding the new 'SwExtraRedlineTbl'Adam Co1-0/+1
2014-01-28bool improvementsStephan Bergmann1-3/+3
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara1-1/+1
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co1-3/+3
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-1/+1
2013-10-18convert sw/source/core/doc/*.cxx from String to OUStringNoel Grandin1-7/+9
2013-10-15convert sw/source/core/inc/d*.hxx from String to OUStringNoel Grandin1-7/+7
2013-10-02whitespace work in sw/source/core/doc/Philipp Riemer1-1/+0
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-08fdo#62475 - remove pointless comments and ASCII art in sw/source/core/docPhilipp Riemer1-9/+0
2013-04-08doxygen-ize comments in sw/source/core/docPhilipp Riemer1-49/+16
2013-02-18SwDoc: rename member variables missing their prefixMiklos Vajna1-1/+1
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin1-2/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-27avoid unnecessary LanguageTag conversionsEike Rathke1-1/+1
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke1-1/+1
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-1/+1
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin1-2/+1