Home
last modified time | relevance | path

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

/trunk/main/odk/examples/DevelopersGuide/OfficeDev/
H A DNumber_Formats.java121 int nIndexKey = ((Integer) xCellProp.getPropertyValue( "NumberFormat" )).intValue(); in doFunction() local
122 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()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx515 long nIndexKey = 0; in getNumberProps() local
517 aValue >>= nIndexKey; in getNumberProps()
520 return mxFormats->getByKey( nIndexKey ); in getNumberProps()

Completed in 52 milliseconds