summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* forms: avoid deadlock when setting FontControlModel propertiesMichael Stahl2013-11-275-60/+96
* FontControlModel::convertFastPropertyValue: fix bad cast of KerningMichael Stahl2013-11-271-1/+1
* outter -> outer (also when "outter" is inside another word)Julien Nabet2013-11-231-1/+1
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-198-22/+22
* cppcheck: Array index is used before limits checkJulien Nabet2013-11-161-1/+1
* SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2013-11-142-2/+0
* make l10n buildable separatelyBjoern Michaelsen2013-11-141-1/+4
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-142/+0
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-144-28/+28
* i18npool, forms: remove warnings_guard_unicode*.hMichael Stahl2013-11-142-43/+2
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-1/+1
* convert OUString !compareToAscii to equalsAsciiNoel Grandin2013-11-111-1/+1
* convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2013-11-112-10/+8
* remove unnecessary use of OUString constructor in FORMS moduleNoel Grandin2013-11-1110-35/+34
* fixincludeguards.sh: formsThomas Arnhold2013-11-05105-289/+289
* fdo 70998: Termchange: Graphics->ImageSamuel Mehrbrodt2013-11-041-3/+3
* remove redundant calls to OUString constructorNoel Grandin2013-11-042-4/+4
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-1/+1
* fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2013-10-255-64/+11
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-222-2/+2
* drop unnecessary tools/string includesCaolán McNamara2013-10-204-4/+0
* bogus WaE: 'bValue' may be used uninitialized in this functionLionel Elie Mamane2013-10-171-11/+3
* WaE: unknown warning group '-Wmaybe-uninitialized'Tor Lillqvist2013-10-171-3/+3
* MacOS X fixup to bogus WaE: 'bValue' may be used uninitializedLionel Elie Mamane2013-10-171-7/+9
* bogus WaE: 'bValue' may be used uninitialized in this functionLionel Elie Mamane2013-10-171-1/+11
* WaE: 'bValue' may be used uninitialized in this functionTor Lillqvist2013-10-161-1/+1
* respect reference values in checkboxesLionel Elie Mamane2013-10-162-4/+34
* Spell "indices" correctlyTor Lillqvist2013-10-021-2/+2
* Use std::auto_ptr::reset where applicableStephan Bergmann2013-10-021-6/+3
* convert FORMS modules from String to OUStringNoel Grandin2013-10-017-23/+23
* Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2013-09-253-0/+3
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-216-8/+8
* BUG:57950 Remove chained appendsNeil Moore2013-08-103-33/+12
* fdo#67235 adapt form control code to time nanosecond API change, step 3Lionel Elie Mamane2013-08-042-64/+11
* More details in debug outputLionel Elie Mamane2013-07-281-11/+22
* ...and remove now-unnecessary commentStephan Bergmann2013-07-271-2/+0
* lcl_getFormatTable result is used non-constStephan Bergmann2013-07-271-7/+7
* Mark as const/staticTakeshi Abe2013-07-271-2/+2
* i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl2013-07-151-5/+5
* callcatcher: update unused codeCaolán McNamara2013-07-152-21/+0
* use static LanguageTag::convertTo...() for standalone conversionsEike Rathke2013-07-131-2/+2
* Try to fix clang tinderboxJulien Nabet2013-07-041-2/+2
* fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan2013-07-033-22/+19
* drop unused convertWhitespaceCaolán McNamara2013-07-022-38/+0
* OUString convertion for unotoolsNorbert Thiebaud2013-07-021-6/+5
* remove OUString wrap for string literalsThomas Arnhold2013-06-2910-14/+14
* Search for char instead of 1 char long string, when possible.Thomas Arnhold2013-06-291-1/+1
* fdo#66171 ListBox correctly save empty or zero BoundColumnLionel Elie Mamane2013-06-271-0/+5
* make "gcc -Werror" happyLionel Elie Mamane2013-06-231-1/+1
* Data-aware ListBox: fix case ListSourceType==TableFieldsLionel Elie Mamane2013-06-231-0/+12