summaryrefslogtreecommitdiff
path: root/forms/source/component/ListBox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/ListBox.hxx')
-rw-r--r--forms/source/component/ListBox.hxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/forms/source/component/ListBox.hxx b/forms/source/component/ListBox.hxx
index 927befe96f46..7b77883d6b0a 100644
--- a/forms/source/component/ListBox.hxx
+++ b/forms/source/component/ListBox.hxx
@@ -206,7 +206,17 @@ protected:
protected:
DECLARE_XCLONEABLE();
+
void init();
+ ::com::sun::star::uno::Any getCurrentSingleValue() const;
+ ::com::sun::star::uno::Any getCurrentMultiValue() const;
+ ::com::sun::star::uno::Sequence< sal_Int16 > translateBindingValuesToControlValue(
+ const ::com::sun::star::uno::Sequence< const ::com::sun::star::uno::Any > &i_aValues)
+ const;
+ ::com::sun::star::uno::Sequence< sal_Int16 > translateDbValueToControlValue(
+ const ::connectivity::ORowSetValue &aValue)
+ const;
+
private:
void loadData( bool _bForce );