summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework
AgeCommit message (Expand)Author
2024-11-12loplugin:reftotemp in sdNoel Grandin
2024-11-12clang-tidy: performance-unnecessary-copy-initialization in sdNoel Grandin
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin
2024-11-07loplugin:passstuffbyref in sdNoel Grandin
2024-09-20use more concrete UNO types in variousNoel Grandin
2024-09-18use more concrete UNO types in sdNoel Grandin
2024-09-17use more concrete UNO types in sdNoel Grandin
2024-07-29Prevent rtl::Reference -> css::uno::Reference -> rtl::Reference implicit pathMike Kaganski
2024-07-19cid#1607792 Dereference after null checkCaolán McNamara
2024-07-17Use IsRunningUnitTest / IsRunningUITest consistentlyMike Kaganski
2024-07-17Simplify checking for "running under unit/ui test"Noel Grandin
2024-07-09cid#1554688 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-06-28tdf#33603: fix notespane (side/tool)bar interactionsSarper Akdemir
2024-06-18loplugin:ostr in variousNoel Grandin
2024-05-28loplugin:ostr in sd/../uiNoel Grandin
2024-05-18cid#1598235 Uninitialized pointer fieldCaolán McNamara
2024-05-16tdf#33603: sd: make state of notes pane persist across runsSarper Akdemir
2024-05-10sd: properly read values of optional config items for SlideSorterBarSarper Akdemir
2024-04-11tdf#33603: sd: rework notes panelSarper Akdemir
2024-04-03tdf#146619 Drop unused 'using namespace' in: sd/Gabor Kelemen
2024-03-21Drop C/C++ DEBUG macroStephan Bergmann
2024-03-11tdf#158152: Make presenter console to "Console: file"Baole Fang
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2024-01-03Use officecfg instead of SvtSlideSorterBarOptions classGabor Kelemen
2023-11-19c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 9)Julien Nabet
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: sdStephan Bergmann
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-04-23Run clang-tidy with misc-unused-using-decls on modules [s-t]*Gabor Kelemen
2023-03-30loplugin:stringadd in sd/sdextNoel Grandin
2023-03-15tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorYousef_Rabia
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara
2023-02-05osl::Mutex->std::mutex in sd::framework::FrameworkHelperNoel Grandin
2023-01-26cid#1520593 Uncaught exceptionCaolán McNamara
2023-01-26use more concrete types in sdNoel Grandin
2023-01-26GetDrawController should return pointerNoel Grandin
2023-01-26no need for sd::ModuleController to load these factories via UNONoel Grandin
2023-01-26use more concrete types in sdNoel Grandin
2023-01-24[API CHANGE] remove service sd::framework::ModuleControllerNoel Grandin
2023-01-24[API CHANGE] remove service sd::framework::ConfigurationControllerNoel Grandin
2023-01-23[API CHANGE] sd::frame::Configuration does not need to be an UNO serviceNoel Grandin
2023-01-20no need to load the list of impress/draw modules from configNoel Grandin
2023-01-20PresentationFactoryProvider can just be a static methodNoel Grandin
2023-01-20[API CHANGE] no need to load PresentationFactoryProvider via UNO and/or configNoel Grandin
2023-01-17XUnoTunnel->dynamic_cast in sd::DrawControllerNoel Grandin
2023-01-17XUnoTunnel->dynamic_cast in ViewShellWrapperNoel Grandin
2023-01-17XUnoTunnel->dynamic_cast in sd::framework::PaneNoel Grandin
2023-01-12tsan:lock-order-inversion in FrameworkHelperNoel Grandin
2022-11-17tdf#33495: Allow presenter console in windowed modeDaniel Lohmann
2022-09-01cid#1500537 silence Dereference after null checkCaolán McNamara
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann