summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2019-03-11weld SvxConfigDialogCaolán McNamara1-1/+1
2019-03-11weld SfxDocumentPageCaolán McNamara1-116/+80
2019-03-09loplugin:unusedfieldsNoel Grandin1-1/+1
2019-03-08We need <basic/sberrors.hxx> for the !HAVE_FEATURE_SCRIPTING caseTor Lillqvist1-0/+1
2019-03-08new loplugin constvarsNoel Grandin3-3/+3
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen3-0/+3
2019-03-07build: support disabling popplerAshod Nakashian1-3/+13
2019-03-07log nice exception messages whereever possibleNoel Grandin12-63/+68
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin1-2/+2
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin2-2/+2
2019-03-05re-land "new loplugin typedefparam""Noel Grandin6-7/+7
2019-03-05nMediaArgsCount is constMike Kaganski1-1/+1
2019-03-04Revert "new loplugin typedefparam"Noel Grandin5-5/+5
2019-03-04new loplugin typedefparamNoel Grandin5-5/+5
2019-03-02weld AddressBookSourceDialogCaolán McNamara1-2/+2
2019-03-01weld SwInsertDBColAutoPilotCaolán McNamara1-1/+1
2019-03-01Use lambda instead of std::bind + wrapper functionStephan Bergmann1-11/+1
2019-02-28Create the SfxRedactionHelper classMuhammet Kara4-136/+261
2019-02-28remove some unused typedefsNoel Grandin1-2/+0
2019-02-28Use lambda instead of std::bind + wrapper functionSamuel Mehrbrodt1-11/+1
2019-02-27weld LicenseDialogImplCaolán McNamara1-1/+3
2019-02-27tdf#123728 Always print on main thread to avoid deadlocksSamuel Mehrbrodt1-2/+3
2019-02-27loplugin:unnecessaryoverride look for more patternsNoel Grandin2-7/+0
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-1/+0
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann1-3/+3
2019-02-24Fix unused parameter warning when !HAVE_FEATURE_SCRIPTINGTor Lillqvist1-0/+2
2019-02-23Add style options to redaction exportMuhammet Kara3-8/+55
2019-02-23tdf#102005 Fix F6 regression in start centerJim Raykowski1-8/+11
2019-02-22weld SvxScriptSelectorDialogCaolán McNamara2-23/+8
2019-02-22loplugin:unusedfields in sfx2Noel Grandin14-70/+11
2019-02-22SfxProgress:SetStateText is deadNoel Grandin1-11/+0
2019-02-22weld SvxScriptOrgDialogCaolán McNamara1-2/+1
2019-02-20tdf#123293 sfx2: fix metadata loss when loading from streamMichael Stahl1-5/+34
2019-02-20Use named shapes for redactionMuhammet Kara1-33/+15
2019-02-19Handle redaction finalization: BlackMuhammet Kara1-1/+174
2019-02-19tdf#42949 Fix IWYU warnings in include/framework/Gabor Kelemen2-0/+2
2019-02-18Resolves: tdf#122355 search help for active notebook pageCaolán McNamara1-19/+15
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin1-1/+1
2019-02-17SfxFilter: truncate extensions list at first empty one...Matteo Casalin1-9/+16
2019-02-17Use optimized OUString concatenationMatteo Casalin1-4/+2
2019-02-16drop newly unused codeCaolán McNamara2-39/+0
2019-02-15Revert "tdf#49684 Don't focus on Navigator or Sidebar on show"Jim Raykowski2-2/+1
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin2-5/+2
2019-02-14weld DigitalSignaturesDialogCaolán McNamara2-4/+9
2019-02-14[API CHANGE] add setParentWindow to XDocumentDigitalSignaturesCaolán McNamara1-0/+1
2019-02-14getToken() already returns an empty string if index is negativeMatteo Casalin1-2/+2
2019-02-14No need to downcast integer type hereMatteo Casalin1-2/+2
2019-02-13Pointer is pointlessNoel Grandin3-3/+5
2019-02-13Use indexed getToken()Matteo Casalin1-2/+3
2019-02-13Take advantage of indexed getToken()Matteo Casalin1-5/+5