summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docsort.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-06sal_Bool to boolTakeshi Abe1-26/+26
2012-11-04sal_Bool to boolTakeshi Abe1-3/+3
2012-10-15postfix operator++ -> prefix operator++Luboš Luňák1-1/+1
2012-10-13sw: tweak comment translationsMichael Stahl1-13/+11
2012-07-31convert SwSortElements to boost::ptr_multisetMichael Stahl1-18/+25
2012-07-30split foul SwSortElement::operator< into a keycompare methodCaolán McNamara1-37/+43
2012-07-30const up SwSortElement::operator*Caolán McNamara1-2/+2
2012-07-30move SwSortElements to .cxxCaolán McNamara1-0/+6
2012-07-26Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vectorNoel Grandin1-2/+2
2012-07-26Convert SV_DECL_PTRARR_SORT(SwSelBoxes) to o3tl::sorted_vectorNoel Grandin1-2/+2
2012-07-17Cleanup: remove _FndBoxPtr typedefNoel Grandin1-2/+2
2012-06-20Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vectorNoel Grandin1-1/+1
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-1/+1
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara1-2/+2
2012-05-25Convert SV_DECL_PTRARR(SwMovedBoxes) to std::vectorNoel Grandin1-2/+8
2012-05-25Convert SV_DECL_PTRARR(SwSortKeys) to std::vectorNoel Grandin1-1/+1
2012-05-05Resolves: fdo#49342 crash merging cells, revert conversion to std::mapCaolán McNamara1-4/+4