Lines Matching refs:m_aValues

257         if ( m_aValues.empty() )  in implApplySpecificProperties()
266 PropertyValueArray::const_iterator aEnd = m_aValues.end(); in implApplySpecificProperties()
267 for ( PropertyValueArray::iterator aCheck = m_aValues.begin(); in implApplySpecificProperties()
288 ::std::sort( m_aValues.begin(), m_aValues.end(), PropertyValueLess()); in implApplySpecificProperties()
291 Sequence< ::rtl::OUString > aNames(m_aValues.size()); in implApplySpecificProperties()
294 Sequence< Any > aValues(m_aValues.size()); in implApplySpecificProperties()
298 PropertyValueArray::iterator aEnd = m_aValues.end(); in implApplySpecificProperties()
299 for ( PropertyValueArray::iterator aPropValues = m_aValues.begin(); in implApplySpecificProperties()
321 PropertyValueArray::iterator aEnd = m_aValues.end(); in implApplySpecificProperties()
322 for ( PropertyValueArray::iterator aPropValues = m_aValues.begin(); in implApplySpecificProperties()
1023 PropertyValueArray::iterator aEnd = m_aValues.end(); in EndElement()
1024 for ( PropertyValueArray::iterator aCheck = m_aValues.begin(); in EndElement()
1500 m_aValues.begin(), in removeRedundantCurrentValue()
1501 m_aValues.end(), in removeRedundantCurrentValue()
1504 if ( aValuePropertyPos != m_aValues.end() ) in removeRedundantCurrentValue()
1511 m_aValues.end(), in removeRedundantCurrentValue()
1514 m_aValues.resize( m_aValues.size() - 1 ); in removeRedundantCurrentValue()
1550 m_aValues.begin(), in adjustDefaultControlProperty()
1551 m_aValues.end(), in adjustDefaultControlProperty()
1554 if ( aDefaultControlPropertyPos != m_aValues.end() ) in adjustDefaultControlProperty()
1564 m_aValues.end(), in adjustDefaultControlProperty()
1567 m_aValues.resize( m_aValues.size() - 1 ); in adjustDefaultControlProperty()