Searched refs:maAdjustmentGuideList (Results 1 – 2 of 2) sorted by relevance
168 if ( maAdjustmentGuideList.size() ) in pushToPropSet()188 … std::vector< CustomShapeGuide >::const_iterator aIter( maAdjustmentGuideList.begin() ); in pushToPropSet()189 while( aIter != maAdjustmentGuideList.end() ) in pushToPropSet()246 … Sequence< EnhancedCustomShapeAdjustmentValue > aAdjustmentValues( maAdjustmentGuideList.size() ); in pushToPropSet()247 for ( i = 0; i < maAdjustmentGuideList.size(); i++ ) in pushToPropSet()250 aAdjustmentVal.Value <<= maAdjustmentGuideList[ i ].maFormula.toInt32(); in pushToPropSet()309 …sal_Int32 nIndex = GetCustomShapeGuideValue( maAdjustmentGuideList, maAdjustHandleList[ i ].gdRef1… in pushToPropSet()315 …sal_Int32 nIndex = GetCustomShapeGuideValue( maAdjustmentGuideList, maAdjustHandleList[ i ].gdRef2… in pushToPropSet()
123 std::vector< CustomShapeGuide >& getAdjustmentGuideList(){ return maAdjustmentGuideList; }; in getAdjustmentGuideList()143 std::vector< CustomShapeGuide > maAdjustmentGuideList; member in oox::drawingml::CustomShapeProperties