Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/style/
H A Dxmlimppr.cxx610 PropertyPairs aPropertyPairs; in _PrepareForMultiPropertySet() local
611 aPropertyPairs.reserve( nCount ); in _PrepareForMultiPropertySet()
633 aPropertyPairs.push_back( PropertyPair( &rPropName, &rProp.maValue ) ); in _PrepareForMultiPropertySet()
661 sort( aPropertyPairs.begin(), aPropertyPairs.end(), in _PrepareForMultiPropertySet()
665 rNames.realloc( aPropertyPairs.size() ); in _PrepareForMultiPropertySet()
667 rValues.realloc( aPropertyPairs.size() ); in _PrepareForMultiPropertySet()
672 for( PropertyPairs::iterator aIter = aPropertyPairs.begin(); in _PrepareForMultiPropertySet()
673 aIter != aPropertyPairs.end(); in _PrepareForMultiPropertySet()
/trunk/main/editeng/source/rtf/
H A Drtfgrf.cxx331 …rPicType.aPropertyPairs.push_back( ::std::pair< OUString, OUString >( sShapePropertyName, sShapePr… in ReadBmpData()
/trunk/main/editeng/inc/editeng/
H A Dsvxrtf.hxx140 PictPropertyNameValuePairs aPropertyPairs; member
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx1308 PictPropertyNameValuePairs::const_iterator aIt = pPicType->aPropertyPairs.begin(); in InsPicture()
1309 PictPropertyNameValuePairs::const_iterator aEnd = pPicType->aPropertyPairs.end(); in InsPicture()
/trunk/main/editeng/source/editeng/
H A Deertfpar.cxx53 aPropertyPairs.clear(); in ResetValues()

Completed in 50 milliseconds