Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx194 sal_Int32 nAdjustmentIndex = (*aIter).maName.copy( 3 ).toInt32() - 1; in pushToPropSet() local
195 if ( ( nAdjustmentIndex >= 0 ) && ( nAdjustmentIndex < aAdjustmentSeq.getLength() ) ) in pushToPropSet()
208 aAdjustmentSeq[ nAdjustmentIndex ] = aAdjustmentVal; in pushToPropSet()
H A Dcustomshapegeometry.cxx137 sal_Int32 nAdjustmentIndex; in GetFormulaParameter() local
138 if ( rParameter.Value >>= nAdjustmentIndex ) in GetFormulaParameter()
141 + rtl::OUString::valueOf( nAdjustmentIndex ) in GetFormulaParameter()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx980 sal_Int32 nAdjustmentIndex = 0; in GetParameter() local
981 if ( rParameter.Value >>= nAdjustmentIndex ) in GetParameter()
983 rRetValue = GetAdjustValueAsDouble( nAdjustmentIndex ); in GetParameter()

Completed in 32 milliseconds