summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* fdo#67235 adapt form control code to time nanosecond API changeLionel Elie Mamane2013-08-043-64/+14
* i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl2013-07-151-5/+5
* make "gcc -Werror" happyLionel Elie Mamane2013-07-021-1/+1
* fdo#66171 ListBox correctly save empty or zero BoundColumnLionel Elie Mamane2013-06-281-0/+5
* Data-aware ListBox: fix case ListSourceType==TableFieldsLionel Elie Mamane2013-06-261-0/+12
* Don't second-guess the databaseLionel Elie Mamane2013-06-241-1/+1
* Data-aware ListBox: use entry for NULL if the *bound* value is NULLLionel Elie Mamane2013-06-241-1/+6
* Use unsigned values in m_a(Converted)BoundValuesLionel Elie Mamane2013-06-241-1/+1
* Ensure SolarMutex is locked at DBG_TESTSOLARMUTEX checkpointsStephan Bergmann2013-05-223-0/+4
* 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
* resolved fdo#35756 import more than 64k HTML table cellsEike Rathke2013-05-101-2/+2
* Fix more exception specificationsStephan Bergmann2013-05-101-18/+49
* Fix exception specificationStephan Bergmann2013-05-101-1/+3
* fix memory leak with orphaned controls created on the flyNoel Power2013-05-091-1/+2
* connectivity: remove Package_generatedMichael Stahl2013-05-071-0/+1
* Java cleanup, Convert Vector to ArrayListNoel Grandin2013-05-062-20/+26
* those are never definedThomas Arnhold2013-04-271-3/+0
* Java cleanup, call static methods staticallyNoel Grandin2013-04-261-4/+4
* fdo#46808 Convert awt::Pointer to new styleNoel Grandin2013-04-251-1/+0
* Java cleanup, use generic containers where possibleNoel Grandin2013-04-241-2/+2
* gbuild: drop empty use_packages callsDavid Tardon2013-04-241-3/+0
* gbuild: drop uses of removed packagesDavid Tardon2013-04-241-1/+0
* fix, forget SAL_CALL againNoel Grandin2013-04-231-6/+6
* fdo#46808, convert form::Forms to new styleNoel Grandin2013-04-234-7/+71
* forms: FORMS_CONSTASCII_STRING is no longer neededMiklos Vajna2013-04-2331-516/+472
* Data-aware ListBox: declare the newly supported External Binding TypesLionel Elie Mamane2013-04-221-5/+7
* Data-aware bindable ListBox new feature: bind *value*Lionel Elie Mamane2013-04-221-2/+32
* ListBox: take care of validation (use binding value when appropriate)Lionel Elie Mamane2013-04-223-3/+16
* Use (get|set)ControlValue instead of manipulating the property directlyLionel Elie Mamane2013-04-221-5/+5
* janitorial: alignmentLionel Elie Mamane2013-04-221-1/+1
* Data-aware ListBox: add SelectedValue and SelectedValues propertiesLionel Elie Mamane2013-04-225-23/+153
* janitorial: typo in commentLionel Elie Mamane2013-04-221-1/+1
* janitorial: typo in variable nameLionel Elie Mamane2013-04-221-4/+4
* Note on design philosophy of data-aware ListBoxLionel Elie Mamane2013-04-221-0/+48
* Data-aware ListBox: BoundValue==-1 to store index in listLionel Elie Mamane2013-04-221-0/+5
* Data-aware ListBox: getCurrentValue should return *binding* valuesLionel Elie Mamane2013-04-221-2/+49
* Data-aware ListBox: populate ValueList even without bound fieldLionel Elie Mamane2013-04-221-8/+9
* assert non-nullness of interface before useLionel Elie Mamane2013-04-221-0/+1
* janitorial: typo in commentLionel Elie Mamane2013-04-221-1/+1
* janitorial: typo in commentLionel Elie Mamane2013-04-221-1/+1
* factorise common codeLionel Elie Mamane2013-04-222-2/+8
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-225-113/+20
* fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2013-04-201-1/+1
* Delete two pass-through include files and update the file that included them.Michael Dunphy2013-04-191-1/+1
* Remove any remaining remnants of unused component_canUnload featureStephan Bergmann2013-04-191-1/+1
* Java cleanup, use generics in calls to UnoRuntime#queryInterfaceNoel Grandin2013-04-196-14/+14
* Java cleanup, remove unnecessary castsNoel Grandin2013-04-1918-111/+111
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-184-98/+34