Searched refs:sItems (Results 1 – 3 of 3) sorted by relevance
77 uno::Sequence< rtl::OUString > sItems; in setListIndex() local78 m_xProps->getPropertyValue( ITEMS ) >>= sItems; in setListIndex()79 if( ( nIndex >= 0 ) && ( sItems.getLength() > nIndex ) ) in setListIndex()81 rtl::OUString sText = sItems[ nIndex ]; in setListIndex()90 uno::Sequence< rtl::OUString > sItems; in getListIndex() local91 m_xProps->getPropertyValue( ITEMS ) >>= sItems; in getListIndex()94 if ( sItems.getLength() > 0 ) in getListIndex()97 sal_Int32 nLen = sItems.getLength(); in getListIndex()100 if ( sItems[ index ].equals( sText ) ) in getListIndex()
67 uno::Sequence< rtl::OUString > sItems; in getValue() local69 m_xProps->getPropertyValue( ITEMS ) >>= sItems; in getValue()75 aRet = uno::makeAny( sItems[ sSelection[ 0 ] ] ); in getValue()
216 css::uno::Sequence< OUString > sItems; in statusChanged() local221 else if ( ( rEvent.State >>= sItems ) && sItems.getLength() ) in statusChanged()223 const OUString *pStr = sItems.getConstArray(); in statusChanged()224 const OUString *pEnd = pStr + sItems.getLength(); in statusChanged()
Completed in 31 milliseconds