summaryrefslogtreecommitdiff
path: root/forms/source/component/ListBox.cxx
AgeCommit message (Expand)Author
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
2013-04-22janitorial: typo in variable nameLionel Elie Mamane
2013-04-22Data-aware ListBox: BoundValue==-1 to store index in listLionel Elie Mamane
2013-04-22Data-aware ListBox: getCurrentValue should return *binding* valuesLionel Elie Mamane
2013-04-22Data-aware ListBox: populate ValueList even without bound fieldLionel Elie Mamane
2013-04-22assert non-nullness of interface before useLionel Elie Mamane
2013-04-22janitorial: typo in commentLionel Elie Mamane
2013-04-22factorise common codeLionel Elie Mamane
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2012-11-30Include <iterator>Fridrich Štrba
2012-11-27re-base on ALv2 code. Includes:Michael Meeks
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim
2012-08-08reduce ascii noise and useless commentsThomas Arnhold
2012-06-29Remove UNO includes commentsThomas Arnhold
2012-04-16mingw: avoid weird build error and -WerrorDavid Tardon
2012-02-23Adapted AsyncEventNotifier to safer-to-use salhelper::ThreadStephan Bergmann
2012-02-16fdo#46163 convert bound values to bound column's typeLionel Elie Mamane
2012-02-16correct indentationLionel Elie Mamane