summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2014-02-05fdo#69652 Default(Date|Time) is a UNO struct nowLionel Elie Mamane1-5/+41
2013-11-27forms: avoid deadlock when setting FontControlModel propertiesMichael Stahl5-60/+96
2013-11-27FontControlModel::convertFastPropertyValue: fix bad cast of KerningMichael Stahl1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin8-22/+22
2013-11-16cppcheck: Array index is used before limits checkJulien Nabet1-1/+1
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2-2/+0
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-1/+4
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-142/+0
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin4-28/+28
2013-11-14i18npool, forms: remove warnings_guard_unicode*.hMichael Stahl2-43/+2
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-1/+1
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2-10/+8
2013-11-11remove unnecessary use of OUString constructor in FORMS moduleNoel Grandin10-35/+34
2013-11-05fixincludeguards.sh: formsThomas Arnhold105-289/+289
2013-11-04fdo 70998: Termchange: Graphics->ImageSamuel Mehrbrodt1-3/+3
2013-11-04remove redundant calls to OUString constructorNoel Grandin2-4/+4
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza5-64/+11
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist2-2/+2
2013-10-20drop unnecessary tools/string includesCaolán McNamara4-4/+0
2013-10-17bogus WaE: 'bValue' may be used uninitialized in this functionLionel Elie Mamane1-11/+3
2013-10-17WaE: unknown warning group '-Wmaybe-uninitialized'Tor Lillqvist1-3/+3
2013-10-17MacOS X fixup to bogus WaE: 'bValue' may be used uninitializedLionel Elie Mamane1-7/+9
2013-10-17bogus WaE: 'bValue' may be used uninitialized in this functionLionel Elie Mamane1-1/+11
2013-10-16WaE: 'bValue' may be used uninitialized in this functionTor Lillqvist1-1/+1
2013-10-16respect reference values in checkboxesLionel Elie Mamane2-4/+34
2013-10-02Spell "indices" correctlyTor Lillqvist1-2/+2
2013-10-02Use std::auto_ptr::reset where applicableStephan Bergmann1-6/+3
2013-10-01convert FORMS modules from String to OUStringNoel Grandin7-23/+23
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara3-0/+3
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák6-8/+8
2013-08-10BUG:57950 Remove chained appendsNeil Moore3-33/+12
2013-08-04fdo#67235 adapt form control code to time nanosecond API change, step 3Lionel Elie Mamane2-64/+11
2013-07-28More details in debug outputLionel Elie Mamane1-11/+22
2013-07-27...and remove now-unnecessary commentStephan Bergmann1-2/+0
2013-07-27lcl_getFormatTable result is used non-constStephan Bergmann1-7/+7
2013-07-27Mark as const/staticTakeshi Abe1-2/+2
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl1-5/+5
2013-07-15callcatcher: update unused codeCaolán McNamara2-21/+0
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-2/+2
2013-07-04Try to fix clang tinderboxJulien Nabet1-2/+2
2013-07-03fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan3-22/+19
2013-07-02drop unused convertWhitespaceCaolán McNamara2-38/+0
2013-07-02OUString convertion for unotoolsNorbert Thiebaud1-6/+5
2013-06-29remove OUString wrap for string literalsThomas Arnhold10-14/+14
2013-06-29Search for char instead of 1 char long string, when possible.Thomas Arnhold1-1/+1
2013-06-27fdo#66171 ListBox correctly save empty or zero BoundColumnLionel Elie Mamane1-0/+5
2013-06-23make "gcc -Werror" happyLionel Elie Mamane1-1/+1
2013-06-23Data-aware ListBox: fix case ListSourceType==TableFieldsLionel Elie Mamane1-0/+12