Searched refs:ReadShort (Results 1 – 10 of 10) sorted by relevance
67 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()
1713 sal_Int16 ResMgr::ReadShort() in ReadShort() function in ResMgr1718 return pFallbackResMgr->ReadShort(); in ReadShort()
62 sal_uInt16 nRed = pResMgr->ReadShort(); in Color()63 sal_uInt16 nGreen = pResMgr->ReadShort(); in Color()64 sal_uInt16 nBlue = pResMgr->ReadShort(); in Color()
359 SetStrictFormat( (sal_Bool)pMgr->ReadShort() ); in ImplLoadRes()362 SetDecimalDigits( pMgr->ReadShort() ); in ImplLoadRes()
837 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()
521 SetStrictFormat( (sal_Bool)pMgr->ReadShort() ); in ImplLoadRes()524 SetDecimalDigits( pMgr->ReadShort() ); in ImplLoadRes()537 SetUseThousandSep( !(sal_Bool)pMgr->ReadShort() ); in ImplLoadRes()
82 { return m_pResMgr->ReadShort(); } in ReadShortRes()
207 sal_Int16 ReadShort();
278 nFlags = sal_uInt16(pResMgr->ReadShort()); in ResString()
469 pResMgr->ReadShort(); in ImageList()
Completed in 151 milliseconds