Home
last modified time | relevance | path

Searched refs:ReadLong (Results 1 – 12 of 12) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dimage.cxx82 sal_uLong nObjMask = pResMgr->ReadLong(); in Image()
442 sal_uLong nObjMask = pResMgr->ReadLong(); in ImageList()
453 for( sal_Int32 i = 0, nCount = pResMgr->ReadLong(); i < nCount; ++i ) in ImageList()
454 pResMgr->ReadLong(); in ImageList()
457 sal_Int32 nCount = pResMgr->ReadLong(); in ImageList()
464 sal_uInt16 nId = static_cast< sal_uInt16 >( pResMgr->ReadLong() ); in ImageList()
H A Dbitmapex.cxx98 pResMgr->ReadLong(); in BitmapEx()
99 pResMgr->ReadLong(); in BitmapEx()
/trunk/main/vcl/source/window/
H A Dkeycod.cxx93 sal_uLong nKeyCode = pResMgr->ReadLong(); in KeyCode()
94 sal_uLong nModifier = pResMgr->ReadLong(); in KeyCode()
95 sal_uLong nKeyFunc = pResMgr->ReadLong(); in KeyCode()
/trunk/main/vcl/source/control/
H A Dlongcurr.cxx350 sal_uLong nMask = pMgr->ReadLong(); in ImplLoadRes()
353 mnMin = pMgr->ReadLong(); in ImplLoadRes()
356 mnMax = pMgr->ReadLong(); in ImplLoadRes()
366 mnFieldValue = pMgr->ReadLong(); in ImplLoadRes()
H A Dfield.cxx512 sal_uLong nMask = pMgr->ReadLong(); in ImplLoadRes()
515 mnMin = pMgr->ReadLong(); in ImplLoadRes()
518 mnMax = pMgr->ReadLong(); in ImplLoadRes()
528 mnFieldValue = pMgr->ReadLong(); in ImplLoadRes()
1533 sal_uLong nMask = pMgr->ReadLong(); in ImplLoadRes()
1536 meUnit = (FieldUnit)pMgr->ReadLong(); in ImplLoadRes()
H A Dfield2.cxx834 sal_uLong nMask = pMgr->ReadLong(); in ImplLoadRes()
1645 sal_uLong nMask = pMgr->ReadLong(); in ImplLoadRes()
2814 sal_uLong nMask = pMgr->ReadLong(); in ImplLoadRes()
2829 meFormat = (TimeFieldFormat)pMgr->ReadLong(); in ImplLoadRes()
/trunk/main/tools/source/rc/
H A Dresary.cxx41 const sal_uInt32 nItems = pMgr->ReadLong(); in ResStringArray()
51 m_aStrings[i].m_nValue = pMgr->ReadLong(); in ResStringArray()
H A Drc.cxx64 sal_uIntPtr nObjMask = (sal_uInt16)pResMgr->ReadLong(); in Time()
85 sal_uIntPtr nObjMask = (sal_uInt16)pResMgr->ReadLong(); in Date()
H A Dresmgr.cxx1727 sal_Int32 ResMgr::ReadLong() in ReadLong() function in ResMgr
1732 return pFallbackResMgr->ReadLong(); in ReadLong()
/trunk/main/tools/inc/tools/
H A Drc.hxx79 { return m_pResMgr->ReadLong(); } in ReadLongRes()
H A Dresmgr.hxx208 sal_Int32 ReadLong();
/trunk/main/tools/source/generic/
H A Dcolor.cxx66 pResMgr->ReadLong(); in Color()

Completed in 69 milliseconds