summaryrefslogtreecommitdiff
path: root/forms/source/xforms
AgeCommit message (Expand)AuthorFilesLines
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-4/+4
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin2-8/+8
2014-09-30forms: std::auto_ptr -> std::unique_ptrStephan Bergmann6-11/+7
2014-09-15Mark template member fns that are supposed to override as SAL_OVERRIDEStephan Bergmann1-5/+5
2014-08-21Remove useless include tools/debug.hxx from forms and extensionsMarcos Paulo de Souza1-3/+0
2014-08-21forms: CSS -> cssThomas Arnhold12-71/+67
2014-07-10use SimpleReferenceObject in forms moduleNoel Grandin2-22/+3
2014-07-03use assert when followed by derefCaolán McNamara1-1/+1
2014-06-24coverity#706547 Uncaught exceptionCaolán McNamara2-4/+2
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin14-133/+28
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin8-50/+15
2014-06-05forms: remove SAL_THROW macroNoel Grandin2-2/+2
2014-05-30fdo#68849: Add header guards to all include filesJens Carl2-0/+10
2014-05-29remove more unnecesary OUString constructor useNoel Grandin1-1/+1
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-25Remove ASCII art, useless comments and whitespace from forms moduleChris Laplante5-62/+0
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2-2/+2
2014-05-06forms: sal_Bool->boolNoel Grandin9-31/+31
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni2-3/+1
2014-04-23coverity#989723 Uncaught exceptionCaolán McNamara1-1/+1
2014-04-23coverity#989722 Uncaught exceptionCaolán McNamara1-1/+1
2014-04-23coverity#989721 Uncaught exceptionCaolán McNamara1-1/+1
2014-04-22coverity#989724 Uncaught exceptionCaolán McNamara1-1/+1
2014-04-18Typo: s/gurantee/guaranteeTor Lillqvist1-1/+1
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann2-2/+1
2014-04-04coverity#707864 Uninitialized scalar fieldCaolán McNamara1-2/+8
2014-04-03fdo#43157 : clean up OSL_POSTCONDMichaël Lefèvre1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann18-207/+207
2014-03-10forms: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-1/+1
2014-02-26Remove visual noise from formsAlexander Wilms16-173/+173
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann22-282/+282
2014-02-25Typo: apropriate -> appropriateJulien Nabet1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms3-109/+109
2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe3-6/+7
2014-02-18Drop unnecessary #includeTakeshi Abe2-2/+0
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann3-4/+4
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-2/+2
2014-01-21FORMS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-3/+0
2014-01-14bool improvementsStephan Bergmann1-2/+2
2013-12-20typo fixesAndras Timar1-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-16cppcheck: Array index is used before limits checkJulien Nabet1-1/+1