Searched refs:setCellValue (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/oox/source/xls/ |
H A D | externallinkfragment.cxx | 81 setCellValue( Any( rChars.toDouble() ) ); in onCharacters() 87 setCellValue( Any( rChars ) ); in onCharacters() 128 setCellValue( Any( OUString() ) ); in importExtCellBlank() 135 setCellValue( Any( fValue ) ); in importExtCellBool() 141 setCellValue( Any( rStrm.readDouble() ) ); in importExtCellDouble() 153 setCellValue( Any( BiffHelper::readString( rStrm ) ) ); in importExtCellString() 156 void ExternalSheetDataContext::setCellValue( const Any& rValue ) in setCellValue() function in oox::xls::ExternalSheetDataContext 471 setCellValue( aBinAddr, Any( OUString() ) ); in importCrn() 474 setCellValue( aBinAddr, Any( rStrm.readDouble() ) ); in importCrn() 479 setCellValue( aBinAddr, Any( aText ) ); in importCrn() [all …]
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | externallinkfragment.hxx | 72 void setCellValue( const ::com::sun::star::uno::Any& rValue ); 131 …void setCellValue( const BinAddress& rBinAddr, const ::com::sun::star::uno::Any& rV…
|
/aoo41x/main/forms/qa/integration/forms/ |
H A D | CellBinding.java | 172 setCellValue( col, row1, 1.0 ); in checkBooleanRadioBinding() 356 setCellValue( col, row, 3 ); in checkListBoxIndexBinding() 453 … private void setCellValue( short col, short row, double value ) throws com.sun.star.uno.Exception in setCellValue() method in CellBinding
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | XExternalSheetCache.idl | 47 void setCellValue( [in] long nColumn, [in] long nRow, [in] any aValue )
|
/aoo41x/main/sc/inc/ |
H A D | linkuno.hxx | 506 virtual void SAL_CALL setCellValue(
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | linkuno.cxx | 1502 void SAL_CALL ScExternalSheetCacheObj::setCellValue(sal_Int32 nCol, sal_Int32 nRow, const Any& rVal… in setCellValue() function in ScExternalSheetCacheObj
|
Completed in 35 milliseconds