Home
last modified time | relevance | path

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

/AOO41X/main/comphelper/source/container/
H A Denumerablemap.cxx104 ::std::auto_ptr< KeyedValues > m_pValues;
117 ,m_pValues( new KeyedValues( *_source.m_pValues ) ) in MapData()
273 ,m_mapPos( _mapData.m_pValues->begin() ) in MapEnumerator()
413 m_aData.m_pValues.reset( new KeyedValues( *m_aData.m_pKeyCompare ) ); in initialize()
425 …OSL_PRECOND( m_aData.m_pValues.get() && m_aData.m_pValues->empty(), "EnumerableMap::impl_initValue… in impl_initValues_throw()
426 if ( !m_aData.m_pValues.get() || !m_aData.m_pValues->empty() ) in impl_initValues_throw()
435 (*m_aData.m_pValues)[ mapping->First ] = mapping->Second; in impl_initValues_throw()
597 m_aData.m_pValues->clear(); in clear()
608 KeyedValues::const_iterator pos = m_aData.m_pValues->find( _key ); in containsKey()
609 return ( pos != m_aData.m_pValues->end() ); in containsKey()
[all …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/ucbhelper/inc/ucbhelper/
H A Dpropertyvalueset.hxx71 PropertyValues* m_pValues; member in ucbhelper::PropertyValueSet