Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/ui/dlg/
H A Dqueryorder.cxx121 m_aValueList[0] = &aLB_ORDERVALUE1; in DBG_NAME()
122 m_aValueList[1] = &aLB_ORDERVALUE2; in DBG_NAME()
123 m_aValueList[2] = &aLB_ORDERVALUE3; in DBG_NAME()
134 m_aValueList[j]->SelectEntryPos(0); in DBG_NAME()
222 m_aValueList[i]->SelectEntryPos( bIsAscending ? 0 : 1 ); in IMPL_LINK_INLINE_END()
310 if(m_aValueList[i]->GetSelectEntryPos()) in GetOrderList()
/aoo41x/main/xmloff/source/forms/
H A Delementimport.cxx1665 …OSL_ENSURE((m_aListSource.getLength() + m_nEmptyListItems) == (m_aValueList.getLength() + m_nEmpty… in EndElement()
1673 aValueList.Value <<= m_aValueList; in EndElement()
1785 pushBackSequenceElement( m_aValueList, _rValue ); in implPushBackValue()
1804 …OSL_ENSURE((m_aListSource.getLength() + m_nEmptyListItems) == (m_aValueList.getLength() + m_nEmpty… in implSelectCurrentItem()
1814 …OSL_ENSURE((m_aListSource.getLength() + m_nEmptyListItems) == (m_aValueList.getLength() + m_nEmpty… in implDefaultSelectCurrentItem()
H A Delementimport.hxx503 m_aValueList;
/aoo41x/main/dbaccess/source/ui/inc/
H A Dqueryorder.hxx111 ListBox* m_aValueList[DOG_ROWS]; member in dbaui::DlgOrderCrit
/aoo41x/main/svx/source/fmcomp/
H A Dgridcell.cxx2632 m_rColumn.getModel()->getPropertyValue(FM_PROP_VALUE_SEQ) >>= m_aValueList; in SetList()
2633 m_bBound = m_aValueList.getLength() > 0; in SetList()
2685 … Sequence< sal_Int16 > aPosSeq = ::comphelper::findValue( m_aValueList, sText, sal_True ); in GetFormatText()
2808 m_rColumn.getModel()->getPropertyValue(FM_PROP_VALUE_SEQ) >>= m_aValueList; in SetList()
2809 m_bBound = m_aValueList.getLength() > 0; in SetList()
2959 if ( ( nPos >= 0 ) && ( nPos < m_aValueList.getLength() ) ) in commitControl()
2960 aText = m_aValueList.getConstArray()[nPos]; in commitControl()
3045 Sequence<sal_Int16> aPosSeq = ::comphelper::findValue(m_aValueList, m_aText, sal_True); in SetText()
/aoo41x/main/svx/source/inc/
H A Dgridcell.hxx512 ::com::sun::star::uno::Sequence< ::rtl::OUString > m_aValueList;
696 ::com::sun::star::uno::Sequence< ::rtl::OUString > m_aValueList;

Completed in 209 milliseconds