Home
last modified time | relevance | path

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

1234

/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx152 sal_uLong mnRefCount; member in MetaAction
177 sal_uLong GetRefCount() const { return mnRefCount; } in GetRefCount()
178 void ResetRefCount() { mnRefCount = 1; } in ResetRefCount()
179 void Duplicate() { mnRefCount++; } in Duplicate()
180 void Delete() { if ( 0 == --mnRefCount ) delete this; } in Delete()
H A Dhatch.hxx40 sal_uLong mnRefCount; member
H A Dmapmod.hxx48 sal_uLong mnRefCount; member in ImplMapMode
H A Dgradient.hxx53 sal_uLong mnRefCount; member in Impl_Gradient
H A Dlineinfo.hxx42 sal_uLong mnRefCount; member
/trunk/main/vcl/source/glyphs/
H A Dglyphcache.cxx402 mnRefCount(1), in ServerFont()
448 DBG_ASSERT( mnRefCount > 0, "ServerFont: RefCount underflow" ); in Release()
449 return --mnRefCount; in Release()
H A Dgcach_ftyp.hxx60 int mnRefCount; member in FtFontFile
104 int mnRefCount; member in FtFontInfo
H A Dgcach_ftyp.cxx158 mnRefCount( 0 ), in FtFontFile()
222 if( mnRefCount++ <= 0 ) in Map()
273 if( (--mnRefCount > 0) || (mpFileMap == NULL) ) in Unmap()
296 mnRefCount( 0 ), in FtFontInfo()
337 if( (mnRefCount++ <= 0) || !bEnableSizeFT ) in GetFaceFT()
356 if( (--mnRefCount <= 0) || !bEnableSizeFT ) in ReleaseFaceFT()
/trunk/main/basic/source/sbx/
H A Dsbxdec.hxx60 sal_Int32 mnRefCount;
70 { mnRefCount++; }
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx825 sal_uInt32 mnRefCount; member
841 ImplPPTParaPropSet(){ mnRefCount = 1; mnAttrSet = 0; mnExtParagraphMask = 0; mnDepth = 0; }; in ImplPPTParaPropSet()
858 sal_uInt32 mnRefCount; member
870 ImplPPTCharPropSet(){ mnRefCount = 1; mnAttrSet = 0; }; in ImplPPTCharPropSet()
1080 sal_uInt32 mnRefCount; member
/trunk/main/vcl/inc/
H A Dimage.h117 sal_uIntPtr mnRefCount; member
165 sal_uIntPtr mnRefCount; member
H A Dwall2.hxx39 sal_uLong mnRefCount; member in ImplWallpaper
H A Djobset.h51 sal_uInt16 mnRefCount; // RefCount (only independ data) member
H A Dimpgraph.hxx71 sal_uLong mnRefCount; member in ImpGraphic
/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx53 , mnRefCount( 1 ) in ImplFontCharMap()
114 ++mnRefCount; in AddReference()
121 if( --mnRefCount <= 0 ) in DeReference()
H A Dimpbmp.cxx41 mnRefCount ( 1UL ), in ImpBitmap()
H A Dsallayout.cxx749 mnRefCount( 1 ), in SalLayout()
773 ++mnRefCount; in Reference()
781 if( --mnRefCount > 0 ) in Release()
/trunk/main/tools/source/string/
H A Dstrascii.cxx226 if ( (nLen == mpData->mnLen) && (mpData->mnRefCount == 1) ) in AssignAscii()
272 if ( (nLen == mpData->mnLen) && (mpData->mnRefCount == 1) ) in AssignAscii()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx4704 pParaSet->mnRefCount++; in PPTParaPropSet()
4722 pParaSet->mnRefCount++; in operator =()
4746 pCharSet->mnRefCount++; in PPTCharPropSet()
4760 pCharSet->mnRefCount++; in PPTCharPropSet()
4787 pCharSet->mnRefCount++; in operator =()
4799 if ( pCharSet->mnRefCount > 1 ) in ImplMakeUnique()
4802 rOld.mnRefCount--; in ImplMakeUnique()
4804 pCharSet->mnRefCount = 1; in ImplMakeUnique()
6721 mpImplTextObj->mnRefCount = 1; in PPTTextObj()
7363 mpImplTextObj->mnRefCount++; in PPTTextObj()
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx433 int CairoFontsCache::mnRefCount = 0; member in CairoFontsCache
437 ++mnRefCount; in CairoFontsCache()
442 --mnRefCount; in ~CairoFontsCache()
443 if (!mnRefCount && !maLRUFonts.empty()) in ~CairoFontsCache()
/trunk/main/sax/inc/sax/tools/
H A Dsaxobject.hxx42 sal_uInt32 mnRefCount; member in sax::SaxObject
/trunk/main/sw/source/core/inc/
H A Dobservablethread.hxx94 oslInterlockedCount mnRefCount; member in ObservableThread
/trunk/main/tools/inc/tools/
H A Dstring.hxx141 sal_Int32 mnRefCount; // Referenz counter member
429 sal_Int32 mnRefCount; // Referenz counter member
/trunk/main/tools/source/generic/
H A Dconfig.cxx73 sal_uInt16 mnRefCount; member
690 pData->mnRefCount = 0; in ImplGetConfigData()
/trunk/main/sd/source/ui/inc/
H A DFrameView.hxx185 sal_uInt16 mnRefCount; member in sd::FrameView

Completed in 157 milliseconds

1234