summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't second-guess the databaseLionel Elie Mamane2013-06-231-1/+1
* Data-aware ListBox: use entry for NULL if the *bound* value is NULLLionel Elie Mamane2013-06-231-1/+6
* Use unsigned values in m_a(Converted)BoundValuesLionel Elie Mamane2013-06-231-1/+1
* enhance commentLionel Elie Mamane2013-06-231-1/+1
* avoid initialise-then-resetLionel Elie Mamane2013-06-231-2/+1
* fdo#43460 forms: use isEmpty()Jelle van der Waa2013-06-173-3/+3
* cppcheck: fix reassignmentsJulien Nabet2013-06-131-6/+2
* Resolves: #i121045 After save a xls file contain marco in AOO, macor can't...Jianyuan Li2013-06-114-3/+44
* remove unused componentcontext.hxx includesNoel Grandin2013-06-052-2/+0
* fdo#46808, Convert comphelper::ComponentContext in forms moduleNoel Grandin2013-06-0370-269/+290
* fdo#46808, Convert ComponentContext in connectivity,extension..Noel Grandin2013-06-034-5/+5
* fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan2013-05-312-13/+11
* make sure class MIP is complete before it is usedHerbert Dürr2013-05-271-1/+1
* Ensure SolarMutex is locked at DBG_TESTSOLARMUTEX checkpointsStephan Bergmann2013-05-223-0/+4
* Use the new type-checking Reference constructor to reduce code noiseNoel Grandin2013-05-229-28/+21
* fdo#64456 impl_getValues always set m_nConvertedBoundValuesTypeLionel Elie Mamane2013-05-121-0/+4
* janitorial: correct method name in assert messageLionel Elie Mamane2013-05-121-1/+1
* commit subforms before moving in parent formLionel Elie Mamane2013-05-122-38/+139