summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen29-1/+37
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen14-0/+17
2019-03-29Enable redaction for ImpressMuhammet Kara1-6/+0
2019-03-29Handle different page sizes for redactionMuhammet Kara1-0/+8
2019-03-28weld SfxTemplateManagerDlgCaolán McNamara16-545/+3234
2019-03-28simplify reset(nullptr) -> reset()Noel Grandin2-2/+2
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen29-0/+33
2019-03-28tdf#113539 Slow opening of ODT file containing a large tableNoel Grandin1-2/+8
2019-03-27return by unique_ptr from weld_parentNoel Grandin1-1/+1
2019-03-27MSO lockfiles: Deduplicate MSO lock file reading codeTamás Zolnai1-71/+9
2019-03-26Fix Windows build.Tamás Zolnai1-0/+1
2019-03-26Generate MSO lock files when the related MSO compat. option is setTamás Zolnai1-0/+46
2019-03-26weld SvxRubyDialogCaolán McNamara1-0/+5
2019-03-26loplugin:unusedmethodsNoel Grandin2-31/+0
2019-03-25Related tdf#124263 Make sure sidebar is wide enough for contentSamuel Mehrbrodt1-1/+8
2019-03-25ubsan detect null derefCaolán McNamara2-2/+2
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen35-1/+44
2019-03-25new loplugin:unoqueryNoel Grandin1-1/+1
2019-03-22tdf#119905 Infobar text overlapRasmus Jonsson1-5/+24
2019-03-22tdf#124263 Respect XSidebarPanel::getMinimalWidthSamuel Mehrbrodt1-1/+23
2019-03-22weld SwFieldDlgCaolán McNamara1-2/+27
2019-03-22refactor into a shareable base classCaolán McNamara4-31/+46
2019-03-22tdf#124255 Make maximum sidebar width configurableSamuel Mehrbrodt1-1/+3
2019-03-21lok: intercept the UNO command ".uno:ThesaurusDialog"Henry Castro1-1/+2
2019-03-20tdf#124168: We do need the BasicDLL thing also in the iOS appTor Lillqvist1-5/+3
2019-03-20weld SwFieldEditDlgCaolán McNamara1-2/+2
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