summaryrefslogtreecommitdiff
path: root/forms/source/component/clickableimage.cxx
AgeCommit message (Expand)Author
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-10-23loplugin:includeform: formsStephan Bergmann
2017-06-23loplugin:unusedfields in forms..idlcNoel Grandin
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19use rtl::Reference in OClickableImageBaseModelNoel Grandin
2016-10-26coverity#1374270 Uncaught exceptionCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-06-08remove some manual ref-counting in formsNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06coverity#1338244 Uncaught exceptionCaolán McNamara
2015-09-17convert Link<> to typedNoel Grandin
2015-08-31make Link<> typedNoel Grandin
2015-08-19comphelper::isA(Any... -> Any::hasStephan Bergmann
2015-08-19Remove two silly typedefsStephan Bergmann
2015-07-14fix windows buildNoel Grandin
2015-07-14tdf#47832: Pictures on buttons, created in forms, gone after reopening formZolnai Tamás
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-21Get rid of trivial comphelper::query_interface wrapperStephan Bergmann
2015-04-21Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-10-23loplugin: cstylecastNoel Grandin
2014-09-19fdo#39468 Translate German comments, clean some wsPhilipp Weissenbacher
2014-09-15forms: sal_Bool -> boolStephan Bergmann
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-05forms: remove SAL_THROW macroNoel Grandin
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-06forms: sal_Bool->boolNoel Grandin
2014-04-10DownLoad -> Download.Jan Holesovsky
2014-02-26Remove visual noise from formsAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-21FORMS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-11-11remove unnecessary use of OUString constructor in FORMS moduleNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-01convert FORMS modules from String to OUStringNoel Grandin
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara