Searched refs:ITEMS (Results 1 – 3 of 3) sorted by relevance
28 const static rtl::OUString ITEMS( RTL_CONSTASCII_USTRINGPARAM("StringItemList") ); variable36 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()
35 const static rtl::OUString ITEMS( RTL_CONSTASCII_USTRINGPARAM("StringItemList") ); variable69 m_xProps->getPropertyValue( ITEMS ) >>= sItems; in getValue()89 m_xProps->getPropertyValue( ITEMS ) >>= sList; in setValue()144 m_xProps->getPropertyValue( ITEMS ) >>= sList; in Selected()
42 const static rtl::OUString ITEMS( RTL_CONSTASCII_USTRINGPARAM("StringItemList") ); variable78 m_xProps->getPropertyValue( ITEMS ) >>= sItems; in setListIndex()91 m_xProps->getPropertyValue( ITEMS ) >>= sItems; in getListIndex()
Completed in 24 milliseconds