summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/standardcontrol.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-18cppcheck:noExplicitConstructorNoel Grandin1-2/+2
2015-10-17coverity#1327456 Uninitialized pointer fieldCaolán McNamara1-1/+2
2015-10-16convert Link<> to typedNoel Grandin1-2/+2
2015-10-15convert Link<> to typedNoel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-10-12some small cleanupsNoel Grandin1-6/+6
2015-10-12now we can get rid of the convoluted ControlWindow templateNoel Grandin1-6/+7
2015-10-12reduce the web of class relationships here a littleNoel Grandin1-9/+9
2015-10-12improve naming of template parametersNoel Grandin1-1/+1
2015-10-01com::sun::star->css in extensions/Noel Grandin1-2/+2
2015-09-30 tdf#94559: second step to remove rtti.hxxOliver Specht1-1/+1
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-8/+8
2015-09-24convert Link<> to typedNoel Grandin1-1/+1
2015-09-18boost->stdCaolán McNamara1-1/+1
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-4/+4
2015-09-09convert Link<> to typedNoel Grandin1-4/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-3/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-2/+1
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-1/+1
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-2/+2
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin1-1/+1
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-2/+2
2015-04-22Fix a number of boost::unique_ptr errors.Michael Meeks1-2/+2
2015-04-22extensions: convert new to ::Create.Michael Meeks1-4/+4
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-11/+5
2015-04-09vcl: VclPtr conversion in extensionsNoel Grandin1-5/+24
2015-04-09vcl: make VclPtr<T>(T*) constructor explicitNoel Grandin1-1/+1
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin1-2/+2
2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks1-9/+4
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-1/+1
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin1-4/+2
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-3/+3
2014-10-28fdo#84938: replace TIMEF_ constants with enumNoel Grandin1-1/+1
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin1-1/+1
2014-10-01loplugin: cstylecastNoel Grandin1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-18/+18
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-2/+2
2014-06-24new compilerplugin returnbyrefNoel Grandin1-15/+15
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-3/+3
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-7/+7
2014-05-08extensions: sal_Bool->boolNoel Grandin1-8/+8
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2