Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx56 …Properties::SetCustomShapeGuideValue( std::vector< CustomShapeGuide >& rGuideList, const CustomSha… in SetCustomShapeGuideValue() argument
59 for( ; nIndex < rGuideList.size(); nIndex++ ) in SetCustomShapeGuideValue()
61 if ( rGuideList[ nIndex ].maName == rGuide.maName ) in SetCustomShapeGuideValue()
64 if ( nIndex == rGuideList.size() ) in SetCustomShapeGuideValue()
65 rGuideList.push_back( rGuide ); in SetCustomShapeGuideValue()
71 …ties::GetCustomShapeGuideValue( const std::vector< CustomShapeGuide >& rGuideList, const rtl::OUSt… in GetCustomShapeGuideValue() argument
74 for( ; nIndex < static_cast< sal_Int32 >( rGuideList.size() ); nIndex++ ) in GetCustomShapeGuideValue()
76 if ( rGuideList[ nIndex ].maName == rFormulaName ) in GetCustomShapeGuideValue()
79 if ( nIndex == static_cast< sal_Int32 >( rGuideList.size() ) ) in GetCustomShapeGuideValue()
348 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()
/trunk/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 30 milliseconds