summaryrefslogtreecommitdiffstats
path: root/extensions/source/propctrlr/formgeometryhandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-031-9/+9
* Modernize a bit extensionsJulien Nabet2018-03-131-6/+3
* loplugin:constantparam in desktop..i18npoolNoel Grandin2018-03-081-1/+1
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-141-4/+4
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* loplugin:salcall handle virtual methodsNoel Grandin2017-12-061-2/+2
* Drop :: prefix from std in [de]*/Tor Lillqvist2017-02-171-3/+3
* Add missing #includesStephan Bergmann2017-02-061-0/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-22/+21
* New loplugin:dynexcspec: Add @throws documentation, extensionsStephan Bergmann2017-01-191-0/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-2/+2
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-2/+2
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-2/+0
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-1/+1
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-251-1/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* more removal of com::sun::star typedefsNoel Grandin2015-10-211-10/+7
* cppcheck:noExplicitConstructorNoel Grandin2015-10-181-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-14/+14
* com::sun::star->css in extensions/Noel Grandin2015-10-011-8/+8
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-061-1/+2
* A UNO Any can't contain an AnyStephan Bergmann2015-04-081-2/+2
* Remove useless include tools/debug.hxx from forms and extensionsMarcos Paulo de Souza2014-08-211-2/+0
* coverity#706514 Uncaught exceptionCaolán McNamara2014-06-131-3/+3
* extensions: sal_Bool->boolNoel Grandin2014-05-021-2/+2
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-131-0/+2
* coverity#706523 Uncaught exceptionCaolán McNamara2014-04-051-1/+4
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-14/+14
* EXTENSIONS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini2014-03-031-3/+0
* Remove visual noise from extensionsAlexander Wilms2014-02-271-14/+14
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-18/+18
* Remove unneccessary commentsAlexander Wilms2014-02-231-22/+22
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-1/+1
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-1/+1
* fdo#46808, Convert a copy of ComponentContext to XComponentContextNoel Grandin2013-06-051-1/+3
* Use the new type-checking Reference constructor to reduce code noiseNoel Grandin2013-05-221-2/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-23/+23
* remove boilerplate commentsThomas Arnhold2013-04-011-2/+1
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-3/+3
* extensions: get rid of no longer needed stringdefine.hxxMiklos Vajna2013-03-071-1/+1
* re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2012-11-061-22/+14
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-251-2/+2
* Remove UNO includes commentsThomas Arnhold2012-06-291-2/+0
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-2/+2
* remove include of pch header in extensionsNorbert Thiebaud2011-11-271-2/+0
* Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold2011-03-121-5/+5