Home
last modified time | relevance | path

Searched refs:ITEMS (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vbahelper/source/msforms/
H A Dvbalistcontrolhelper.cxx28 const static rtl::OUString ITEMS( RTL_CONSTASCII_USTRINGPARAM("StringItemList") ); variable
36 m_xProps->getPropertyValue( ITEMS ) >>= sList; in AddItem()
80 m_xProps->setPropertyValue( ITEMS, uno::makeAny( sList ) ); in AddItem()
93 m_xProps->getPropertyValue( ITEMS ) >>= sList; in removeItem()
110 m_xProps->setPropertyValue( ITEMS, uno::makeAny( sList ) ); in removeItem()
119 m_xProps->setPropertyValue( ITEMS, uno::makeAny( uno::Sequence< rtl::OUString >() ) ); in Clear()
133 m_xProps->getPropertyValue( ITEMS ) >>= sList; in getListCount()
141 m_xProps->getPropertyValue( ITEMS ) >>= sList; in List()
H A Dvbalistbox.cxx35 const static rtl::OUString ITEMS( RTL_CONSTASCII_USTRINGPARAM("StringItemList") ); variable
69 m_xProps->getPropertyValue( ITEMS ) >>= sItems; in getValue()
89 m_xProps->getPropertyValue( ITEMS ) >>= sList; in setValue()
144 m_xProps->getPropertyValue( ITEMS ) >>= sList; in Selected()
H A Dvbacombobox.cxx42 const static rtl::OUString ITEMS( RTL_CONSTASCII_USTRINGPARAM("StringItemList") ); variable
78 m_xProps->getPropertyValue( ITEMS ) >>= sItems; in setListIndex()
91 m_xProps->getPropertyValue( ITEMS ) >>= sItems; in getListIndex()

Completed in 23 milliseconds