Searched refs:aPosSeq (Results 1 – 1 of 1) sorted by relevance
2685 … Sequence< sal_Int16 > aPosSeq = ::comphelper::findValue( m_aValueList, sText, sal_True ); in GetFormatText() local2686 if ( aPosSeq.getLength() ) in GetFormatText()2687 sText = static_cast<ListBox*>(m_pWindow)->GetEntry(aPosSeq.getConstArray()[0]); in GetFormatText()3045 Sequence<sal_Int16> aPosSeq = ::comphelper::findValue(m_aValueList, m_aText, sal_True); in SetText() local3046 if (aPosSeq.getLength()) in SetText()3047 … static_cast<ListBox*>(m_pWindow)->SelectEntryPos(aPosSeq.getConstArray()[0], sal_True); in SetText()
Completed in 75 milliseconds