summaryrefslogtreecommitdiff
path: root/framework/source/helper/uiconfigelementwrapperbase.cxx
AgeCommit message (Expand)Author
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-05-21use for-range on Sequence in f*Noel Grandin
2020-04-08loplugin:flatten in frameworkNoel Grandin
2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen
2019-08-24loplugin:returnconstval in frameworkNoel Grandin
2019-06-19Fix typoAndrea Gelmini
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-06-08framework: replace double checked locking patternsJochen Nitschke
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-14com::sun::star->css in frameworkNoel Grandin
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-07framework: sal_Bool->boolNoel Grandin
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-03-18Use SolarMutexGuard directlyStephan Bergmann
2014-03-17Consolidate framework::{Resetable,}GuardStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2013-07-23fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
2013-07-23Convert the easy cases in framework to WeakImplHelperNoel Grandin
2013-05-22fdo#46808, XMultiServiceFactory to XComponentContextNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-11-15re-base on ALv2 code. Includes:Michael Meeks
2012-08-08remove include comments and boxesThomas Arnhold
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-30remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-02-23Remove unused code as listed in unusedcode.easySantiago Martinez
2011-12-14catch exception by constant referenceTakeshi Abe
2011-11-27remove include of pch header from frameworkNorbert Thiebaud
2011-06-01overly staticCaolán McNamara
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-29Remove commented code in libs-core/frameworkXisco Fauli
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens
2011-02-26Remove "using namespace ::rtl"Julien Nabet
2011-02-08CWS gnumake3: pull in cws removetooltypes01Mathias Bauer
2011-02-02CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of ind...Mathias Bauer
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-06-03slidecopy: merge after copying in CWS renaissance2Frank Schoenheit [fs]
2010-04-16CWS gnumake2: export all symbols in framework using declspecMathias Bauer
2010-04-12slidecopy: mergeFrank Schoenheit [fs]
2010-04-09slidecopy: moved Frame/ResourceURL/Type from css.ui.UIElement to css.ui.XUIEl...Frank Schoenheit [fs]
2010-03-21Adding PopupMenuController to allow PopupMenuControllerBase dervivates to be ...Christian Lippka