Home
last modified time | relevance | path

Searched refs:nRKValue (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxltools.cxx113 double XclTools::GetDoubleFromRK( sal_Int32 nRKValue ) in GetDoubleFromRK() argument
122 if( ::get_flag( nRKValue, EXC_RK_INTFLAG ) ) in GetDoubleFromRK()
124 sal_Int32 nTemp = nRKValue >> 2; in GetDoubleFromRK()
125 ::set_flag< sal_Int32 >( nTemp, 0xE0000000, nRKValue < 0 ); in GetDoubleFromRK()
130 smD.w32_parts.msw = nRKValue & EXC_RK_VALUEMASK; in GetDoubleFromRK()
133 if( ::get_flag( nRKValue, EXC_RK_100FLAG ) ) in GetDoubleFromRK()
/trunk/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx613 nRKValue( 0 ), in XclExpChTrData()
630 nRKValue = 0; in Clear()
667 rStrm << nRKValue; in Write()
738 if( XclTools::GetRKFromDouble( rpData->nRKValue, rpData->fValue ) ) in GetCellData()
/trunk/main/sc/source/filter/inc/
H A Dxltools.hxx99 static double GetDoubleFromRK( sal_Int32 nRKValue );
H A DXclExpChangeTrack.hxx432 sal_Int32 nRKValue; member

Completed in 35 milliseconds