Searched refs:SELECTEDITEMS (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/vbahelper/source/msforms/ |
H A D | vbalistbox.cxx | 34 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()
|
H A D | vbacombobox.cxx | 41 const static rtl::OUString SELECTEDITEMS( RTL_CONSTASCII_USTRINGPARAM("SelectedItems") ); variable
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | formmetadata.cxx | 341 …DEF_INFO_2( SELECTEDITEMS, SELECTEDITEMS, SELECTEDITEMS, DIALOG_VISIBLE, COMPOSEABLE … in getPropertyInfo()
|
/aoo41x/main/toolkit/source/helper/ |
H A D | property.cxx | 224 …DECL_DEP_PROP_2 ( "SelectedItems", SELECTEDITEMS, Sequence<sal_Int16>, BOUND, MAYBED… in ImplGetPropertyInfos()
|
Completed in 25 milliseconds