Lines Matching refs:maPropMapper

225             const UniReference< XMLPropertySetMapper >& maPropMapper,
578 maPropMapper( rMapper ) in SvXMLExportPropertyMapper()
592 maPropMapper->AddMapperEntry( rMapper->getPropertySetMapper() ); in ChainExportMapper()
594 rMapper->maPropMapper = maPropMapper; in ChainExportMapper()
614 xNext->maPropMapper = maPropMapper; in ChainExportMapper()
630 sal_Int32 nProps = maPropMapper->GetEntryCount(); in _Filter()
662 const OUString& rAPIName = maPropMapper->GetEntryAPIName( i ); in _Filter()
663 const sal_Int32 nFlags = maPropMapper->GetEntryFlags( i ); in _Filter()
670 maPropMapper->GetEarliestODFVersionForExport( i ) ); in _Filter()
710 xPropSet, maPropMapper, in _Filter()
777 if( ( maPropMapper->GetEntryType( rProp1.mnIndex ) & in Equals()
783 bRet = maPropMapper->GetPropertyHandler( in Equals()
832 if( ( maPropMapper->GetEntryFlags( rProperty.mnIndex ) & in exportXML()
935 nPropMapEndIdx = maPropMapper->GetEntryCount(); in _exportXML()
943 sal_uInt32 nEFlags = maPropMapper->GetEntryFlags( nPropMapIdx ); in _exportXML()
981 if ( ( maPropMapper->GetEntryFlags( rProperty.mnIndex ) & in _exportXML()
1091 else if ( ( maPropMapper->GetEntryFlags( rProperty.mnIndex ) & in _exportXML()
1096 maPropMapper->GetEntryNameSpace( rProperty.mnIndex ), in _exportXML()
1097 maPropMapper->GetEntryXMLName( rProperty.mnIndex ) ) ); in _exportXML()
1100 if( ( maPropMapper->GetEntryFlags( rProperty.mnIndex ) & in _exportXML()
1107 if( maPropMapper->exportXML( aValue, rProperty, rUnitConverter ) ) in _exportXML()
1130 OSL_ENSURE( 0 != ( maPropMapper->GetEntryFlags( in exportElementItems()