Home
last modified time | relevance | path

Searched refs:maAdjustmentGuideList (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx169 if ( maAdjustmentGuideList.size() ) in pushToPropSet()
189 std::vector< CustomShapeGuide >::const_iterator aIter( maAdjustmentGuideList.begin() ); in pushToPropSet()
190 while( aIter != maAdjustmentGuideList.end() ) in pushToPropSet()
255 Sequence< EnhancedCustomShapeAdjustmentValue > aAdjustmentValues( maAdjustmentGuideList.size() ); in pushToPropSet()
256 for ( i = 0; i < maAdjustmentGuideList.size(); i++ ) in pushToPropSet()
259 aAdjustmentVal.Value <<= maAdjustmentGuideList[ i ].maFormula.toInt32(); in pushToPropSet()
318 …sal_Int32 nIndex = GetCustomShapeGuideValue( maAdjustmentGuideList, maAdjustHandleList[ i ].gdRef1… in pushToPropSet()
324 …sal_Int32 nIndex = GetCustomShapeGuideValue( maAdjustmentGuideList, maAdjustHandleList[ i ].gdRef2… in pushToPropSet()
/trunk/main/oox/inc/oox/drawingml/
H A Dcustomshapeproperties.hxx123 std::vector< CustomShapeGuide >& getAdjustmentGuideList(){ return maAdjustmentGuideList; }; in getAdjustmentGuideList()
143 std::vector< CustomShapeGuide > maAdjustmentGuideList; member in oox::drawingml::CustomShapeProperties

Completed in 18 milliseconds