summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr
AgeCommit message (Expand)Author
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-05-04Use typed TabControl::SetDeactivatePageHdl LinkStephan Bergmann
2015-04-30Use typed MaybeFile LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28executedDialog _nExecutionResult param is of type sal_Int16/VclResponseTypeStephan Bergmann
2015-04-28Dialog::EndDialog nResult param is of type long/VclResponseTypeStephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-23extensions: remove unnecessary includeMichael Stahl
2015-04-22Fix a number of boost::unique_ptr errors.Michael Meeks
2015-04-22extensions: convert new to ::Create.Michael Meeks
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-17sw: convert new to ::Create.Noel Grandin
2015-04-17Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks
2015-04-16fix live children left behind at destroyNoel Grandin
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-11disposeAndClear in place of DELETEZ.Michael Meeks
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks
2015-04-10re-insert erroneously converted delete calls.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10cleanup Printer VclRef pieces.Michael Meeks
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack 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-08A UNO Any can't contain an AnyStephan Bergmann
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-15Typo: NotifcationMode->NotificationModeJulien Nabet
2015-03-09V801: Decreased performanceCaolán McNamara