Home
last modified time | relevance | path

Searched refs:SELECTEDITEMS (Results 1 – 4 of 4) sorted by path

/trunk/main/extensions/source/propctrlr/
H A Dformmetadata.cxx341 …DEF_INFO_2( SELECTEDITEMS, SELECTEDITEMS, SELECTEDITEMS, DIALOG_VISIBLE, COMPOSEABLE … in getPropertyInfo()
/trunk/main/toolkit/source/helper/
H A Dproperty.cxx224 …DECL_DEP_PROP_2 ( "SelectedItems", SELECTEDITEMS, Sequence<sal_Int16>, BOUND, MAYBED… in ImplGetPropertyInfos()
/trunk/main/vbahelper/source/msforms/
H A Dvbacombobox.cxx41 const static rtl::OUString SELECTEDITEMS( RTL_CONSTASCII_USTRINGPARAM("SelectedItems") ); variable
H A Dvbalistbox.cxx34 const static rtl::OUString SELECTEDITEMS( RTL_CONSTASCII_USTRINGPARAM("SelectedItems") ); variable
57 m_xProps->getPropertyValue( SELECTEDITEMS ) >>= sSelection; in getListIndex()
68 m_xProps->getPropertyValue( SELECTEDITEMS ) >>= sSelection; in getValue()
108 m_xProps->setPropertyValue( SELECTEDITEMS, uno::makeAny( nSelectedIndices ) ); in setValue()
187 m_xProps->getPropertyValue( SELECTEDITEMS ) >>= nList; in setValueEvent()
204 m_xProps->setPropertyValue( SELECTEDITEMS, uno::makeAny( nList ) ); in setValueEvent()
222 m_xProps->setPropertyValue( SELECTEDITEMS, uno::makeAny( nList ) ); in setValueEvent()

Completed in 21 milliseconds