summaryrefslogtreecommitdiffstats
path: root/forms/source/runtime
Commit message (Expand)AuthorAgeFilesLines
* loplugin:staticcallStephan Bergmann2014-06-131-6/+6
* Remove ASCII art, useless comments and whitespace from forms moduleChris Laplante2014-05-251-4/+0
* various: sal_Bool->boolNoel Grandin2014-05-081-4/+4
* forms: sal_Bool->boolNoel Grandin2014-05-061-24/+24
* More hacking on --disable-database-connectivityTor Lillqvist2014-04-221-0/+3
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-141-0/+1
* It's "its", not "it's"Tor Lillqvist2014-04-101-1/+1
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-032-13/+13
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-24/+24
* Remove visual noise from formsAlexander Wilms2014-02-262-12/+12
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-262-46/+46
* Remove unneccessary commentsAlexander Wilms2014-02-231-56/+56
* "stati" considered both pretentious and incorrect LatinMichael Stahl2014-01-301-1/+1
* bool improvementsStephan Bergmann2014-01-281-3/+3
* bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann2014-01-221-1/+1
* bool improvementsStephan Bergmann2014-01-141-1/+1
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-1/+1
* fixincludeguards.sh: formsThomas Arnhold2013-11-051-3/+3
* remove redundant calls to OUString constructorNoel Grandin2013-11-041-1/+1
* fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2013-10-251-9/+2
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-1/+1
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-1/+1
* fdo#46808, Convert comphelper::ComponentContext in forms moduleNoel Grandin2013-06-032-9/+9
* janitorial: correct method name in assert messageLionel Elie Mamane2013-05-121-1/+1
* commit subforms before moving in parent formLionel Elie Mamane2013-05-121-36/+137
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-072-49/+49
* remove boilerplate commentsThomas Arnhold2013-04-011-3/+1
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-4/+4
* fdo#46808, Adapt sdb::OrderDialog UNO service to new styleNoel Grandin2013-01-091-19/+2
* fdo#46808, Adapt sdb::FilterDialog UNO service to new styleNoel Grandin2012-12-211-21/+25
* re-base on ALv2 code. Includes:Michael Meeks2012-11-271-23/+14
* API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl2012-11-261-1/+0
* fix C++ warning declaration shadows member of thisLionel Elie Mamane2012-08-301-2/+2
* fix C++ warning: declaration shadows member of thisLionel Elie Mamane2012-08-301-2/+2
* Unused member typedef shadowed by function parametersStephan Bergmann2012-08-301-3/+0
* Make impl_doActionInSQLContext_throw more typesafeLionel Elie Mamane2012-08-302-49/+42
* fdo#48807 autofilter should not use LIKE operatorLionel Elie Mamane2012-08-301-17/+1
* Remove UNO includes commentsThomas Arnhold2012-06-292-4/+0
* re-base on ALv2 code.Michael Meeks2012-06-211-23/+14
* Fix for fdo43460 Part XVIII getLength() to isEmpty()Gustavo Buzzatti Pacheco2011-12-301-4/+4
* catch exception by constant referenceTakeshi Abe2011-12-121-1/+1
* remove include of pch header from formsNorbert Thiebaud2011-11-271-2/+0
* gbuildize formsDavid Tardon2011-04-031-47/+0
* Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2011-03-191-9/+9
* Remove bogus commentsGuillaume Poussel2011-02-131-1/+1
* Remove useless comments in components.Guillaume Poussel2011-02-081-1/+0
* RTL_CONSTASCII_USTRINGPARAM components in runtimepjacquod2010-11-171-1/+1
* add modelines to .hxx files as wellCaolán McNamara2010-10-281-0/+3
* merge vosremoval-mutex.diffNorbert Thiebaud2010-10-251-1/+1
* use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud2010-10-251-2/+2