Lines Matching refs:pProp
85 for ( vector< XMLPropertyState >::const_iterator pProp = rProperties.begin(); in exportStyleAttributes() local
86 pProp != rProperties.end(); in exportStyleAttributes()
87 ++pProp in exportStyleAttributes()
90 if ( ( pProp->mnIndex > -1 ) in exportStyleAttributes()
91 && ( CTF_FORMS_DATA_STYLE == aPropertyMapper->GetEntryContextId( pProp->mnIndex ) ) in exportStyleAttributes()
94 lcl_exportDataStyle( GetExport(), aPropertyMapper, *pProp ); in exportStyleAttributes()
107 for ( vector< XMLPropertyState >::const_iterator pProp = rProperties.begin(); in exportStyleAttributes() local
108 pProp != rProperties.end(); in exportStyleAttributes()
109 ++pProp in exportStyleAttributes()
112 if (pProp->mnIndex > -1) in exportStyleAttributes()
114 switch( aPropertyMapper->GetEntryContextId(pProp->mnIndex) ) in exportStyleAttributes()
126 lcl_exportDataStyle( GetExport(), aPropertyMapper, *pProp ); in exportStyleAttributes()
142 pProp->maValue >>= xNumRule; in exportStyleAttributes()
160 …( vector< XMLPropertyState >::const_iterator pProp = rProperties.begin(); pProp != rProperties.end… in exportStyleAttributes() local
162 if (pProp->mnIndex > -1) in exportStyleAttributes()
165 sal_Int32 nIndex = pProp->mnIndex; in exportStyleAttributes()
174 pPropHdl->exportXML( sValue, pProp->maValue, in exportStyleAttributes()