Home
last modified time | relevance | path

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

/trunk/main/vbahelper/source/msforms/
H A Dvbacombobox.cxx77 uno::Sequence< rtl::OUString > sItems; in setListIndex() local
78 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() local
91 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()
H A Dvbalistbox.cxx67 uno::Sequence< rtl::OUString > sItems; in getValue() local
69 m_xProps->getPropertyValue( ITEMS ) >>= sItems; in getValue()
75 aRet = uno::makeAny( sItems[ sSelection[ 0 ] ] ); in getValue()
/trunk/main/svx/source/gallery2/
H A Dgalbrws2.cxx216 css::uno::Sequence< OUString > sItems; in statusChanged() local
221 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 25 milliseconds