summaryrefslogtreecommitdiffstats
path: root/framework/source/layoutmanager
Commit message (Expand)AuthorAgeFilesLines
* use more OUStringLiteral in MediaDescriptorNoel Grandin2021-11-081-1/+1
* Prepare for removal of non-const operator[] from Sequence in frameworkMike Kaganski2021-10-303-67/+52
* gives names to all the Idles and TasksNoel Grandin2021-09-281-1/+1
* Extend loplugin:stringviewparam to starts/endsWith: frameworkStephan Bergmann2021-09-232-3/+5
* Remove some "Attention" comments of little valueStephan Bergmann2021-09-211-3/+2
* clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák2021-09-201-12/+12
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2021-09-151-2/+2
* clang-tidy:readability-redundant-member-initNoel Grandin2021-09-011-2/+2
* loplugin:referencecasting look through more clang TypesNoel Grandin2021-08-232-24/+18
* Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski2021-08-164-17/+3
* rtl::Static -> thread-safe static localNoel Grandin2021-08-131-10/+2
* create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin2021-08-071-3/+3
* loplugin:indentation improve checks for brace alignmentNoel Grandin2021-06-281-2/+2
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-022-4/+4
* tdf#124176 Use pragma once in f*Vincent LE GARREC2021-03-232-8/+2
* use strong_int for item ids in vcl::ToolBoxNoel2021-03-111-2/+2
* clean up some more dynamic/static castingNoel2021-03-081-1/+1
* keep ImplDockingWindowWrapper DLL_PRIVATE and use DockingManagerCaolán McNamara2021-03-031-4/+3
* hide some FloatingWindow detailsCaolán McNamara2021-02-271-1/+0
* dockwin.hxx doesn't need to include floatwin.hxxCaolán McNamara2021-02-251-0/+1
* loplugin:refcounting in frameworkNoel2021-02-211-2/+2
* avoid some ref-countingNoel Grandin2021-01-252-12/+12
* lok: avoid expensive fetching of a property.Michael Meeks2021-01-241-0/+6
* fix coverity parse errorsCaolán McNamara2021-01-091-1/+1
* New loplugin:stringliteralvarStephan Bergmann2020-12-261-1/+1
* Clean up some logging in passingTor Lillqvist2020-12-081-19/+10
* loplugin:stringviewparam extend to comparison operatorsNoel2020-11-242-44/+44
* replace std::max(std::min()) with std::clampNoel2020-11-161-9/+8
* long->tools::Long in forms..frameworkNoel2020-10-222-3/+3
* loplugin:reducevarscope in frameworkNoel2020-10-021-24/+11
* replace and drop SvtCompatibilityViewOptionsCaolán McNamara2020-07-291-3/+2
* Upcoming improved loplugin:staticanonymous -> redundantstatic: frameworkStephan Bergmann2020-07-012-2/+2
* use for-range on Sequence in f*Noel Grandin2020-05-212-49/+44
* add an IsEmpty method to tools::Size and use itNoel Grandin2020-04-152-2/+2
* loplugin:flatten in frameworkNoel Grandin2020-04-083-755/+756
* remove some unused local varsNoel Grandin2020-01-281-2/+0
* tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen2019-11-203-21/+0
* tdf#42949 Fix IWYU warnings in framework/*/*hxxGabor Kelemen2019-11-113-13/+1
* remove unnecessary includesCaolán McNamara2019-10-291-1/+0
* loplugin:bufferadd loosen some constraintsNoel Grandin2019-10-161-4/+2
* move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák2019-10-151-1/+1
* loplugin:constmethod in framework..lotuswordproNoel Grandin2019-09-261-1/+1
* The menu is called 'Form', not 'Forms'Andras Timar2019-09-181-3/+3
* loplugin:sequentialassignNoel Grandin2019-07-291-2/+1
* loplugin:referencecasting in frameworkNoel Grandin2019-07-203-16/+15
* improve loplugin:simplifyconstructNoel Grandin2019-06-252-4/+4
* Fix typoAndrea Gelmini2019-06-201-1/+1
* Fix typoAndrea Gelmini2019-06-201-1/+1
* Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov2019-06-171-2/+2
* tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov2019-06-041-2/+2