Lines Matching refs:xImpPrMap
200 UniReference < SvXMLImportPropertyMapper > xImpPrMap = in CreateChildContext() local
202 if( xImpPrMap.is() ) in CreateChildContext()
206 xImpPrMap ); in CreateChildContext()
282 UniReference < SvXMLImportPropertyMapper > xImpPrMap = in FillPropertySet() local
284 DBG_ASSERT( xImpPrMap.is(), "There is the import prop mapper" ); in FillPropertySet()
285 if( xImpPrMap.is() ) in FillPropertySet()
286 xImpPrMap->FillPropertySet( GetProperties(), rPropSet, aContextIDs ); in FillPropertySet()
301 xImpPrMap->getPropertySetMapper(); in FillPropertySet()
1413 UniReference < SvXMLImportPropertyMapper > xImpPrMap = GetImportPropertyMapper( nFamily ); in ImpSetGraphicStyles() local
1414 DBG_ASSERT( xImpPrMap.is(), "There is the import prop mapper" ); in ImpSetGraphicStyles()
1415 if( xImpPrMap.is() ) in ImpSetGraphicStyles()
1416 xPrMap = xImpPrMap->getPropertySetMapper(); in ImpSetGraphicStyles()