summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-23Don't second-guess the databaseLionel Elie Mamane1-1/+1
2013-06-23Data-aware ListBox: use entry for NULL if the *bound* value is NULLLionel Elie Mamane1-1/+6
2013-06-23Use unsigned values in m_a(Converted)BoundValuesLionel Elie Mamane1-1/+1
2013-06-23enhance commentLionel Elie Mamane1-1/+1
2013-06-23avoid initialise-then-resetLionel Elie Mamane1-2/+1
2013-06-17fdo#43460 forms: use isEmpty()Jelle van der Waa3-3/+3
2013-06-13cppcheck: fix reassignmentsJulien Nabet1-6/+2
2013-06-11Resolves: #i121045 After save a xls file contain marco in AOO, macor can't...Jianyuan Li4-3/+44
2013-06-05remove unused componentcontext.hxx includesNoel Grandin2-2/+0
2013-06-03fdo#46808, Convert comphelper::ComponentContext in forms moduleNoel Grandin70-269/+290
2013-06-03fdo#46808, Convert ComponentContext in connectivity,extension..Noel Grandin4-5/+5
2013-05-31fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan2-13/+11
2013-05-27make sure class MIP is complete before it is usedHerbert Dürr1-1/+1
2013-05-22Ensure SolarMutex is locked at DBG_TESTSOLARMUTEX checkpointsStephan Bergmann3-0/+4
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin9-28/+21
2013-05-12fdo#64456 impl_getValues always set m_nConvertedBoundValuesTypeLionel Elie Mamane1-0/+4
2013-05-12janitorial: correct method name in assert messageLionel Elie Mamane1-1/+1
2013-05-12commit subforms before moving in parent formLionel Elie Mamane2-38/+139
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-2/+2
2013-05-10Fix more exception specificationsStephan Bergmann1-18/+49
2013-05-10Fix exception specificationStephan Bergmann1-1/+3
2013-05-09fix memory leak with orphaned controls created on the flyNoel Power1-1/+2
2013-05-07connectivity: remove Package_generatedMichael Stahl1-0/+1
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin2-20/+26
2013-04-27those are never definedThomas Arnhold1-3/+0
2013-04-26Java cleanup, call static methods staticallyNoel Grandin1-4/+4
2013-04-25fdo#46808 Convert awt::Pointer to new styleNoel Grandin1-1/+0
2013-04-24Java cleanup, use generic containers where possibleNoel Grandin1-2/+2
2013-04-24gbuild: drop empty use_packages callsDavid Tardon1-3/+0
2013-04-24gbuild: drop uses of removed packagesDavid Tardon1-1/+0
2013-04-23fix, forget SAL_CALL againNoel Grandin1-6/+6
2013-04-23fdo#46808, convert form::Forms to new styleNoel Grandin4-7/+71
2013-04-23forms: FORMS_CONSTASCII_STRING is no longer neededMiklos Vajna31-516/+472
2013-04-22Data-aware ListBox: declare the newly supported External Binding TypesLionel Elie Mamane1-5/+7