summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/geometrycontrolmodel.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-23new loplugin: commaoperatorNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-09com::sun::star->css in toolkit/Noel Grandin1-18/+18
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann1-9/+9
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-26remove extra spaces around ::Noel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-04-21Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann1-4/+4
2015-04-01loplugin:staticfunctionNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-11/+11
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+3
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-3/+3
2014-03-14No need for a virtual OPropertyContainer::getTypesStephan Bergmann1-1/+1
2014-03-10toolkit: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-8/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-9/+9
2014-02-26Remove visual noise from toolkitAlexander Wilms1-8/+8
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-33/+33
2014-02-06typo fixes in commentsAndras Timar1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-20/+20
2013-03-16Remove RTL_CONSTASCII_(U)STRINGPARAM (toolkit)Chr. Rossmanith1-9/+9
2013-03-04doubled includesThomas Arnhold1-1/+0
2012-10-03re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-01-16Fix for fdo43460 Part XXXIX getLength() to isEmpty()Olivier Hallot1-1/+1
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0
2011-11-27remove include of pch header from toolkitNorbert Thiebaud1-2/+0
2011-08-04Use rtl::OUStringHash.Kohei Yoshida1-1/+1
2011-04-03use rtl::Static where double-locked pattern usedCaolán McNamara1-11/+7
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-3/+3
2011-02-04Bulk move libs-gui to boost unordered containersFridrich Strba1-1/+1
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-10-05remove include guards using fixguard.pyPetr Mladek1-2/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-04-11INTEGRATION: CWS changefileheader (1.24.172); FILE MERGEDRüdiger Timm1-45/+18
2007-01-02INTEGRATION: CWS ab31 (1.23.30); FILE MERGEDJens-Heiner Rechtien1-27/+34
2006-09-16INTEGRATION: CWS pchfix02 (1.22.40); FILE MERGEDOliver Bolte1-2/+5
2006-06-19INTEGRATION: CWS warnings01 (1.21.26); FILE MERGEDJens-Heiner Rechtien1-4/+4
2005-09-09INTEGRATION: CWS ooo19126 (1.20.114); FILE MERGEDRüdiger Timm1-47/+21
2004-09-08INTEGRATION: CWS ooo20040704 (1.18.70); FILE MERGEDRüdiger Timm1-3/+3
2004-06-25INTEGRATION: CWS tune04 (1.18.64); FILE MERGEDHans-Joachim Lankenau1-16/+41
2003-12-11INTEGRATION: CWS frmcontrols01 (1.17.98); FILE MERGEDKurt Zenker1-56/+191
2003-03-27MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-191/+3
2002-02-01+OCommonGeometryControlModelFrank Schönheit1-3/+194
2002-01-08#96008# be an ComponentImplHelperFrank Schönheit1-14/+24
2001-11-23#95097# temporary bug on solaris platforms fixedJörg Budischewski1-3/+9
2001-09-05#88891# override the XTypeProvider methodsFrank Schönheit1-3/+48
2001-05-15#85996# Clone ScriptEventsSupplierAndreas Bregas1-2/+30