Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dbiffhelper.cxx70 if( (rDecDbl.maStruct.w32_parts.lsw == 0) && ((rDecDbl.maStruct.w32_parts.msw & 0x3) == 0) ) in lclCalcRkFromDouble()
72 ornRkValue = static_cast< sal_Int32 >( rDecDbl.maStruct.w32_parts.msw ); in lclCalcRkFromDouble()
201 aDecDbl.maStruct.w32_parts.msw = static_cast< sal_uInt32 >( nRkValue & BIFF_RK_VALUEMASK ); in calcDoubleFromRk()
/trunk/main/sal/inc/sal/
H A Dmathconf.h104 unsigned msw :32; member
131 unsigned msw :32;
/trunk/main/sal/inc/rtl/
H A Dmath.hxx365 md.w32_parts.msw = bNegative ? 0xFFF00000 : 0x7FF00000; in setInf()
379 md.w32_parts.msw = 0x7FFFFFFF; in setNan()
/trunk/main/sc/source/filter/excel/
H A Dxltools.cxx130 smD.w32_parts.msw = nRKValue & EXC_RK_VALUEMASK; in GetDoubleFromRK()
H A Dxlchart.cxx237 pDouble->w32_parts.msw = pDouble->w32_parts.lsw = 0xFFFFFFFF; in XclChSerTrendLine()
/trunk/main/sal/rtl/source/
H A Dmath.cxx899 m.md.w32_parts.msw |= 0x80000000; // create negative NaN in stringToDouble()

Completed in 41 milliseconds