summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appopen.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-1/+1
2022-12-16sfx2: check SfxViewFrame::Current()Caolán McNamara1-2/+5
2022-08-20cid#1509221 silence Dereference null return valueCaolán McNamara1-0/+1
2022-05-04Just use Any ctor instead of makeAny in sfx2Stephan Bergmann1-3/+3
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-1/+2
2022-04-08use more subView when converting to Int32Noel Grandin1-1/+2
2022-03-23tdf#148146 Selecting an Impress template results in failed assertNoel Grandin1-4/+4
2022-03-13tdf#136427: Attempt opening native documents for known protocols only.Adityarup Laha1-3/+12
2022-02-27use more SfxItemSet::CloneAsValueNoel Grandin1-4/+4
2021-10-31pass an explicit parent to use for any warning dialogsCaolán McNamara1-2/+2
2021-10-31Prepare for removal of non-const operator[] from Sequence in sfx2Mike Kaganski1-2/+3
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-4/+4
2021-08-18remove dead codeNoel Grandin1-2/+0
2021-07-26use officecfg for security optionsNoel Grandin1-1/+1
2021-07-01sfx2::FileDialogHelper allocate SfxItemSet on stackNoel Grandin1-2/+2
2021-06-11Simplify Sequence/vector initializationsJulien Nabet1-4/+1
2021-03-22change SfxApplication::GetTopWindow to weld::WindowCaolán McNamara1-7/+9
2021-03-11keep SfxObjectShell::GetDialogParent ret as an awt::XWindowCaolán McNamara1-3/+3
2021-02-20loplugin:refcounting in sfx2Noel1-2/+2
2020-07-29replace and drop SvtExtendedSecurityOptions classCaolán McNamara1-2/+2
2020-07-28tdf#134887 Rework last item handling in NewToolbarControllerMaxim Monastirsky1-0/+4
2020-07-10replace usage of blacklist with denylistThorsten Behrens1-5/+5
2020-01-04Fix typoAndrea Gelmini1-1/+1
2020-01-04tdf#93389: keep encryption information for autorecovered MS formatsMike Kaganski1-0/+12
2019-12-18tdf#42949 Fix IWYU warnings in sfx2/source/appl/*cxxGabor Kelemen1-12/+1
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-1/+1
2019-12-03tdf#42949 Fix IWYU warnings in sfx2/*/*hxxGabor Kelemen1-0/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+2
2019-10-29remove unnecessary includesCaolán McNamara1-1/+0
2019-10-03drop some unnecessary includesCaolán McNamara1-1/+0
2019-08-15loplugin:sequenceloop in sdext..sfx2Noel Grandin1-1/+1
2019-07-29Simplify Sequence iterations in sfx2Arkadiy Illarionov1-12/+10
2019-07-29Fix typosAndrea Gelmini1-2/+2
2019-07-20loplugin:referencecasting in sfx2Noel Grandin1-2/+2
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen1-0/+2
2019-03-28weld SfxTemplateManagerDlgCaolán McNamara1-3/+3
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen1-0/+1
2018-12-31Remove some useless whitespacesTomaž Vajngerl1-7/+7
2018-12-18use unique_ptr in FileOpenDialog_ImplNoel Grandin1-3/+3
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-4/+3
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-5/+2
2018-08-29loplugin:constantparam (3)Noel Grandin1-1/+1
2018-08-10Use ASCII literals in indexOf and compare result against 0Matteo Casalin1-4/+4
2018-08-10Reduce OUString operationsMatteo Casalin1-14/+10
2018-08-10Fix whitespacesMatteo Casalin1-2/+1
2018-08-10Avoid getTokenCount/getToken to get last tokenMatteo Casalin1-3/+2
2018-08-08loplugin:useuniqueptr in SfxApplication::LoadTemplate and SfxMediumNoel Grandin1-6/+2
2018-06-12fix leak in SfxApplication::OpenDocExec_ImplNoel Grandin1-2/+1
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin1-2/+1