summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/standardcontrol.cxx
AgeCommit message (Expand)Author
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann
2015-04-22Fix a number of boost::unique_ptr errors.Michael Meeks
2015-04-22extensions: convert new to ::Create.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in extensionsNoel Grandin
2015-04-09vcl: make VclPtr<T>(T*) constructor explicitNoel Grandin
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin
2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-09V801: Decreased performanceCaolán McNamara
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-10-28fdo#84938: replace TIMEF_ constants with enumNoel Grandin
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin
2014-10-01loplugin: cstylecastNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-05-08extensions: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-03-03Use cstdlib std::abs instead of stdlib.h absStephan Bergmann
2014-02-27Remove visual noise from extensionsAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-18Drop unnecessary #includeTakeshi Abe
2014-02-06Typo: pasword -> passwordJulien Nabet
2014-01-28bool improvementsStephan Bergmann
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-13GetCharPos returns EDIT_NOLIMIT on failureCaolán McNamara
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-03convert Edit::GetCharPos from xub_StrLen to sal_Int32Noel Grandin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-01extensions: fix swapped "insert" parametersMichael Stahl
2013-10-01convert extensions module from String to OUStringNoel Grandin
2013-08-04fdo#67235 adapt form control code to time nanosecond API change, step 3Lionel Elie Mamane
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke