Home
last modified time | relevance | path

Searched refs:mnRefCount (Results 76 – 87 of 87) sorted by relevance

1234

/trunk/main/vcl/inc/
H A Doutfont.hxx334 sal_uLong mnRefCount; member in ImplFontEntry
H A Dsallayout.hxx223 mutable int mnRefCount; member in SalLayout
/trunk/main/vcl/inc/unx/
H A Dsalgdi.h65 static int mnRefCount; member in CairoFontsCache
/trunk/main/vcl/source/gdi/
H A Dimpimage.cxx99 mnRefCount( 1 ) in ImplImageList()
H A Doutdev3.cxx982 mnRefCount( 1 ), in ImplFontEntry()
2407 if( !pEntry->mnRefCount++ ) in GetFontEntry()
2778 DBG_ASSERT( (pEntry->mnRefCount > 0), "ImplFontCache::Release() - font refcount underflow" ); in Release()
2779 if( --pEntry->mnRefCount > 0 ) in Release()
2791 if( pFontEntry->mnRefCount > 0 ) in Release()
2815 if( pFontEntry->mnRefCount > 0 ) in Invalidate()
H A Dmetaact.cxx94 mnRefCount( 1 ), in MetaAction()
102 mnRefCount( 1 ), in MetaAction()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.hxx279 sal_uInt32 mnRefCount; member in writerfilter::ooxml::OOXMLFastContextHandler
H A DOOXMLFastContextHandler.cxx136 mnRefCount(0), in OOXMLFastContextHandler()
158 mnRefCount(0), in OOXMLFastContextHandler()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx2996 mnRefCount = 1; in ImplTextObj()
3048 mpImplTextObj->mnRefCount++; in TextObj()
3053 if ( ! ( --mpImplTextObj->mnRefCount ) ) in ~TextObj()
3080 if ( ! ( --mpImplTextObj->mnRefCount ) ) in operator =()
3083 mpImplTextObj->mnRefCount++; in operator =()
H A Deppt.hxx643 sal_uInt32 mnRefCount; member
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1046 sal_uInt32 mnRefCount; // !! reference count member in EscherBlibEntry
/trunk/main/filter/source/msfilter/
H A Descherex.cxx4102 mnRefCount ( 1 ), in EscherBlibEntry()
4190 << mnRefCount in WriteBlibEntry()
4360 mpBlibEntrys[ i ]->mnRefCount++; in GetBlibID()

Completed in 158 milliseconds

1234