summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework
AgeCommit message (Expand)AuthorFilesLines
9 hoursuse more concrete UNO types in variousNoel Grandin1-12/+8
2 daysuse more concrete UNO types in sdNoel Grandin1-5/+6
4 daysuse more concrete UNO types in sdNoel Grandin1-5/+8
2024-07-29Prevent rtl::Reference -> css::uno::Reference -> rtl::Reference implicit pathMike Kaganski1-6/+3
2024-07-19cid#1607792 Dereference after null checkCaolán McNamara1-6/+9
2024-07-17Use IsRunningUnitTest / IsRunningUITest consistentlyMike Kaganski1-2/+2
2024-07-17Simplify checking for "running under unit/ui test"Noel Grandin1-1/+2
2024-07-09cid#1554688 COPY_INSTEAD_OF_MOVECaolán McNamara2-6/+2
2024-06-28tdf#33603: fix notespane (side/tool)bar interactionsSarper Akdemir2-18/+129
2024-06-18loplugin:ostr in variousNoel Grandin1-14/+14
2024-05-28loplugin:ostr in sd/../uiNoel Grandin13-27/+27
2024-05-18cid#1598235 Uninitialized pointer fieldCaolán McNamara1-1/+1
2024-05-16tdf#33603: sd: make state of notes pane persist across runsSarper Akdemir4-0/+363
2024-05-10sd: properly read values of optional config items for SlideSorterBarSarper Akdemir1-6/+8
2024-04-11tdf#33603: sd: rework notes panelSarper Akdemir3-0/+23
2024-04-03tdf#146619 Drop unused 'using namespace' in: sd/Gabor Kelemen3-3/+0
2024-03-21Drop C/C++ DEBUG macroStephan Bergmann1-1/+1
2024-03-11tdf#158152: Make presenter console to "Console: file"Baole Fang3-7/+19
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2024-01-03Use officecfg instead of SvtSlideSorterBarOptions classGabor Kelemen1-13/+16
2023-11-19c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 9)Julien Nabet1-6/+3
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: sdStephan Bergmann1-1/+1
2023-06-26new loplugin:constexprliteralNoel Grandin1-1/+1
2023-04-23Run clang-tidy with misc-unused-using-decls on modules [s-t]*Gabor Kelemen1-1/+0
2023-03-30loplugin:stringadd in sd/sdextNoel Grandin1-2/+1
2023-03-15tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorYousef_Rabia1-2/+1
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara2-23/+18
2023-02-05osl::Mutex->std::mutex in sd::framework::FrameworkHelperNoel Grandin1-2/+2
2023-01-26cid#1520593 Uncaught exceptionCaolán McNamara1-1/+1
2023-01-26use more concrete types in sdNoel Grandin3-14/+12
2023-01-26GetDrawController should return pointerNoel Grandin1-2/+2
2023-01-26no need for sd::ModuleController to load these factories via UNONoel Grandin7-514/+98
2023-01-26use more concrete types in sdNoel Grandin8-25/+34
2023-01-24[API CHANGE] remove service sd::framework::ModuleControllerNoel Grandin1-35/+11
2023-01-24[API CHANGE] remove service sd::framework::ConfigurationControllerNoel Grandin1-26/+6
2023-01-23[API CHANGE] sd::frame::Configuration does not need to be an UNO serviceNoel Grandin1-26/+0
2023-01-20no need to load the list of impress/draw modules from configNoel Grandin1-47/+34
2023-01-20PresentationFactoryProvider can just be a static methodNoel Grandin2-4/+2
2023-01-20[API CHANGE] no need to load PresentationFactoryProvider via UNO and/or configNoel Grandin2-81/+9
2023-01-17XUnoTunnel->dynamic_cast in sd::DrawControllerNoel Grandin12-33/+31
2023-01-17XUnoTunnel->dynamic_cast in ViewShellWrapperNoel Grandin3-16/+2
2023-01-17XUnoTunnel->dynamic_cast in sd::framework::PaneNoel Grandin1-13/+0
2023-01-12tsan:lock-order-inversion in FrameworkHelperNoel Grandin1-23/+10
2022-11-17tdf#33495: Allow presenter console in windowed modeDaniel Lohmann2-8/+18
2022-09-01cid#1500537 silence Dereference after null checkCaolán McNamara1-2/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann6-6/+6
2022-08-11clang-tidy modernize-pass-by-value in sdNoel Grandin7-29/+32
2022-06-13loplugin:mergeclasses sd::TitledDockingWindow with sd::PaneDockingWindowNoel Grandin1-2/+2
2022-05-05use more o3tl::getTokenNoel Grandin1-4/+5
2022-05-04Just use Any ctor instead of makeAny in sdStephan Bergmann4-11/+11