Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/container/
H A Denumerablemap.cxx117 ,m_pValues( new KeyedValues( *_source.m_pValues ) ) in MapData()
273 ,m_mapPos( _mapData.m_pValues->begin() ) in MapEnumerator()
426 if ( !m_aData.m_pValues.get() || !m_aData.m_pValues->empty() ) in impl_initValues_throw()
597 m_aData.m_pValues->clear(); in clear()
619 mapping != m_aData.m_pValues->end(); in containsValue()
636 if ( pos == m_aData.m_pValues->end() ) in get()
653 if ( pos != m_aData.m_pValues->end() ) in put()
660 (*m_aData.m_pValues)[ _key ] = _value; in put()
678 if ( pos != m_aData.m_pValues->end() ) in remove()
681 m_aData.m_pValues->erase( pos ); in remove()
[all …]
/trunk/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx160 || ( columnIndex > sal_Int32( m_pValues->size() ) ) ) \
167 = (*m_pValues)[ columnIndex - 1 ]; \
250 m_pValues->push_back( aNewValue );
264 m_pValues( new PropertyValues ), \
303 delete m_pValues; in ~PropertyValueSet()
476 || ( columnIndex > sal_Int32( m_pValues->size() ) ) ) in getObject()
483 = (*m_pValues)[ columnIndex - 1 ]; in getObject()
639 sal_Int32 nCount = m_pValues->size(); in findColumn()
642 if ( (*m_pValues)[ n ].sPropertyName.equals( columnName ) ) in findColumn()
678 return m_pValues->size(); in getLength()
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx360 OUString * m_pValues; member in xmlscript::ExtendedAttributes
414 , m_pValues( new OUString[ nAttributes ] ) in ExtendedAttributes()
421 m_pValues[ nPos ] = xAttributeList->getValueByIndex( nPos ); in ExtendedAttributes()
434 delete [] m_pValues; in ~ExtendedAttributes()
826 return m_pValues[ nIndex ]; in getValueByIndex()
865 return m_pValues[ nPos ]; in getValueByUidName()
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dpropertyvalueset.hxx71 PropertyValues* m_pValues; member in ucbhelper::PropertyValueSet

Completed in 31 milliseconds