summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formcomponenthandler.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-18cppcheck:noExplicitConstructorNoel Grandin1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-10/+10
2015-10-01com::sun::star->css in extensions/Noel Grandin1-1/+1
2015-09-17convert Link<> to typedNoel Grandin1-3/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-3/+3
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-04uno::Sequence provides now begin and endNoel Grandin1-2/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-1/+1
2015-04-30Use typed MaybeFile LinkStephan Bergmann1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-15/+14
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin1-3/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-4/+4
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-6/+6
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-13/+13
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin1-3/+3
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-3/+3
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2014-12-12extensions: Use appropriate OUString functions on string constantsStephan Bergmann1-17/+18
2014-12-04fdo#65163 reintroduce embedded picture for form componentsLionel Elie Mamane1-2/+13
2014-12-04Revert "coverity#735424 Logically dead code"Lionel Elie Mamane1-3/+22
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-3/+3
2014-10-01loplugin: cstylecastNoel Grandin1-4/+4
2014-09-12extensions: sal_Bool -> boolStephan Bergmann1-4/+4
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-07-10use SimpleReferenceObject in extensions moduleNoel Grandin1-19/+0
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-13coverity#706514 Uncaught exceptionCaolán McNamara1-5/+5
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-1/+1
2014-06-05extensions: remove SAL_THROW macroNoel Grandin1-1/+1
2014-05-08extensions: sal_Bool->boolNoel Grandin1-26/+26
2014-05-02extensions: sal_Bool->boolNoel Grandin1-10/+10
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-17coverity#706522 Uncaught exceptionCaolán McNamara1-1/+1
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-04-05coverity#706521 Uncaught exceptionCaolán McNamara1-2/+4
2014-04-02Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-12/+12
2014-03-17extensions: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-03EXTENSIONS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-3/+0
2014-02-27Remove visual noise from extensionsAlexander Wilms1-39/+39
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-14/+14