Searched refs:nRk (Results 1 – 3 of 3) sorted by relevance
387 sal_Int32 nRk; in ReadRk() local388 maStrm >> nRk; in ReadRk()391 GetDoc().PutCell( aScPos, new ScValueCell( XclTools::GetDoubleFromRK( nRk ) ) ); in ReadRk()
2387 double OutputObjectBase::writeRkItem( const String& rName, sal_Int32 nRk ) in writeRkItem() argument2390 writeHexItem( rName, static_cast< sal_uInt32 >( nRk ), "RK-FLAGS" ); in writeRkItem()2391 double fValue = ::oox::xls::BiffHelper::calcDoubleFromRk( nRk ); in writeRkItem()2715 sal_Int32 nRk; in dumpRk() local2716 *mxStrm >> nRk; in dumpRk()2717 return writeRkItem( rName( "rk-value" ), nRk ); in dumpRk()
1404 double writeRkItem( const String& rName, sal_Int32 nRk );
Completed in 72 milliseconds