summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app/applab.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-17replace an ugly coverity warning suppressionCaolán McNamara1-1/+1
2021-10-10use SfxItemSetFixed in swNoel Grandin1-5/+3
2021-09-24make it possible to build required database stuff for fuzzingCaolán McNamara1-2/+3
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-3/+3
2021-05-28no need to allocate these on the heapNoel Grandin1-1/+2
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-2/+2
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-10-20use tools::Long in swNoel1-1/+1
2020-06-16sw: remove useless SET_CURR_SHELL macroMiklos Vajna1-1/+1
2020-01-07tdf#42949 Fix IWYU warnings in sw/source/uibase/[a-g]*/*cxxGabor Kelemen1-15/+0
2019-12-11convert SectionType to scoped enumNoel Grandin1-2/+2
2019-12-11convert SwFrameSize to scoped enumNoel Grandin1-2/+2
2019-11-03loplugin:stringaddNoel Grandin1-4/+4
2019-10-29remove unnecessary includesCaolán McNamara1-1/+0
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-2/+2
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-5/+5
2019-10-11SwCursorShell argument of AttrChangedNotify is unusedCaolán McNamara1-1/+1
2019-09-20convert SwFieldTypesEnum to scoped enumNoel Grandin1-1/+1
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2018-12-18Get rid of aEmptyOUStrMike Kaganski1-1/+1
2018-11-15sw: rename the misleading SwWrtShell::SttDoc/EndDocMichael Stahl1-4/+4
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin1-1/+0
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin1-2/+0
2018-05-26tdf#115386: Show Mail Merge toolbar for new labelsMike Kaganski1-0/+3
2018-04-27weld SwLabDlgCaolán McNamara1-1/+1
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-3/+3
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-2/+2
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-11-21loplugin:flatten in swNoel Grandin1-201/+202
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara1-1/+2
2017-10-09uibase: consistently use "" and <> in include directivesMike Kaganski1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+1
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-4/+4
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-5/+5
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-05-12sw: change SwCursorShell::Pop() parameter from meaningless bool to enumMichael Stahl1-2/+2
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-2/+2
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+1
2016-11-23tdf#42949 Remove unused uno headers from /sw/source/uibaseBartosz Kosiorek1-1/+0
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-1/+1
2016-10-12convert PD_ constants to typed_flagsNoel Grandin1-1/+1
2016-03-09loplugin:constantparam in swNoel Grandin1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-14/+14
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-05sw: prefix members of SwLabItemMiklos Vajna1-31/+31