Lines Matching refs:aAttribs

56     AttributeList aAttribs( rxAttribs );  in GradientFillContext()  local
57 mrGradientProps.moShadeFlip = aAttribs.getToken( XML_flip ); in GradientFillContext()
58 mrGradientProps.moRotateWithShape = aAttribs.getBool( XML_rotWithShape ); in GradientFillContext()
64 AttributeList aAttribs( rxAttribs ); in createFastChildContext() local
71 if( aAttribs.hasAttribute( XML_pos ) ) in createFastChildContext()
73 …double fPosition = getLimitedValue< double >( aAttribs.getDouble( XML_pos, 0.0 ) / 100000.0, 0.0, … in createFastChildContext()
79 mrGradientProps.moShadeAngle = aAttribs.getInteger( XML_ang ); in createFastChildContext()
80 mrGradientProps.moShadeScaled = aAttribs.getBool( XML_scaled ); in createFastChildContext()
85 mrGradientProps.moGradientPath = aAttribs.getToken( XML_path, XML_rect ); in createFastChildContext()
106 AttributeList aAttribs( rxAttribs ); in PatternFillContext() local
107 mrPatternProps.moPattPreset = aAttribs.getToken( XML_prst ); in PatternFillContext()
133 AttributeList aAttribs( rxAttribs ); in ColorChangeContext() local
134 mbUseAlpha = aAttribs.getBool( XML_useA, true ); in ColorChangeContext()
163 AttributeList aAttribs( rxAttribs ); in BlipContext() local
164 if( aAttribs.hasAttribute( R_TOKEN( embed ) ) ) in BlipContext()
167 …OUString aFragmentPath = getFragmentPathFromRelId( aAttribs.getString( R_TOKEN( embed ), OUString(… in BlipContext()
171 else if( aAttribs.hasAttribute( R_TOKEN( link ) ) ) in BlipContext()
174 OUString aRelId = aAttribs.getString( R_TOKEN( link ), OUString() ); in BlipContext()
183 AttributeList aAttribs( rxAttribs ); in createFastChildContext() local
195 mrBlipProps.moBrightness = aAttribs.getInteger( XML_bright ); in createFastChildContext()
196 mrBlipProps.moContrast = aAttribs.getInteger( XML_contrast ); in createFastChildContext()
209 AttributeList aAttribs( rxAttribs ); in BlipFillContext() local
210 mrBlipProps.moRotateWithShape = aAttribs.getBool( XML_rotWithShape ); in BlipFillContext()
216 AttributeList aAttribs( rxAttribs ); in createFastChildContext() local
226 aClipRect.X1 = GetPercent( aAttribs.getString( XML_l, aDefault ) ); in createFastChildContext()
227 aClipRect.Y1 = GetPercent( aAttribs.getString( XML_t, aDefault ) ); in createFastChildContext()
228 aClipRect.X2 = GetPercent( aAttribs.getString( XML_r, aDefault ) ); in createFastChildContext()
229 aClipRect.Y2 = GetPercent( aAttribs.getString( XML_b, aDefault ) ); 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()