summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2019-02-18Resolves: tdf#122355 search help for active notebook pageCaolán McNamara1-19/+15
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin1-1/+1
2019-02-17SfxFilter: truncate extensions list at first empty one...Matteo Casalin1-9/+16
2019-02-17Use optimized OUString concatenationMatteo Casalin1-4/+2
2019-02-16drop newly unused codeCaolán McNamara2-39/+0
2019-02-15Revert "tdf#49684 Don't focus on Navigator or Sidebar on show"Jim Raykowski2-2/+1
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin2-5/+2
2019-02-14weld DigitalSignaturesDialogCaolán McNamara2-4/+9
2019-02-14[API CHANGE] add setParentWindow to XDocumentDigitalSignaturesCaolán McNamara1-0/+1
2019-02-14getToken() already returns an empty string if index is negativeMatteo Casalin1-2/+2
2019-02-14No need to downcast integer type hereMatteo Casalin1-2/+2
2019-02-13Pointer is pointlessNoel Grandin3-3/+5
2019-02-13Use indexed getToken()Matteo Casalin1-2/+3
2019-02-13Take advantage of indexed getToken()Matteo Casalin1-5/+5
2019-02-13Use indexed getToken()Matteo Casalin1-5/+5
2019-02-13Execute indexOf() only if neededMatteo Casalin1-2/+5
2019-02-13Use indexed getToken()Matteo Casalin1-1/+2
2019-02-13Use indexed getToken() and fix integer typeMatteo Casalin1-2/+3
2019-02-11new loplugin writeonlyvarsNoel Grandin3-20/+0
2019-02-11new loplugin indentationNoel Grandin1-1/+1
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+2
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always trueMike Kaganski1-6/+5
2019-02-09loplugin:indentation in sfx2..slideshowNoel Grandin14-52/+53
2019-02-08Fix typoAndrea Gelmini1-1/+1
2019-02-07Resolves: rhbz#1673198 cannot overwrite open file with exportCaolán McNamara1-91/+83
2019-02-07lok: intercept the UNO command ".uno:EditRegion"Henry Castro1-1/+2
2019-02-07loplugin:flatten in sfx2Noel Grandin75-5426/+5425
2019-02-07complete the univerbation of E-mail to Email in the uiCaolán McNamara2-4/+4
2019-02-05sfx2: allow storeToURL() on the main threadMiklos Vajna1-2/+18
2019-02-05simplify SfxEventNamesListNoel Grandin1-17/+7
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen1-0/+1
2019-02-04tdf#74446 Changed item names in Styles dropdown menu on SidebarRoman Kuznetsov1-0/+5
2019-01-31Support bitmap PDF export for RedactionMuhammet Kara3-1/+15
2019-01-30framework: allow storeSelf() on the main threadMiklos Vajna1-2/+21
2019-01-29Resolves: tdf#122977 widget claimed to be in wrong libraryCaolán McNamara1-1/+1
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen13-28/+18
2019-01-25Add Redaction ToolbarMuhammet Kara1-0/+29
2019-01-23set these hidden widgets to insensitiveCaolán McNamara1-0/+2
2019-01-23loplugin:constparams in sfx2Noel Grandin4-4/+4
2019-01-23fix DBG_UTIL macro blockNoel Grandin1-1/+1
2019-01-21Resolves: tdf#122484 replace gtk autocomplete with vcl-alike autoselectCaolán McNamara1-8/+0
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