summaryrefslogtreecommitdiff
path: root/framework/inc
AgeCommit message (Expand)AuthorFilesLines
2021-11-12introduce OUStringConstExprNoel Grandin1-9/+9
2021-11-10Fix typosAndrea Gelmini1-1/+1
2021-10-12Fix typoAndrea Gelmini1-2/+2
2021-10-12loplugin:unusedfieldsNoel Grandin1-1/+0
2021-10-11loplugin:moveparam in frameworkNoel Grandin2-2/+2
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-5/+9
2021-09-23Extend loplugin:stringviewparam to starts/endsWith: frameworkStephan Bergmann1-19/+24
2021-09-21Remove some "Attention" comments of little valueStephan Bergmann4-11/+8
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski2-1/+2
2021-09-11clang:optin.performance.PaddingNoel Grandin1-1/+1
2021-08-12tdf#88205: Adapt uses of css::uno::Sequence to use initialize_list ctorZeynep Yavuz1-2/+1
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin1-2/+2
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin5-8/+10
2021-08-05drop unneeded forward declareCaolán McNamara1-1/+0
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin2-3/+3
2021-07-22osl::Mutex->std::mutex in StatusIndicatorFactoryNoel Grandin1-1/+2
2021-07-20framework: fix multiple-free in VclToolBarManager::Destroy()Michael Stahl1-1/+1
2021-07-19merge ModuleImageManager into ImageManagerNoel Grandin2-74/+1
2021-07-07tdf#132740 improve TagWindowAsModifiedNoel Grandin1-3/+5
2021-06-26loplugin:finalclasses in frameworkNoel Grandin2-2/+2
2021-06-17use string_view in the Translate APINoel Grandin1-1/+2
2021-06-15vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxxChris Sherlock1-2/+16
2021-06-08Resolves tdf#131817 - Option to globally switch toolbar locking on/offHeiko Tietze1-0/+1
2021-05-31no need to allocate these separatelyNoel Grandin1-3/+4
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann13-25/+25
2021-04-08update PCHsLuboš Luňák1-1/+3
2021-04-06update pchesCaolán McNamara1-1/+3
2021-04-06Extend ToolBarManager to build weld::ToolbarSzymon Kłos2-4/+83
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC117-468/+117
2021-03-23use single-use attribute for ContextChangeEventMultiplexerNoel Grandin1-0/+2
2021-03-21update pchesCaolán McNamara1-1/+2
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel12-19/+21
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+2
2021-02-23fill convert menu via the css::awt::XPopupMenu apisCaolán McNamara1-0/+22
2021-02-21loplugin:refcounting in frameworkNoel1-1/+1
2021-02-19update pchesCaolán McNamara1-3/+1
2021-02-08update pchesCaolán McNamara1-1/+3
2021-01-29loplugin:stringviewparam extend to new..Noel1-1/+1
2021-01-20tdf#139774 fix wrong use List Box icon in Combo Box right click menuRizal Muttaqin1-1/+1
2021-01-09fix coverity parse errorsCaolán McNamara1-8/+9
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann5-13/+21
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann3-9/+13
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-8/+9
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann2-2/+7
2020-12-04update pchesCaolán McNamara1-4/+5
2020-12-03tdf#124176 Use #pragma once in framework/inc/uifactorycu-16bcs17983-11/+3
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel3-9/+9
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel5-5/+5
2020-11-17loplugin:stringviewparam check methods tooNoel3-7/+7
2020-11-13tdf#123936 Formatting files in module framework with clang-formatPhilipp Hofer3-21/+24