summaryrefslogtreecommitdiff
path: root/forms/source/solar
AgeCommit message (Expand)AuthorFilesLines
2014-11-05fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin1-1/+1
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-1/+1
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-2/+2
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-4/+5
2014-09-23fdo#82577: Handle WindowNoel Grandin4-29/+29
2014-09-15forms: sal_Bool -> boolStephan Bergmann2-2/+2
2014-05-25Remove ASCII art, useless comments and whitespace from forms moduleChris Laplante4-28/+0
2014-05-08RFC: add IsValueChangedFromSaved to VCL button and listboxNoel Grandin1-1/+1
2014-05-06forms: sal_Bool->boolNoel Grandin3-10/+10
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni3-4/+4
2014-04-07Remove silly PUT_SEMICOLON_AT_THE_ENDStephan Bergmann1-1/+1
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-4/+4
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann3-22/+22
2014-02-26Remove visual noise from formsAlexander Wilms4-37/+37
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-24/+24
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms2-65/+65
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-18Drop unnecessary #includeTakeshi Abe1-1/+0
2014-01-21FORMS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini2-9/+0
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-05fixincludeguards.sh: formsThomas Arnhold2-6/+6
2013-10-01convert FORMS modules from String to OUStringNoel Grandin1-9/+9
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-06-03fdo#46808, Convert comphelper::ComponentContext in forms moduleNoel Grandin2-6/+6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-27/+27
2013-03-27-Wunused-macrosStephan Bergmann1-25/+0
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2-4/+4
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King1-1/+1
2013-02-24loplugin: unused variablesThomas Arnhold1-1/+0
2013-01-22tools/string.hxx: add operator==/!= for OUString/StringMichael Stahl1-1/+1
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-2/+2
2013-01-09fdo#46808, convert UnoControl and sub-classes to XComponentContextNoel Grandin2-5/+6
2012-11-27re-base on ALv2 code. Includes:Michael Meeks2-46/+28
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+2
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin1-1/+2
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-4/+4
2012-06-29Remove UNO includes commentsThomas Arnhold2-4/+0
2012-06-21re-base on ALv2 code.Michael Meeks2-46/+28
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara1-1/+1
2011-11-27remove include of pch header from formsNorbert Thiebaud2-4/+0
2011-04-03gbuildize formsDavid Tardon2-104/+0
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-2/+2
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky4-51/+47
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud4-51/+47
2011-02-14gridsort: pulled and merged DEV300_m100Frank Schoenheit [fs]3-44/+44