Home
last modified time | relevance | path

Searched refs:setCellValue (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/oox/source/xls/
H A Dexternallinkfragment.cxx81 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 …]
/aoo4110/main/oox/inc/oox/xls/
H A Dexternallinkfragment.hxx72 void setCellValue( const ::com::sun::star::uno::Any& rValue );
131 …void setCellValue( const BinAddress& rBinAddr, const ::com::sun::star::uno::Any& rV…
/aoo4110/main/forms/qa/integration/forms/
H A DCellBinding.java172 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
/aoo4110/main/offapi/com/sun/star/sheet/
H A DXExternalSheetCache.idl47 void setCellValue( [in] long nColumn, [in] long nRow, [in] any aValue )
/aoo4110/main/sc/inc/
H A Dlinkuno.hxx506 virtual void SAL_CALL setCellValue(
/aoo4110/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx1502 void SAL_CALL ScExternalSheetCacheObj::setCellValue(sal_Int32 nCol, sal_Int32 nRow, const Any& rVal… in setCellValue() function in ScExternalSheetCacheObj

Completed in 43 milliseconds