summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2019-03-19single source file for licensing info with conditional textTamas Bunth1-1/+1
2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski1-3/+1
2019-03-16Remove duplicated includeAndrea Gelmini1-1/+0
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara3-6/+6
2019-03-15LOK: switch view before event emission if necessary.Michael Meeks1-0/+9
2019-03-15Adapt to C++2a std::span<>::index_type being unsigned size_tStephan Bergmann1-2/+1
2019-03-14LOK: re-factor async key & mouse event re-posting.Michael Meeks2-21/+121
2019-03-14tdf#112411 Remove all that remains of the More controls toolbarsRoman Kuznetsov1-1/+0
2019-03-13Make the Help URL configurableAshod Nakashian1-3/+3
2019-03-13Resolves: tdf#124028 dangling "completion" entries block responsesCaolán McNamara1-1/+0
2019-03-13tdf#123293 Add testSamuel Mehrbrodt2-0/+18
2019-03-12insert an intermediate class to inherit fromCaolán McNamara2-16/+11
2019-03-12get correct frame window for SfxTabPage inside a SingleTabControllerCaolán McNamara1-6/+12
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