summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Redaction: Adjust offset for multiple Calc pagesMuhammet Kara1-4/+32
2019-01-15Upgrade external/boost to Boost 1.69.0Stephan Bergmann1-1/+1
2019-01-13array_view was changed to span in upcoming C++20Stephan Bergmann1-3/+4
2019-01-12use unique_ptr in SfxEventConfiguration::ConvertToMacroNoel Grandin3-6/+6
2019-01-11Resolves: tdf#122404 unlock just the toplevels that were lockedCaolán McNamara1-30/+7
2019-01-11tdf#69060: lock refreshing font data when loading a documentMike Kaganski1-0/+4
2019-01-10o3tl::string_view -> std::string_view (in sfx2)Stephan Bergmann1-1/+2
2019-01-10Resolves: tdf#122611 crash in empty template listCaolán McNamara1-1/+2
2019-01-10Fix typoAndrea Gelmini1-1/+1
2019-01-09Related: tdf#122598 macro dialog from record macro has no parentCaolán McNamara1-1/+11
2019-01-09Related: tdf#122308 missing parent for losing signature warning dialogCaolán McNamara1-1/+2
2019-01-09tdf#122273 modal dialog on modeless dialog needs special handlingCaolán McNamara1-0/+30
2019-01-08Resolves: tdf#122308 ensure parent for message dialogCaolán McNamara1-5/+14
2019-01-08Add method DocumentToGraphicRenderer::getPageCount()Muhammet Kara1-13/+3
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin3-3/+3
2019-01-08loplugin:constantparamNoel Grandin1-10/+2
2019-01-07Redaction: Handle multiple Writer pagesMuhammet Kara1-30/+50
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen33-0/+34
2019-01-04svtools: expose document position in DocumentToGraphicRendererMiklos Vajna1-1/+3
2019-01-03Fix build: missing includeTamás Zolnai1-0/+1
2019-01-03sfx2: missing includeMiklos Vajna1-0/+1
2019-01-03Redaction: First stepsMuhammet Kara4-2/+100
2019-01-01lok: add signDocument to "Office" iface - to sign not opened docs.Tomaž Vajngerl2-0/+126
2019-01-01Bump copyright year to 2019Adolfo Jayme Barrientos1-1/+1
2018-12-31Remove some useless whitespacesTomaž Vajngerl1-7/+7
2018-12-31Provide keyboard navigation to Shortcuts tool box and Hamburger menu inJim Raykowski1-0/+92
2018-12-24tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-12-21Fix typoAndrea Gelmini1-2/+2
2018-12-20Silence -Werror=shadowStephan Bergmann1-3/+3
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen5-0/+5
2018-12-20Enable --help=html for flatpakStephan Bergmann1-3/+255
2018-12-20use unique_ptr in sfx2Noel Grandin7-31/+26
2018-12-19store GroupData_Impl using unique_ptrNoel Grandin1-11/+9
2018-12-18use unique_ptr in SfxDocTemplate_Impl::InsertRegionNoel Grandin1-18/+10
2018-12-18use unique_ptr in SfxMediumListNoel Grandin1-10/+8
2018-12-18use unique_ptr in GraphicHelper::getFormatStrFromGDI_ImplNoel Grandin3-11/+9
2018-12-18When showing --with-help=html offline help fails, fall back to online helpStephan Bergmann1-4/+2
2018-12-18use unique_ptr in FileOpenDialog_ImplNoel Grandin4-19/+18
2018-12-18Add SfxModelGuard to setArgsSamuel Mehrbrodt1-0/+2
2018-12-18Simplify ShowLockedDocumentDialog argument listMike Kaganski1-7/+7
2018-12-18tdf#116320: properly decode file name for File Locked dialogMike Kaganski1-1/+2
2018-12-17Resolve deprecated implicit capture of *this by reference in C++20Stephan Bergmann1-1/+1
2018-12-17Remove unnecessary OUString aInternalStephan Bergmann1-2/+1
2018-12-17Allow setting some MediaDescriptor properties during runtimeSamuel Mehrbrodt1-0/+30
2018-12-15tdf#122112 Hide the menu bar when the notebookbar is lockedXisco Fauli1-0/+2
2018-12-14lok: Handle Special character menu item's state correctly in onlineTamás Zolnai1-0/+1
2018-12-13Be less eager to use a fallback in SfxViewShell::SetLOKLanguageTag()Tor Lillqvist1-2/+11
2018-12-13use unique_ptr in SfxWorkWindowNoel Grandin2-48/+40
2018-12-13loplugin:constantparamNoel Grandin2-12/+9
2018-12-12tdf#122009: Hide notebookbar in full screenXisco Fauli1-0/+6