summaryrefslogtreecommitdiffstats
path: root/forms/source/helper
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constantparamNoel Grandin2017-05-091-8/+2
* loplugin:redundantcast find c-style bool castsNoel Grandin2017-04-051-1/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-263-21/+21
* loplugin:unnecessaryoverride (dtors) in formsStephan Bergmann2016-12-051-3/+0
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-1/+1
* clean-up: unused using declarations and includesJochen Nitschke2016-04-182-5/+0
* tdf#95845 Use CommandInfoProvider in formsSamuel Mehrbrodt2016-04-151-123/+0
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-123-11/+0
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-022-5/+0
* loplugin:constantparam in formsNoel Grandin2016-03-231-3/+3
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-251-1/+1
* Fix typosAndrea Gelmini2016-01-101-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-103-11/+11
* more removal of com::sun::star typedefsNoel Grandin2015-10-211-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-9/+9
* com::sun::star->css in forms/Noel Grandin2015-10-022-8/+8
* forms: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-111-2/+2
* Rephrase comparisons between bool and sal_BoolStephan Bergmann2015-04-281-1/+1
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-172-1/+2
* forms: sal_Bool -> boolStephan Bergmann2014-09-151-2/+2
* loplugin:staticcallStephan Bergmann2014-06-131-1/+1
* forms: remove SAL_THROW macroNoel Grandin2014-06-051-3/+3
* Remove ASCII art, useless comments and whitespace from forms moduleChris Laplante2014-05-256-29/+0
* forms: sal_Bool->boolNoel Grandin2014-05-063-8/+8
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-273-9/+9
* Remove visual noise from formsAlexander Wilms2014-02-267-46/+46
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-262-18/+18
* Remove unneccessary commentsAlexander Wilms2014-02-237-64/+64
* Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan2014-01-301-3/+3
* Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan2014-01-281-3/+3
* FORMS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini2014-01-211-3/+0
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-1/+1
* fdo#46808, Convert comphelper::ComponentContext in forms moduleNoel Grandin2013-06-034-11/+12
* forms: FORMS_CONSTASCII_STRING is no longer neededMiklos Vajna2013-04-231-19/+19
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-075-16/+16
* remove boilerplate commentsThomas Arnhold2013-04-014-8/+1
* doubled usingThomas Arnhold2013-03-051-1/+0
* re-base on ALv2 code. Includes:Michael Meeks2012-11-275-114/+70
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-251-2/+2
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-191-2/+2
* offapi: move css.ui.UICommandDescription to css.frame.UICommandDescription:Michael Stahl2012-09-061-2/+2
* Some clean up of previous commitStephan Bergmann2012-09-052-4/+4
* fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin2012-09-052-11/+14
* fdo#46808, Adapt UICommandDescription UNO service to new styleNoel Grandin2012-09-031-1/+3
* fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin2012-09-031-2/+3
* Remove UNO includes commentsThomas Arnhold2012-06-295-12/+0
* re-base on ALv2 code.Michael Meeks2012-06-212-44/+28