Home
last modified time | relevance | path

Searched refs:ReadShort (Results 1 – 10 of 10) sorted by relevance

/aoo41x/main/tools/source/rc/
H A Drc.cxx67 SetHour( (sal_uInt16)pResMgr->ReadShort() ); in Time()
69 SetMin( (sal_uInt16)pResMgr->ReadShort() ); in Time()
71 SetSec( (sal_uInt16)pResMgr->ReadShort() ); in Time()
73 Set100Sec( (sal_uInt16)pResMgr->ReadShort() ); in Time()
88 SetYear( (sal_uInt16)pResMgr->ReadShort() ); in Date()
90 SetMonth( (sal_uInt16)pResMgr->ReadShort() ); in Date()
92 SetDay( (sal_uInt16)pResMgr->ReadShort() ); in Date()
H A Dresmgr.cxx1713 sal_Int16 ResMgr::ReadShort() in ReadShort() function in ResMgr
1718 return pFallbackResMgr->ReadShort(); in ReadShort()
/aoo41x/main/tools/source/generic/
H A Dcolor.cxx62 sal_uInt16 nRed = pResMgr->ReadShort(); in Color()
63 sal_uInt16 nGreen = pResMgr->ReadShort(); in Color()
64 sal_uInt16 nBlue = pResMgr->ReadShort(); in Color()
/aoo41x/main/vcl/source/control/
H A Dlongcurr.cxx359 SetStrictFormat( (sal_Bool)pMgr->ReadShort() ); in ImplLoadRes()
362 SetDecimalDigits( pMgr->ReadShort() ); in ImplLoadRes()
H A Dfield2.cxx837 SetStrictFormat( (sal_Bool)pMgr->ReadShort() ); in ImplLoadRes()
1658 mbLongFormat = (sal_Bool)pMgr->ReadShort(); in ImplLoadRes()
1661 SetStrictFormat( (sal_Bool)pMgr->ReadShort() ); in ImplLoadRes()
2832 mbDuration = (sal_Bool)pMgr->ReadShort(); in ImplLoadRes()
2835 SetStrictFormat( (sal_Bool)pMgr->ReadShort() ); in ImplLoadRes()
H A Dfield.cxx521 SetStrictFormat( (sal_Bool)pMgr->ReadShort() ); in ImplLoadRes()
524 SetDecimalDigits( pMgr->ReadShort() ); in ImplLoadRes()
537 SetUseThousandSep( !(sal_Bool)pMgr->ReadShort() ); in ImplLoadRes()
/aoo41x/main/tools/inc/tools/
H A Drc.hxx82 { return m_pResMgr->ReadShort(); } in ReadShortRes()
H A Dresmgr.hxx207 sal_Int16 ReadShort();
/aoo41x/main/svtools/source/misc/
H A Dehdl.cxx278 nFlags = sal_uInt16(pResMgr->ReadShort()); in ResString()
/aoo41x/main/vcl/source/gdi/
H A Dimage.cxx469 pResMgr->ReadShort(); in ImageList()

Completed in 113 milliseconds