Lines Matching refs:xImpPrMap
207 UniReference < SvXMLImportPropertyMapper > xImpPrMap = in CreateChildContext() local
210 if( xImpPrMap.is() ) in CreateChildContext()
215 xImpPrMap ); in CreateChildContext()
228 UniReference < SvXMLImportPropertyMapper > xImpPrMap = in FillPropertySet() local
231 DBG_ASSERT( xImpPrMap.is(), "There is the import prop mapper" ); in FillPropertySet()
232 if( xImpPrMap.is() ) in FillPropertySet()
233 xImpPrMap->FillPropertySet( maProperties, rPropSet ); in FillPropertySet()
267 …UniReference < SvXMLImportPropertyMapper > xImpPrMap = pSvXMLStylesContext->GetImportPropertyMappe… in CreateAndInsert() local
268 OSL_ENSURE(xImpPrMap.is(), "There is no import prop mapper"); in CreateAndInsert()
272 …const bool bTakeCareOfDrawingLayerFillStyle(xImpPrMap.is() && GetFamily() == XML_STYLE_FAMILY_TEXT… in CreateAndInsert()
305 if( xImpPrMap.is() ) in CreateAndInsert()
308 xImpPrMap->FillPropertySequence( maProperties, aValues ); in CreateAndInsert()
392 if( xImpPrMap.is() ) in CreateAndInsert()
393 xPrMap = xImpPrMap->getPropertySetMapper(); in CreateAndInsert()