Home
last modified time | relevance | path

Searched refs:pAttribName (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmloff/source/style/
H A DAttributeContainerHandler.cxx66 const OUString* pAttribName = aAttribNames1.getConstArray(); in equals() local
71 for( sal_Int32 i=0; i < nCount; i++, pAttribName++ ) in equals()
73 if( !xContainer2->hasByName( *pAttribName ) ) in equals()
76 xContainer1->getByName( *pAttribName ) >>= aData1; in equals()
77 xContainer2->getByName( *pAttribName ) >>= aData2; in equals()
H A Dxmlexppr.cxx991 const OUString* pAttribName = aAttribNames.getConstArray(); in _exportXML() local
997 for( sal_Int32 i=0; i < nCount; i++, pAttribName++ ) in _exportXML()
999 xAttrContainer->getByName( *pAttribName ) >>= aData; in _exportXML()
1000 OUString sAttribName( *pAttribName ); in _exportXML()
1005 pAttribName->indexOf( sal_Unicode(':') ); in _exportXML()
1007 sPrefix = pAttribName->copy( 0, nColonPos ); in _exportXML()
1056 sNameBuffer.append( pAttribName->copy( nColonPos+1 ) ); in _exportXML()
/trunk/main/idl/inc/
H A Dattrib.hxx38 SvAttribute( SvStringHashEntry * pAttribName, in SvAttribute() argument
40 : aName( pAttribName ), in SvAttribute()

Completed in 29 milliseconds