summaryrefslogtreecommitdiffstats
path: root/forms/source/xforms
Commit message (Expand)AuthorAgeFilesLines
* use SimpleReferenceObject in forms moduleNoel Grandin2014-07-102-22/+3
* use assert when followed by derefCaolán McNamara2014-07-031-1/+1
* coverity#706547 Uncaught exceptionCaolán McNamara2014-06-242-4/+2
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-1714-133/+28
* loplugin:staticcallStephan Bergmann2014-06-131-1/+1
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-098-50/+15
* forms: remove SAL_THROW macroNoel Grandin2014-06-052-2/+2
* fdo#68849: Add header guards to all include filesJens Carl2014-05-302-0/+10
* remove more unnecesary OUString constructor useNoel Grandin2014-05-291-1/+1
* Remove unnecessary semicolonsPeter Senna Tschudin2014-05-271-1/+1
* Remove ASCII art, useless comments and whitespace from forms moduleChris Laplante2014-05-255-62/+0
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-232-2/+2
* forms: sal_Bool->boolNoel Grandin2014-05-069-31/+31
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-302-3/+1
* coverity#989723 Uncaught exceptionCaolán McNamara2014-04-231-1/+1
* coverity#989722 Uncaught exceptionCaolán McNamara2014-04-231-1/+1
* coverity#989721 Uncaught exceptionCaolán McNamara2014-04-231-1/+1
* coverity#989724 Uncaught exceptionCaolán McNamara2014-04-221-1/+1
* Typo: s/gurantee/guaranteeTor Lillqvist2014-04-181-1/+1
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-142-2/+1
* coverity#707864 Uninitialized scalar fieldCaolán McNamara2014-04-041-2/+8
* fdo#43157 : clean up OSL_POSTCONDMichaël Lefèvre2014-04-031-1/+1
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-012-2/+2
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-2718-207/+207
* forms: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-101-1/+1
* Remove visual noise from formsAlexander Wilms2014-02-2616-173/+173
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2622-282/+282
* Typo: apropriate -> appropriateJulien Nabet2014-02-251-1/+1
* Remove unneccessary commentsAlexander Wilms2014-02-233-109/+109
* Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2014-02-213-6/+7
* Drop unnecessary #includeTakeshi Abe2014-02-182-2/+0
* ucbhelper: sal_Bool -> boolStephan Bergmann2014-02-171-1/+1
* bool improvementsStephan Bergmann2014-01-283-4/+4
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-231-2/+2
* FORMS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini2014-01-211-3/+0
* bool improvementsStephan Bergmann2014-01-141-2/+2
* typo fixesAndras Timar2013-12-201-2/+2
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-2/+2
* cppcheck: Array index is used before limits checkJulien Nabet2013-11-161-1/+1
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-142/+0
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-143-20/+20
* i18npool, forms: remove warnings_guard_unicode*.hMichael Stahl2013-11-142-43/+2
* convert OUString !compareToAscii to equalsAsciiNoel Grandin2013-11-111-1/+1
* remove unnecessary use of OUString constructor in FORMS moduleNoel Grandin2013-11-113-4/+4
* fixincludeguards.sh: formsThomas Arnhold2013-11-0529-61/+61
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-222-2/+2
* drop unnecessary tools/string includesCaolán McNamara2013-10-201-1/+0
* Use std::auto_ptr::reset where applicableStephan Bergmann2013-10-021-6/+3
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-213-4/+4