Home
last modified time | relevance | path

Searched refs:nRk (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dimpop.cxx387 sal_Int32 nRk; in ReadRk() local
388 maStrm >> nRk; in ReadRk()
391 GetDoc().PutCell( aScPos, new ScValueCell( XclTools::GetDoubleFromRK( nRk ) ) ); in ReadRk()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx2387 double OutputObjectBase::writeRkItem( const String& rName, sal_Int32 nRk ) in writeRkItem() argument
2390 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() local
2716 *mxStrm >> nRk; in dumpRk()
2717 return writeRkItem( rName( "rk-value" ), nRk ); in dumpRk()
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx1404 double writeRkItem( const String& rName, sal_Int32 nRk );

Completed in 43 milliseconds