summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docglbl.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+2
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-15sw_redlinehide_3: pass layout into SwTextNode::GetExpandText()Michael Stahl1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-4/+4
2018-03-09sw: fix some IWYU warningsMiklos Vajna1-0/+1
2017-08-03loplugin:constparams in sw part2Noel Grandin1-2/+2
2017-03-27create SfxInterfaceId o3tl::strong_intNoel Grandin1-1/+1
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-2/+2
2017-03-16Clean up integers representing positions in SwOutlineNodes vectorsStephan Bergmann1-6/+6
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-1/+1
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-2/+2
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-3/+3
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard1-1/+1
2016-03-09loplugin:constantparam in swNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-08-20loplugin: defaultparamsNoel Grandin1-3/+3
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-31/+31
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-3/+3
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-4/+4
2015-02-21Use more proper typesMatteo Casalin1-2/+2
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin1-5/+1
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-2/+2
2014-11-14loplugin: cstylecastNoel Grandin1-5/+5
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-1/+2
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-1/+2
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner1-4/+5
2014-05-14Unify utl::TempFile ctorsStephan Bergmann1-2/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-6/+6
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara1-1/+1
2013-11-08remove unnecessary use of OUString constructor in SW moduleNoel Grandin1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-1/+1
2013-10-18convert sw/source/core/doc/*.cxx from String to OUStringNoel Grandin1-4/+4
2013-10-15convert sw/inc/doc.hxx from String to OUStringNoel Grandin1-5/+5
2013-10-14Related: fdo#38838 remove UniString::AppendAsciiCaolán McNamara1-3/+3
2013-10-07CID#736510 mem leaks in early error return casesCaolán McNamara1-6/+5