summaryrefslogtreecommitdiff
path: root/sfx2/source/view/sfxbasecontroller.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-04-30Use getXWeak in sfx2Mike Kaganski1-5/+5
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2023-04-01use more XVclWindowPeerNoel Grandin1-1/+1
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-28/+25
2022-11-10Simplify and deduplicate SfxBaseController::queryDispatchMike Kaganski1-131/+81
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-17lok: register view callback also for nested sm viewMike Kaganski1-0/+12
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin1-3/+1
2022-05-06remove unnecessary sequenceToContainerNoel Grandin1-2/+1
2022-05-04Just use Any ctor instead of makeAny in sfx2Stephan Bergmann1-1/+1
2021-11-28use more OInterfaceContainerHelper3 in sfx2Noel Grandin1-2/+2
2021-11-04elide unnecessary UNO_QUERY_THROW callsNoel Grandin1-2/+2
2021-10-29simplify framework::TitleHelperNoel Grandin1-5/+1
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin1-2/+1
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin1-3/+4
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin1-1/+1
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin1-1/+1
2021-04-30tdf#79049 speed up OOXML workbook loadNoel Grandin1-1/+2
2021-02-20loplugin:refcounting in sfx2Noel1-2/+2
2020-11-20weld TabBarCaolán McNamara1-1/+0
2020-11-19sw replacement image creation: fix this when an ODT's settings.xml is invalidMiklos Vajna1-3/+9
2020-10-22long->tools::Long in sfx2Noel1-1/+1
2020-09-30loplugin:reducevarscope in sfx2Noel1-1/+1
2020-09-21weld infobarsCaolán McNamara1-11/+6
2020-05-01move some headers inside their respective modulesNoel Grandin1-1/+1
2020-04-29[API CHANGE] uitest: make HasInfoBarWithID accessible from APIXisco Fauli1-0/+7
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-1/+1
2020-03-12Revert "loplugin:constfields in sfx2"Noel Grandin1-1/+1
2020-02-16move some headers inside sfx2/Noel Grandin1-1/+1
2020-02-14use forward decls to reduce including unnecessary headersCaolán McNamara1-0/+1
2020-01-26rename some local variablesNoel Grandin1-1/+1
2020-01-21tdf#42949 Fix IWYU warnings in sfx2/source/[s-v]*/*cxx and sfx2/qaGabor Kelemen1-11/+1
2019-12-05Remove some unused friend declarationsStephan Bergmann1-1/+0
2019-12-03tdf#42949 Fix IWYU warnings in sfx2/*/*hxxGabor Kelemen1-0/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+7
2019-11-20Add SolarMutexGuard to infobar api methodsSamuel Mehrbrodt1-0/+6
2019-11-19tdf#97926 Add UNO API for InfobarSamuel Mehrbrodt1-1/+63
2019-08-27loplugin:constmethod in sfx2Noel Grandin1-2/+2
2019-08-15loplugin:sequenceloop in sdext..sfx2Noel Grandin1-1/+1
2019-07-29Simplify Sequence iterations in sfx2Arkadiy Illarionov1-11/+8
2019-07-20loplugin:referencecasting in sfx2Noel Grandin1-2/+2
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov1-1/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+2
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski1-2/+2
2019-02-19tdf#42949 Fix IWYU warnings in include/framework/Gabor Kelemen1-0/+1
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin1-1/+1
2019-02-09loplugin:indentation in sfx2..slideshowNoel Grandin1-1/+1
2019-02-07loplugin:flatten in sfx2Noel Grandin1-126/+126