Searched refs:rGuideList (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/oox/source/drawingml/ |
H A D | customshapeproperties.cxx | 55 …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 D | customshapegeometry.cxx | 445 …rent, CustomShapeProperties& rCustomShapeProperties, std::vector< CustomShapeGuide >& rGuideList ); 453 …arent, CustomShapeProperties& rCustomShapeProperties, std::vector< CustomShapeGuide >& rGuideList ) in GeomGuideListContext() argument 455 , mrGuideList( rGuideList ) in GeomGuideListContext()
|
/aoo41x/main/oox/inc/oox/drawingml/ |
H A D | customshapeproperties.hxx | 137 …static sal_Int32 SetCustomShapeGuideValue( std::vector< CustomShapeGuide >& rGuideList, const Cust… 138 …static sal_Int32 GetCustomShapeGuideValue( const std::vector< CustomShapeGuide >& rGuideList, cons…
|
Completed in 61 milliseconds