Searched refs:nIndexKey (Results 1 – 2 of 2) sorted by relevance
121 int nIndexKey = ((Integer) xCellProp.getPropertyValue( "NumberFormat" )).intValue(); in doFunction() local122 if ( nIndexKey != nCurrencyKey ) in doFunction()126 com.sun.star.beans.XPropertySet xProp = xNumberFormats.getByKey( nIndexKey ); in doFunction()136 nIndexKey = xNumberFormats.queryKey( aFormatCode, aLocale, false ); in doFunction()139 if ( nIndexKey == -1 ) in doFunction()143 nIndexKey = xNumberFormats.addNew( aFormatCode, aLocale ); in doFunction()149 nIndexKey = -1; in doFunction()154 if ( nIndexKey != -1 ) in doFunction()155 xCellProp.setPropertyValue( "NumberFormat", new Integer(nIndexKey) ); in doFunction()
515 long nIndexKey = 0; in getNumberProps() local517 aValue >>= nIndexKey; in getNumberProps()520 return mxFormats->getByKey( nIndexKey ); in getNumberProps()
Completed in 40 milliseconds