Searched refs:stringValue (Results 1 – 4 of 4) sorted by relevance
259 String stringValue, in insertIntoCell() argument271 xCell.setValue((new Float(stringValue)).floatValue()); in insertIntoCell()274 xCell.setFormula(stringValue); in insertIntoCell()
326 public static void insertIntoCell( int intX, int intY, String stringValue, in insertIntoCell() argument338 xcell.setValue( ( new Float( stringValue ) ).floatValue() ); in insertIntoCell()341 xcell.setFormula( stringValue ); in insertIntoCell()
434 [ value appendString: [ nIndex stringValue ] ];436 [ value appendString: [ nGroupsize stringValue ] ];
501 rtl::OUString aValue = GetOUString( [pSender stringValue] );
Completed in 52 milliseconds