Lines Matching refs:rPropMapper
102 const UniReference < SvXMLExportPropertyMapper >& rPropMapper, in exportStyle()
336 rPropMapper->SetStyleName( sName ); in exportStyle()
340 rPropMapper->Filter( xPropSet ); in exportStyle()
341 rPropMapper->exportXML( GetExport(), xPropStates, in exportStyle()
344 rPropMapper->SetStyleName( OUString() ); in exportStyle()
358 const UniReference < SvXMLExportPropertyMapper >& rPropMapper ) in exportDefaultStyle()
381 rPropMapper->FilterDefaults( xPropSet ); in exportDefaultStyle()
382 rPropMapper->exportXML( GetExport(), xPropStates, in exportDefaultStyle()
393 const UniReference < XMLPropertySetMapper >& rPropMapper,
398 new SvXMLExportPropertyMapper( rPropMapper );
405 const UniReference < XMLPropertySetMapper >& rPropMapper,
409 new SvXMLExportPropertyMapper( rPropMapper );
418 const UniReference < SvXMLExportPropertyMapper >& rPropMapper, in exportStyleFamily()
422 exportStyleFamily( sFamily, rXMLFamily, rPropMapper, bUsed, nFamily, in exportStyleFamily()
428 const UniReference < SvXMLExportPropertyMapper >& rPropMapper, in exportStyleFamily()
476 sal_Bool bExported = exportStyle( xStyle, rXMLFamily, rPropMapper, in exportStyleFamily()
552 if( xStyle.is() && exportStyle( xStyle, rXMLFamily, rPropMapper, xStyles,pPrefix ) ) in exportStyleFamily()