Searched refs:nRKValue (Results 1 – 4 of 4) sorted by relevance
113 double XclTools::GetDoubleFromRK( sal_Int32 nRKValue ) in GetDoubleFromRK() argument122 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()
613 nRKValue( 0 ), in XclExpChTrData()630 nRKValue = 0; in Clear()667 rStrm << nRKValue; in Write()738 if( XclTools::GetRKFromDouble( rpData->nRKValue, rpData->fValue ) ) in GetCellData()
99 static double GetDoubleFromRK( sal_Int32 nRKValue );
432 sal_Int32 nRKValue; member
Completed in 67 milliseconds