Lines Matching refs:sal_uLong

85 	mnID1 = ( (sal_uLong) rGraphic.GetType() ) << 28;  in GraphicID()
114 …mnID1 |= ( ( ( (sal_uLong) aBmpEx.GetTransparentType() << 8 ) | ( aBmpEx.IsAlpha() ? 1 : 0 ) ) & 0… in GraphicID()
194 sal_uLong GetGraphicObjectReferenceCount() { return maGraphicObjectList.Count(); } in GetGraphicObjectReferenceCount()
298 const sal_uLong nDocFilePos = rSubstitute.GetDocFilePos(); in ImplFillSubstitute()
455 sal_uLong mnCacheSize;
456 sal_uLong mnOutDevDrawMode;
461 static sal_uLong GetNeededSize( OutputDevice* pOut, const Point& rPt, const Size& rSz,
497 sal_uLong GetCacheSize() const { return mnCacheSize; } in GetCacheSize()
499 sal_uLong GetOutDevDrawMode() const { return mnOutDevDrawMode; } in GetOutDevDrawMode()
526 sal_uLong GraphicDisplayCacheEntry::GetNeededSize( OutputDevice* pOut, const Point& /*rPt*/, const … in GetNeededSize()
531 sal_uLong nNeededSize; in GetNeededSize()
600 GraphicCache::GraphicCache( GraphicManager& rMgr, sal_uLong nDisplayCacheSize, sal_uLong nMaxObjDis… in GraphicCache()
799 void GraphicCache::SetMaxDisplayCacheSize( sal_uLong nNewCacheSize ) in SetMaxDisplayCacheSize()
809 void GraphicCache::SetMaxObjDisplayCacheSize( sal_uLong nNewMaxObjSize, sal_Bool bDestroyGreaterCac… in SetMaxObjDisplayCacheSize()
836 void GraphicCache::SetCacheTimeout( sal_uLong nTimeoutSeconds ) in SetCacheTimeout()
924 …const sal_uLong nNeededSize = GraphicDisplayCacheEntry::GetNeededSize( pOut, rPt, rSz, rObj, rAttr… in CreateDisplayCacheObj()
958 …const sal_uLong nNeededSize = GraphicDisplayCacheEntry::GetNeededSize( pOut, rPt, rSz, rObj, rAttr… in CreateDisplayCacheObj()
1027 sal_Bool GraphicCache::ImplFreeDisplayCacheSpace( sal_uLong nSizeToFree ) in ImplFreeDisplayCacheSpace()
1029 sal_uLong nFreedSize = 0UL; in ImplFreeDisplayCacheSpace()