Home
last modified time | relevance | path

Searched refs:rGuideList (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx55 …Properties::SetCustomShapeGuideValue( std::vector< CustomShapeGuide >& rGuideList, const CustomSha… in SetCustomShapeGuideValue() argument
58 for( ; nIndex < rGuideList.size(); nIndex++ ) in SetCustomShapeGuideValue()
60 if ( rGuideList[ nIndex ].maName == rGuide.maName ) in SetCustomShapeGuideValue()
63 if ( nIndex == rGuideList.size() ) in SetCustomShapeGuideValue()
64 rGuideList.push_back( rGuide ); in SetCustomShapeGuideValue()
70 …ties::GetCustomShapeGuideValue( const std::vector< CustomShapeGuide >& rGuideList, const rtl::OUSt… in GetCustomShapeGuideValue() argument
73 for( ; nIndex < static_cast< sal_Int32 >( rGuideList.size() ); nIndex++ ) in GetCustomShapeGuideValue()
75 if ( rGuideList[ nIndex ].maName == rFormulaName ) in GetCustomShapeGuideValue()
78 if ( nIndex == static_cast< sal_Int32 >( rGuideList.size() ) ) in GetCustomShapeGuideValue()
339 double CustomShapeProperties::getValue( const std::vector< CustomShapeGuide >& rGuideList, sal_uInt… in getValue() argument
[all …]
H A Dcustomshapegeometry.cxx445 …rent, CustomShapeProperties& rCustomShapeProperties, std::vector< CustomShapeGuide >& rGuideList );
453 …arent, CustomShapeProperties& rCustomShapeProperties, std::vector< CustomShapeGuide >& rGuideList ) in GeomGuideListContext() argument
455 , mrGuideList( rGuideList ) in GeomGuideListContext()
/aoo4110/main/oox/inc/oox/drawingml/
H A Dcustomshapeproperties.hxx137 …static sal_Int32 SetCustomShapeGuideValue( std::vector< CustomShapeGuide >& rGuideList, const Cust…
138 …static sal_Int32 GetCustomShapeGuideValue( const std::vector< CustomShapeGuide >& rGuideList, cons…

Completed in 84 milliseconds