Lines Matching refs:mrBlipProps

129     mrBlipProps( rBlipProps )  in ColorChangeContext()
131 mrBlipProps.maColorChangeFrom.setUnused(); in ColorChangeContext()
132 mrBlipProps.maColorChangeTo.setUnused(); in ColorChangeContext()
140 mrBlipProps.maColorChangeTo.clearTransparence(); in ~ColorChangeContext()
149 return new ColorContext( *this, mrBlipProps.maColorChangeFrom ); in createFastChildContext()
151 return new ColorContext( *this, mrBlipProps.maColorChangeTo ); in createFastChildContext()
161 mrBlipProps( rBlipProps ) in BlipContext()
169mrBlipProps.mxGraphic = getFilter().getGraphicHelper().importEmbeddedGraphic( aFragmentPath ); in BlipContext()
188 mrBlipProps.moColorEffect = getBaseToken( nElement ); in createFastChildContext()
192 return new ColorChangeContext( *this, rxAttribs, mrBlipProps ); in createFastChildContext()
195 mrBlipProps.moBrightness = aAttribs.getInteger( XML_bright ); in createFastChildContext()
196 mrBlipProps.moContrast = aAttribs.getInteger( XML_contrast ); in createFastChildContext()
207 mrBlipProps( rBlipProps ) in BlipFillContext()
210 mrBlipProps.moRotateWithShape = aAttribs.getBool( XML_rotWithShape ); in BlipFillContext()
220 return new BlipContext( *this, rxAttribs, mrBlipProps ); in createFastChildContext()
230 mrBlipProps.moClipRect = aClipRect; in createFastChildContext()
235 mrBlipProps.moBitmapMode = getBaseToken( nElement ); in createFastChildContext()
236 mrBlipProps.moTileOffsetX = aAttribs.getInteger( XML_tx ); in createFastChildContext()
237 mrBlipProps.moTileOffsetY = aAttribs.getInteger( XML_ty ); in createFastChildContext()
238 mrBlipProps.moTileScaleX = aAttribs.getInteger( XML_sx ); in createFastChildContext()
239 mrBlipProps.moTileScaleY = aAttribs.getInteger( XML_sy ); in createFastChildContext()
240 mrBlipProps.moTileAlign = aAttribs.getToken( XML_algn ); in createFastChildContext()
241 mrBlipProps.moTileFlip = aAttribs.getToken( XML_flip ); in createFastChildContext()
245 mrBlipProps.moBitmapMode = getBaseToken( nElement ); in createFastChildContext()
249 mrBlipProps.moFillRect = GetRelativeRect( rxAttribs ); in createFastChildContext()