summaryrefslogtreecommitdiff
path: root/forms/source/component
AgeCommit message (Expand)Author
2015-01-05spelling: attachement -> attachmentNoel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18forms: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-17fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-15forms: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-09changed timers to idlesTobias Madl
2014-11-24unotools: Internalize ucblockbytes.hxx headerMatúš Kukan
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-14coverity#706540 Uncaught exceptionCaolán McNamara
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-07Try to fix ambiguity errorZolnai Tamás
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-11-04coverity#706543 uncaught exceptionDavid Tardon
2014-10-31Removed duplicated includesAndrea Gelmini
2014-10-27coverity#706537 Uncaught exceptionCaolán McNamara
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-20tweak CaughtExceptionCaolán McNamara
2014-10-20Missing includeStephan Bergmann
2014-10-20coverity#706540 Uncaught exceptionCaolán McNamara
2014-10-20coverity#706538 Uncaught exceptionCaolán McNamara
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30forms: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-25fdo#39468 Translate German comments, clean some wsPhilipp Weissenbacher
2014-09-24fdo#39468 Translated German to EnglishTobias Madl
2014-09-19fdo#39468 Translate German comments, clean some wsPhilipp Weissenbacher
2014-09-15Simplify expression to fix bool/sal_Bool ambiguityStephan Bergmann
2014-09-15forms: sal_Bool -> boolStephan Bergmann
2014-08-25set names on a bunch more threads...Michael Stahl
2014-08-25Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-08-21Remove useless include tools/debug.hxx from forms and extensionsMarcos Paulo de Souza
2014-08-21star* -> css::*Thomas Arnhold
2014-08-21stario -> css::ioThomas Arnhold
2014-08-21staruno -> css::unoThomas Arnhold
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-07-01New loplugin:stringconcatStephan Bergmann
2014-06-29Typo: beeing->beingJulien Nabet
2014-06-17rtl::Reference fits just fine hereStephan Bergmann
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-05forms: remove SAL_THROW macroNoel Grandin
2014-06-04forms: expand DECLARE_XCLONEABLEThomas Arnhold
2014-06-04forms: expand DECLARE_DEFAULT_DTORThomas Arnhold
2014-06-01Fixed lower case typo in header guard definitionJens Carl
2014-05-30fdo#68849: Add header guards to all include filesJens Carl
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-25Remove ASCII art, useless comments and whitespace from forms moduleChris Laplante
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet