summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-12use unique_ptr in SfxChildWinContextCtorNoel Grandin1-2/+2
2018-12-12use unique_ptr in SfxChildWinCtorNoel Grandin3-7/+6
2018-12-12use unique_ptr for SfxChildWinFactoryNoel Grandin6-13/+13
2018-12-11use unique_ptr for SfxChildWinContextFactoryNoel Grandin4-7/+7
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen5-0/+5
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin7-33/+32
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann7-8/+8
2018-12-08crashtesting: doubly deleted reloadtimerCaolán McNamara1-4/+4
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin2-12/+12
2018-12-05loplugin:singlevalfields in svlNoel Grandin1-1/+1
2018-12-05remove unused SfxCallMode enum valueNoel Grandin2-2/+2
2018-12-05use unique_ptr in SfxBaseModel::storeSelfNoel Grandin1-4/+4
2018-12-05use unique_ptr in SfxObjectShell_ImplNoel Grandin4-8/+6
2018-12-05use unique_ptr in SfxViewFrame::ExecReload_ImplNoel Grandin1-8/+8
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin5-8/+8
2018-12-04Resolves: tdf#121641 properties invisible after 'reset'Caolán McNamara1-2/+8
2018-12-04tdf#34171: check foreign lockfiles to tell who has locked documentMike Kaganski1-3/+105