Searched refs:nAdjustmentIndex (Results 1 – 3 of 3) sorted by relevance
193 sal_Int32 nAdjustmentIndex = (*aIter).maName.copy( 3 ).toInt32() - 1; in pushToPropSet() local194 if ( ( nAdjustmentIndex >= 0 ) && ( nAdjustmentIndex < aAdjustmentSeq.getLength() ) ) in pushToPropSet()199 aAdjustmentSeq[ nAdjustmentIndex ] = aAdjustmentVal; in pushToPropSet()
137 sal_Int32 nAdjustmentIndex; in GetFormulaParameter() local138 if ( rParameter.Value >>= nAdjustmentIndex ) in GetFormulaParameter()141 + rtl::OUString::valueOf( nAdjustmentIndex ) in GetFormulaParameter()
980 sal_Int32 nAdjustmentIndex = 0; in GetParameter() local981 if ( rParameter.Value >>= nAdjustmentIndex ) in GetParameter()983 rRetValue = GetAdjustValueAsDouble( nAdjustmentIndex ); in GetParameter()
Completed in 41 milliseconds