summaryrefslogtreecommitdiffstats
path: root/forms/source/solar
Commit message (Expand)AuthorAgeFilesLines
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* loplugin:finalclasses in formsNoel Grandin2017-11-022-11/+9
* loplugin:includeform: formsStephan Bergmann2017-10-233-11/+11
* use rtl::Reference in formsNoel Grandin2017-10-182-12/+7
* clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin2017-09-111-1/+1
* migrate to boost::gettextCaolán McNamara2017-07-211-3/+3
* loplugin:oncevar filter..formsNoel Grandin2017-06-231-2/+1
* cleanup unused css/frame/* includesJochen Nitschke2017-06-121-1/+0
* Clean up integer types representing positions in ToolBox's item vectorStephan Bergmann2017-03-131-8/+8
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* Use module name when getting labelsMaxim Monastirsky2017-02-211-1/+1
* tdf#95844 Refactor CommandInfoProviderRohan Kumar2017-02-211-1/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-262-24/+24
* remove newly unused SfxImageManagerCaolán McNamara2016-12-211-1/+0
* loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin2016-11-291-1/+1
* loplugin:expandablemethods in forms..formulaNoel Grandin2016-11-084-33/+4
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-132-3/+3
* loplugin:constantparam in extensions..lotuswordproNoel Grandin2016-09-122-14/+14
* loplugin:passstuffbyrefStephan Bergmann2016-04-152-2/+2
* tdf#95845 Use CommandInfoProvider in formsSamuel Mehrbrodt2016-04-153-11/+14
* tdf#97966 Drop 'static' keywordsWastack2016-04-012-3/+3
* Remove excess newlinesChris Sherlock2016-02-091-2/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-102-15/+15
* more removal of com::sun::star typedefsNoel Grandin2015-10-211-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-23/+23
* cppcheck: noExplicitConstructorCaolán McNamara2015-10-072-3/+3
* com::sun::star->css in forms/Noel Grandin2015-10-021-19/+19
* boost->stdCaolán McNamara2015-09-171-5/+5
* Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann2015-06-171-4/+7
* vcl: rename other members of StateChangedType for consistencyMichael Stahl2015-05-051-4/+4
* loplugin:staticmethodsNoel Grandin2015-05-052-6/+18
* drawinglayer, editeng, forms, fpicker: convert new to ::Create.Michael Meeks2015-04-162-5/+5
* fix live children left behind at destroyNoel Grandin2015-04-161-1/+1
* cure a lot of unfortunate ScopedVclPtrs.Michael Meeks2015-04-102-1/+3
* re-insert erroneously converted delete calls.Michael Meeks2015-04-101-1/+1
* cleanup Printer VclRef pieces.Michael Meeks2015-04-101-4/+4
* vclwidget: only call dispose() onceNoel Grandin2015-04-101-1/+1
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-102-10/+4
* vcl: VclPtr conversion in formsNoel Grandin2015-04-092-6/+7
* forms: Replace these macrosMatúš Kukan2015-03-281-1/+0
* loplugin:constantfunction: formsNoel Grandin2015-03-241-2/+0
* callcatcher: update unused codeCaolán McNamara2015-02-192-7/+0
* forms: use constructor feature for form modulesChris Sherlock2015-02-171-8/+7
* coverity#704645 Dereference after null checkCaolán McNamara2015-01-301-4/+3
* forms: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-15/+15
* fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin2014-11-051-1/+1
* fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin2014-10-211-1/+1
* fdo#84938: replace TIB_ constants with enumNoel Grandin2014-10-201-2/+2
* convert vcl StateChangedType to enum classNoel Grandin2014-10-111-4/+5
* fdo#82577: Handle WindowNoel Grandin2014-09-234-29/+29