summaryrefslogtreecommitdiff
path: root/framework/source/layoutmanager/toolbarlayoutmanager.cxx
AgeCommit message (Expand)AuthorFilesLines
4 daysloplugin:ostr in frameworkNoel Grandin1-9/+9
9 daysreplace createFromAscii with OUString literals in frameworkNoel Grandin1-1/+1
2024-03-22improve loplugin:staticmethodsNoel Grandin1-1/+5
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-06-06SvtCommandOptions only supports CMDOPTION_DISABLEDNoel Grandin1-1/+1
2023-04-01use more XVclWindowPeerNoel Grandin1-1/+1
2023-02-09tdf#95936: Tooltip not updated in Toolbars after change ShortcutJuergen Funk1-0/+14
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-2/+1
2022-12-14loplugin:unocast (framework::AddonsToolBarWrapper)Stephan Bergmann1-1/+2
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-40/+40
2022-06-02clang-tidy modernize-pass-by-value in frameworkNoel Grandin1-4/+5
2022-05-05loplugin:unusedvariableplusNoel Grandin1-1/+0
2022-05-04Just use Any ctor instead of makeAny in frameworkStephan Bergmann1-5/+5
2021-12-21loplugin:flatten in filter..frameworkNoel Grandin1-125/+125
2021-10-30Prepare for removal of non-const operator[] from Sequence in frameworkMike Kaganski1-35/+28
2021-09-23Extend loplugin:stringviewparam to starts/endsWith: frameworkStephan Bergmann1-2/+3
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-12/+12
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin1-10/+6
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski1-3/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel1-2/+2
2021-03-08clean up some more dynamic/static castingNoel1-1/+1
2021-03-03keep ImplDockingWindowWrapper DLL_PRIVATE and use DockingManagerCaolán McNamara1-4/+3
2021-02-27hide some FloatingWindow detailsCaolán McNamara1-1/+0
2021-02-25dockwin.hxx doesn't need to include floatwin.hxxCaolán McNamara1-0/+1
2021-01-25avoid some ref-countingNoel Grandin1-11/+11
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-22/+22
2020-11-16replace std::max(std::min()) with std::clampNoel1-9/+8
2020-10-22long->tools::Long in forms..frameworkNoel1-1/+1
2020-10-02loplugin:reducevarscope in frameworkNoel1-24/+11
2020-05-21use for-range on Sequence in f*Noel Grandin1-23/+18
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-1/+1
2020-04-08loplugin:flatten in frameworkNoel Grandin1-453/+454
2020-01-28remove some unused local varsNoel Grandin1-2/+0
2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen1-3/+0
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-4/+2
2019-07-29loplugin:sequentialassignNoel Grandin1-2/+1
2019-07-20loplugin:referencecasting in frameworkNoel Grandin1-6/+5
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-2/+2
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov1-1/+1
2019-04-09[API CHANGE] Asserts to never clear already cleared guardMike Kaganski1-9/+13
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-157/+170
2019-04-07Clear correct guardMike Kaganski1-1/+1
2019-03-21tdf#121671 Floating toolbars remain their position after reopenIlhan Yesil1-7/+29
2019-02-24loplugin:unusedfields in frameworkNoel Grandin1-1/+0
2019-02-19tdf#42949 Fix IWYU warnings in include/framework/Gabor Kelemen1-0/+1
2019-02-09loplugin:indentation in frameworkNoel Grandin1-1/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-2/+2
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-5/+2
2018-10-21pvs-studio: A part of conditional expression is always trueCaolán McNamara1-1/+1