summaryrefslogtreecommitdiff
path: root/sfx2/source/appl
AgeCommit message (Expand)AuthorFilesLines
2020-04-25loplugin:constantparamNoel Grandin1-1/+1
2020-04-23Fix typoAndrea Gelmini1-1/+1
2020-04-15loplugin:buriedassign in sfx2..sotNoel Grandin2-5/+7
2020-04-15Related tdf#130778: New About dialogHeiko Tietze2-3/+30
2020-04-15ofz#21701 fix DISABLE_DYNLOADING caseCaolán McNamara2-0/+4
2020-04-14basctl functions cannot be missing hereStephan Bergmann3-17/+11
2020-04-14Fix build without HAVE_FEATURE_SCRIPTINGTor Lillqvist2-0/+10
2020-04-13Reuse getBasctlFunction codeStephan Bergmann4-67/+96
2020-04-12More fixes to loading of basctl with --enable-mergelibsTomoyuki Kubota1-4/+27
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin1-1/+1
2020-04-09Fix loading of basctl with --enable-mergelibsStephan Bergmann1-2/+13
2020-04-09tdf#104878 avoid OUString allocation in TransformParametersNoel Grandin1-2/+1
2020-04-01Related: tdf#131613 remove explicit UpdateSettings callCaolán McNamara1-13/+0
2020-03-31convert enum to scoped in SvBaseLinkNoel Grandin4-60/+56
2020-03-30convert to scoped enum in SvFileObjectNoel Grandin2-17/+20
2020-03-20The idl __attribute__((__weak__)) hack doesn't seem necessary for --enable-ltoStephan Bergmann1-1/+0
2020-03-12Revert "loplugin:constfields in sfx2"Noel Grandin5-16/+16
2020-03-05Android Viewer: Set SfxWorkWindow::bIsFullScreen to true againMichael Weghorn1-0/+5
2020-02-21Drop o3tl::optional wrapperStephan Bergmann2-2/+2
2020-02-16move some headers inside sfx2/Noel Grandin3-3/+3
2020-02-12tdf#126700 allow replacing the default documentsJan-Marek Glogowski1-0/+18
2020-02-11make Base install via packagekit also confgurable (like fonts/langpacks)Rene Engelhard1-13/+16
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-2/+3
2020-01-26rename some local variablesNoel Grandin1-1/+1
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN2-2/+2
2020-01-24loplugin:makeshared in sfx2Noel Grandin1-1/+1
2020-01-15SfxPopupWindow is now unusedCaolán McNamara1-0/+1
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2-4/+2
2020-01-14move [G|S]etGetSpecialCharsFunction into its own headerCaolán McNamara1-2/+2
2020-01-13tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2020-01-08Grammar fixesAndrea Gelmini1-1/+1
2020-01-04Fix typoAndrea Gelmini1-1/+1
2020-01-04tdf#93389: keep encryption information for autorecovered MS formatsMike Kaganski1-0/+12
2020-01-03Make variable const, and drop a bogus assert after checkMike Kaganski1-3/+1
2019-12-29Avoid crash in shutdown when accessing already destroyed BASIC_DLLMike Kaganski2-7/+7
2019-12-23LOK: spelldialog: don't create the dialog when loading new viewsAshod Nakashian1-0/+3
2019-12-22sal_Char->char in sfx2..slideshowNoel Grandin1-1/+1
2019-12-20tdf#129394: Create formula bar also in non-DESKTOP caseMarco Cecchetti1-2/+1
2019-12-19Fix build in the !HAVE_FEATURE_SCRIPTING caseTor Lillqvist1-0/+2
2019-12-18tdf#42949 Fix IWYU warnings in sfx2/source/appl/*cxxGabor Kelemen33-387/+16
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-1/+1
2019-12-09weld Property BrowserCaolán McNamara1-2/+0
2019-12-06loplugin:external (macOS)Stephan Bergmann1-0/+4
2019-12-05loplugin:external (clang-cl)Stephan Bergmann2-3/+5
2019-12-03drop some unnecessary includesCaolán McNamara1-1/+0
2019-12-03tdf#42949 Fix IWYU warnings in sfx2/*/*hxxGabor Kelemen9-7/+10
2019-12-02Disable macro menu entries when DisableMacrosExecution is setSamuel Mehrbrodt1-0/+10
2019-12-02use weld::WaitObjectCaolán McNamara1-2/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2-2/+2
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann1-3/+3