summaryrefslogtreecommitdiff
path: root/forms/source/component/ListBox.cxx
AgeCommit message (Expand)Author
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-04-21Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-02-17forms: use constructor feature for form modulesChris Sherlock
2015-01-14Revert "ListBox: refuse to give values before we are loaded"Stephan Bergmann
2015-01-13ListBox with value list: consider first empty value as NULLLionel Elie Mamane
2015-01-13ListBox: refuse to give values before we are loadedLionel Elie Mamane
2014-12-09changed timers to idlesTobias Madl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-04coverity#706543 uncaught exceptionDavid Tardon
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet
2014-05-06forms: sal_Bool->boolNoel Grandin
2014-04-22More hacking on --disable-database-connectivityTor Lillqvist
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-02-26Remove visual noise from formsAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-24Remove unnecessary bool2anyStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21coverity#738654 Uninitialized scalar fieldCaolán McNamara
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann
2014-01-21FORMS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-27fdo#66171 ListBox correctly save empty or zero BoundColumnLionel Elie Mamane
2013-06-23make "gcc -Werror" happyLionel Elie Mamane
2013-06-23Data-aware ListBox: fix case ListSourceType==TableFieldsLionel Elie Mamane
2013-06-23Don't second-guess the databaseLionel Elie Mamane
2013-06-23Data-aware ListBox: use entry for NULL if the *bound* value is NULLLionel Elie Mamane
2013-06-23Use unsigned values in m_a(Converted)BoundValuesLionel Elie Mamane
2013-06-23enhance commentLionel Elie Mamane
2013-06-23avoid initialise-then-resetLionel Elie Mamane
2013-06-03fdo#46808, Convert comphelper::ComponentContext in forms moduleNoel Grandin
2013-06-03fdo#46808, Convert ComponentContext in connectivity,extension..Noel Grandin
2013-05-31fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-05-12fdo#64456 impl_getValues always set m_nConvertedBoundValuesTypeLionel Elie Mamane
2013-04-23forms: FORMS_CONSTASCII_STRING is no longer neededMiklos Vajna
2013-04-22Data-aware ListBox: declare the newly supported External Binding TypesLionel Elie Mamane
2013-04-22Data-aware bindable ListBox new feature: bind *value*Lionel Elie Mamane
2013-04-22ListBox: take care of validation (use binding value when appropriate)Lionel Elie Mamane
2013-04-22Use (get|set)ControlValue instead of manipulating the property directlyLionel Elie Mamane
2013-04-22Data-aware ListBox: add SelectedValue and SelectedValues propertiesLionel Elie Mamane