Lines Matching refs:aGuide

254 					CustomShapeGuide aGuide;  in GetAdjCoordinate()  local
255 aGuide.maName = rValue; in GetAdjCoordinate()
256 aGuide.maFormula = CREATE_OUSTRING( "height" ); in GetAdjCoordinate()
258 …CustomShapeProperties::SetCustomShapeGuideValue( rCustomShapeProperties.getGuideList(), aGuide ) ); in GetAdjCoordinate()
280 CustomShapeGuide aGuide; in GetAdjCoordinate() local
281 aGuide.maName = rValue; in GetAdjCoordinate()
282 aGuide.maFormula = CREATE_OUSTRING( "height/" ) + rtl::OUString( nVal ); in GetAdjCoordinate()
284 …CustomShapeProperties::SetCustomShapeGuideValue( rCustomShapeProperties.getGuideList(), aGuide ) ); in GetAdjCoordinate()
299 CustomShapeGuide aGuide; in GetAdjCoordinate() local
300 aGuide.maName = rValue; in GetAdjCoordinate()
301 aGuide.maFormula = CREATE_OUSTRING( "max(width,height)" ); in GetAdjCoordinate()
303 …CustomShapeProperties::SetCustomShapeGuideValue( rCustomShapeProperties.getGuideList(), aGuide ) ); in GetAdjCoordinate()
309 CustomShapeGuide aGuide; in GetAdjCoordinate() local
310 aGuide.maName = rValue; in GetAdjCoordinate()
311 aGuide.maFormula = CREATE_OUSTRING( "min(width,height)" ); in GetAdjCoordinate()
313 …CustomShapeProperties::SetCustomShapeGuideValue( rCustomShapeProperties.getGuideList(), aGuide ) ); in GetAdjCoordinate()
327 CustomShapeGuide aGuide; in GetAdjCoordinate() local
328 aGuide.maName = rValue; in GetAdjCoordinate()
329 aGuide.maFormula = CREATE_OUSTRING( "min(width,height)/" ) + rtl::OUString( nVal ); in GetAdjCoordinate()
331 …CustomShapeProperties::SetCustomShapeGuideValue( rCustomShapeProperties.getGuideList(), aGuide ) ); in GetAdjCoordinate()
341 CustomShapeGuide aGuide; in GetAdjCoordinate() local
342 aGuide.maName = rValue; in GetAdjCoordinate()
343 aGuide.maFormula = CREATE_OUSTRING( "width" ); in GetAdjCoordinate()
345 …CustomShapeProperties::SetCustomShapeGuideValue( rCustomShapeProperties.getGuideList(), aGuide ) ); in GetAdjCoordinate()
368 CustomShapeGuide aGuide; in GetAdjCoordinate() local
369 aGuide.maName = rValue; in GetAdjCoordinate()
370 aGuide.maFormula = CREATE_OUSTRING( "width/" ) + rtl::OUString( nVal ); in GetAdjCoordinate()
372 …CustomShapeProperties::SetCustomShapeGuideValue( rCustomShapeProperties.getGuideList(), aGuide ) ); in GetAdjCoordinate()
629 CustomShapeGuide aGuide; in createFastChildContext() local
630 aGuide.maName = xAttribs->getOptionalValue( XML_name ); in createFastChildContext()
631aGuide.maFormula = convertToOOEquation( mrCustomShapeProperties, xAttribs->getOptionalValue( XML_f… in createFastChildContext()
632 mrGuideList.push_back( aGuide ); in createFastChildContext()