Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/fmcomp/
H A Dgridcell.cxx2685 … Sequence< sal_Int16 > aPosSeq = ::comphelper::findValue( m_aValueList, sText, sal_True ); in GetFormatText() local
2686 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() local
3046 if (aPosSeq.getLength()) in SetText()
3047 … static_cast<ListBox*>(m_pWindow)->SelectEntryPos(aPosSeq.getConstArray()[0], sal_True); in SetText()

Completed in 117 milliseconds