summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/ToolBarManager.cxx
AgeCommit message (Expand)Author
2023-08-17tdf#142489 Do not show the table toolbar when Notebookbar is activeRafael Lima
2023-07-28SfxMedium::GetItemSet never returns nullptrMike Kaganski
2023-07-18tdf#126095 sd notebookbar: don't force table/media toolbarJustin Luth
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara
2022-08-11Removed duplicated includesAndrea Gelmini
2022-08-11clang-tidy modernize-pass-by-value in sdNoel Grandin
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)
2021-04-09Recheck include/ with IWYUGabor Kelemen
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2019-09-12tdf#42949 Fix IWYU warnings in sd/source/ui/[u-v]*/*cxxGabor Kelemen
2019-08-20loplugin:constvars in sccomp..sdNoel Grandin
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen
2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-02-15loplugin:flatten in sd/source/ui/viewNoel Grandin
2019-01-09use unique_ptr in sdNoel Grandin
2018-12-10Simplify containers iterations in sd/source/ui/[s-v]*Arkadiy Illarionov
2018-11-09Fix sd toolbar manager lock underflowsJan-Marek Glogowski
2018-10-17Resolves: tdf#119997 toolbar layout unlock doesn't refresh uiCaolán McNamara
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-03no need to call empty() before clear()Noel Grandin
2018-09-10loplugin:simplifyconstruct in scaddins..sdNoel Grandin
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-06-23tdf#96099 Remove trivial std::vector typedefs in sd, sfx2, shellArkadiy Illarionov
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke
2018-01-15More loplugin:cstylecast: sdStephan Bergmann
2017-10-23loplugin:includeform: sdStephan Bergmann
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-03loplugin:constparams in sdNoel Grandin
2017-07-14 use more OUString::operator== in scaddins..sdextNoel Grandin
2017-05-31disambiguate dual use of toolbar idsCaolán McNamara
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sd module away from OSL_ASSERT to assertChris Sherlock
2017-05-05Fix typosAndrea Gelmini
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin
2017-02-15drop unused PaneManagerDying enumeratorNoel Grandin
2017-02-15convert ToolBarGroup to scoped enumNoel Grandin
2016-12-12tdf#104046 - Slides in the slide pane don't update in realtimeNoel Grandin
2016-11-22remove some more global OUStringsNoel Grandin
2016-10-12convert EID constants to typed_flagsNoel Grandin