summaryrefslogtreecommitdiff
path: root/sfx2/source/inc
AgeCommit message (Expand)AuthorFilesLines
2023-12-07Pass XInteractionHandler to hasTrustedScriptingSignature instead of a boolMike Kaganski1-1/+2
2023-11-28default to ignoring libreoffice special-purpose protocols in calc hyperlinkCaolán McNamara1-1/+2
2023-04-28assume IFrame script/macro support isn't neededCaolán McNamara1-0/+1
2023-03-07Check iframe target for allowed document URLsSamuel Mehrbrodt1-1/+0
2022-11-22loplugin:unusedfieldsNoel Grandin2-6/+0
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin2-2/+2
2022-08-31check IFrame "FrameURL" targetCaolán McNamara1-0/+2
2022-07-29Resolves: tdf#147782 restore focus to launching frame asynchronouslyCaolán McNamara1-0/+4
2022-07-14clang-tidy modernize-pass-by-value in sfx2Noel Grandin6-8/+9
2022-05-14bypass some unnecessary wrapping in Any in SfxEvents_ImplNoel Grandin1-2/+2
2022-04-29use more string_view in INetURLObjectNoel Grandin1-2/+2
2022-03-24loplugin:constantparamNoel Grandin1-1/+1
2022-03-07tdf#147782 retain focus in launching frame on first activateCaolán McNamara1-0/+2
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen3-6/+11
2022-01-04osl::Mutex->std::mutex in SfxEvents_ImplNoel Grandin1-1/+2
2021-12-07loplugin:unusedfieldsNoel Grandin1-2/+0
2021-11-30tdf#117280: derive SfxEvents_Impl from css::document::XDocumentEventListenerMike Kaganski1-7/+7
2021-11-26remove unused definesNoel Grandin1-1/+0
2021-11-26loplugin:stringliteraldefine in sfx2Noel Grandin1-20/+20
2021-11-07forward decls go after #includeNoel Grandin2-3/+2
2021-10-31pass an explicit parent to use for any warning dialogsCaolán McNamara1-1/+7
2021-10-27Fix names of function parameters referenced in commentStephan Bergmann1-2/+2
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin2-5/+5
2021-09-15loplugin:finalclassesNoel Grandin1-1/+1
2021-09-09merge ThumbnailView and ThumbnailViewBaseCaolán McNamara1-1/+1
2021-09-07loplugin:unusedmethodsNoel Grandin1-3/+0
2021-08-31flatten SfxAppData_ImplNoel Grandin1-8/+7
2021-08-31no need to allocate SfxFilterMatcher separatelyNoel Grandin1-2/+2
2021-08-31no need to allocate SfxPickList separatelyNoel Grandin1-2/+2
2021-08-31no need to allocate SfxDocumentTemplates separatelyNoel Grandin1-2/+2
2021-08-31flatten SfxObjectShellArr_ImplNoel Grandin2-55/+2
2021-08-31flatten SfxViewShellArr_ImplNoel Grandin2-23/+1
2021-08-31flatten SfxViewFrameArr_ImplNoel Grandin2-22/+1
2021-08-31flatten SfxTbxCtrlFactArr_ImplNoel Grandin2-46/+2
2021-08-31flatten SfxStbCtrlFactArr_ImplNoel Grandin2-16/+2
2021-08-31flatten SfxChildWinFactArr_ImpNoel Grandin2-52/+1
2021-08-24Refactoring PatchAnshu2-7/+10
2021-08-20loplugin:unusedmethodsNoel Grandin2-3/+0
2021-08-20loplugin:unusedfieldsNoel Grandin2-12/+1
2021-08-19loplugin:constmethodsNoel Grandin2-2/+2
2021-08-18loplugin:constparamsNoel Grandin1-1/+1
2021-08-17RefactoringAnshu2-28/+15
2021-08-02no need to use sequence for this dataNoel Grandin1-1/+2
2021-08-01osl::Mutex->std::mutex in SfxURLRelocator_ImplNoel Grandin1-2/+2
2021-08-01Fix typosAndrea Gelmini1-2/+2
2021-07-30tdf#38194 related: introduce StylesList controlAnshu2-136/+342
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin1-1/+0
2021-07-25use officecfg for help optionsNoel Grandin1-1/+0
2021-07-21pass SfxChildWinFactory around by valueNoel Grandin1-2/+2
2021-07-05tdf#138906 prevent built-in category deletionVert D1-99/+0