summaryrefslogtreecommitdiffstats
path: root/extensions/source/propctrlr/formcomponenthandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* convert SFXWB file dialog flags to scoped enumNoel Grandin2016-05-121-3/+3
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-3/+3
* clang-tidy modernize-loop-convert in e*Noel Grandin2016-04-261-4/+4
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-15/+15
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-141-1/+1
* sequence->vector in extensionsNoel Grandin2016-04-011-8/+7
* work on sane lifecylce for SfxFilterMarkus Mohrhard2016-03-111-1/+1
* Remove excess newlinesChris Sherlock2016-02-091-2/+0
* mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin2015-11-261-1/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-10/+10
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-1/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-021-2/+2
* loplugin:defaultparamsStephan Bergmann2015-10-201-1/+1
* cppcheck:noExplicitConstructorNoel Grandin2015-10-181-3/+3
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-10/+10
* com::sun::star->css in extensions/Noel Grandin2015-10-011-1/+1
* convert Link<> to typedNoel Grandin2015-09-171-3/+1
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-3/+3
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* uno::Sequence provides now begin and endNoel Grandin2015-06-041-2/+1
* loplugin:loopvartoosmallNoel Grandin2015-05-291-1/+1
* Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2015-05-101-1/+1
* Use typed MaybeFile LinkStephan Bergmann2015-04-301-1/+1
* Gradually typed LinkStephan Bergmann2015-04-301-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-15/+14
|\
| * convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin2015-04-101-3/+2
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-4/+4
| * first half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-101-2/+2
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-6/+6
| * vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-101-1/+1
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-13/+13
* | loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2015-04-131-1/+1
|/
* convert SvtModuleOptions::EModule to scoped enumNoel Grandin2015-04-071-3/+3
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-021-3/+3
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-021-3/+3
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-1/+1
* extensions: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-17/+18
* fdo#65163 reintroduce embedded picture for form componentsLionel Elie Mamane2014-12-041-2/+13
* Revert "coverity#735424 Logically dead code"Lionel Elie Mamane2014-12-041-3/+22
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-3/+3
* loplugin: cstylecastNoel Grandin2014-10-011-4/+4
* extensions: sal_Bool -> boolStephan Bergmann2014-09-121-4/+4
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-121-1/+1
* use SimpleReferenceObject in extensions moduleNoel Grandin2014-07-101-19/+0
* remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud2014-06-271-1/+1
* loplugin:staticcallStephan Bergmann2014-06-131-1/+1
* coverity#706514 Uncaught exceptionCaolán McNamara2014-06-131-5/+5
* Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann2014-06-111-1/+1