summaryrefslogtreecommitdiff
path: root/forms/source/xforms
AgeCommit message (Expand)AuthorFilesLines
2015-05-18Remove include stdio (part2)Julien Nabet1-1/+0
2015-05-08std::ptr_fun became deprecated since C++11Takeshi Abe1-3/+3
2015-05-05loplugin:staticmethodsNoel Grandin5-6/+6
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2-5/+4
2015-04-27More loplugin:simplifyboolStephan Bergmann2-4/+3
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann6-10/+10
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-03-28forms: Replace these macrosMatúš Kukan1-1/+0
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-24loplugin:constantfunction: formsNoel Grandin2-30/+19
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann3-4/+57
2015-03-06V801: Decreased performanceCaolán McNamara1-3/+3
2015-03-02cppcheck: duplicate inherited memberNoel Grandin1-2/+0
2015-02-19callcatcher: update unused codeCaolán McNamara2-24/+0
2015-02-17forms: Fix copy'n'paste mistakes.Jan Holesovsky2-3/+3
2015-02-17forms: Convert also com.sun.star.form.XForms.Jan Holesovsky1-28/+7
2015-02-17forms: use constructor feature for form modulesChris Sherlock3-4/+15
2015-02-07loplugin:deletedspecialStephan Bergmann2-5/+4
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-3/+3
2015-01-20Some more loplugin:cstylecast: formsStephan Bergmann3-13/+13
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin1-6/+3
2014-12-18forms: Use appropriate OUString functions on string constantsStephan Bergmann2-2/+2
2014-12-17fdo#39440 reduce scope of local variablesMichael Weghorn1-6/+3
2014-12-15forms: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl6-0/+8
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