Home
last modified time | relevance | path

Searched refs:nRefCount (Results 1 – 25 of 66) sorted by last modified time

123

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx4834 nRefCount ( 1 ), in PPTRuler()
4855 mpImplRuler->nRefCount++; in PPTTextRulerInterpreter()
4937 if ( ! ( --mpImplRuler->nRefCount ) ) in operator =()
4940 mpImplRuler->nRefCount++; in operator =()
4947 if ( ! ( --mpImplRuler->nRefCount ) ) in ~PPTTextRulerInterpreter()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx917 sal_uInt32 nRefCount; member
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx70 p->nRefCount = 1; in seq_allocate()
/trunk/main/vcl/source/gdi/
H A Dimpgraph.cxx66 sal_uLong nRefCount; member
158 mpSwapFile->nRefCount++; in ImpGraphic()
305 mpSwapFile->nRefCount++; in operator =()
421 if( mpSwapFile->nRefCount > 1 ) in ImplClear()
422 mpSwapFile->nRefCount--; in ImplClear()
1273 mpSwapFile->nRefCount = 1; in ImplReadEmbedded()
1455 mpSwapFile->nRefCount = 1; in ImplSwapOut()
1560 if( mpSwapFile->nRefCount > 1 ) in ImplSwapIn()
1561 mpSwapFile->nRefCount--; in ImplSwapIn()
/trunk/main/unotools/source/misc/
H A Dsyslocale.cxx44 sal_Int32 SvtSysLocale::nRefCount = 0; member in SvtSysLocale
104 ++nRefCount; in SvtSysLocale()
111 if ( !--nRefCount ) in ~SvtSysLocale()
/trunk/main/unotools/source/config/
H A Doptionsdlg.cxx51 static sal_Int32 nRefCount = 0; variable
247 ++nRefCount; in SvtOptionsDialogOptions()
263 if ( !--nRefCount ) in ~SvtOptionsDialogOptions()
H A Dpathoptions.cxx211 static sal_Int32 nRefCount = 0; variable
562 ++nRefCount; in SvtPathOptions()
572 if ( !--nRefCount ) in ~SvtPathOptions()
H A Dsaveopt.cxx61 static sal_Int32 nRefCount = 0; variable
879 ++nRefCount; in SvtSaveOptions()
889 if ( !--nRefCount ) in ~SvtSaveOptions()
H A Dsyslocaleoptions.cxx51 sal_Int32 SvtSysLocaleOptions::nRefCount = 0; member in SvtSysLocaleOptions
482 ++nRefCount; in SvtSysLocaleOptions()
491 if ( !--nRefCount ) in ~SvtSysLocaleOptions()
H A Dundoopt.cxx44 static sal_Int32 nRefCount = 0; variable
169 ++nRefCount; in SvtUndoOptions()
181 if ( !--nRefCount ) in ~SvtUndoOptions()
H A Duseroptions.cxx140 static sal_Int32 nRefCount = 0; variable
934 ++nRefCount; in SvtUserOptions()
946 if ( !--nRefCount ) in ~SvtUserOptions()
H A Dmisccfg.cxx53 static sal_Int32 nRefCount = 0; variable
247 ++nRefCount; in MiscCfg()
257 if ( !--nRefCount ) in ~MiscCfg()
H A Daccelcfg.cxx60 static sal_Int32 nRefCount = 0; variable
167 ++nRefCount; in SvtAcceleratorConfiguration()
204 if ( !--nRefCount ) in ~SvtAcceleratorConfiguration()
H A Ddefaultoptions.cxx114 static sal_Int32 nRefCount = 0; variable
335 ++nRefCount; in SvtDefaultOptions()
345 if ( !--nRefCount ) in ~SvtDefaultOptions()
/trunk/main/unotools/inc/unotools/
H A Dsyslocale.hxx54 static sal_Int32 nRefCount; member in SvtSysLocale
H A Dsyslocaleoptions.hxx49 static sal_Int32 nRefCount; member in SvtSysLocaleOptions
/trunk/main/tools/source/rc/
H A Dresmgr.cxx132 int nRefCount; member
137 nRefCount( 0 ), in ContainerElement()
402 if( it->second.nRefCount == 0 ) in getResMgr()
408 if( it->second.nRefCount == 0 ) in getResMgr()
429 it->second.nRefCount++; in getResMgr()
467 DBG_ASSERT( it->second.nRefCount > 0, "InternalResMgr freed too often" ); in freeResMgr()
468 if( it->second.nRefCount > 0 ) in freeResMgr()
469 it->second.nRefCount--; in freeResMgr()
470 if( it->second.nRefCount == 0 ) in freeResMgr()
/trunk/main/tools/source/ref/
H A Dglobname.cxx37 nRefCount = 0; in ImpSvGlobalName()
44 nRefCount = 1; in ImpSvGlobalName()
64 pImp->nRefCount++; in SvGlobalName()
82 pImp->nRefCount++; in SvGlobalName()
91 pImp->nRefCount++; in SvGlobalName()
111 pImp->nRefCount--; in ~SvGlobalName()
122 pImp->nRefCount--; in operator =()
136 pImp->nRefCount--; in NewImp()
138 pImp->nRefCount++; in NewImp()
370 pImp->nRefCount--; in ~SvGlobalNameList()
[all …]
H A Dref.cxx44 nRefCount = SV_NO_DELETE_REFCOUNT / 2; in QueryDelete()
/trunk/main/tools/source/memtools/
H A Dunqidx.cxx462 pEle->nRefCount++; in UniqueIdContainer()
488 pEle->nRefCount++; in operator =()
513 if ( pId->nRefCount <= nFree ) in Clear()
549 pId->nRefCount = 1; in CreateId()
568 pId->nRefCount = 0; in CreateFreeId()
592 pId->nRefCount = 1; in CreateIdProt()
/trunk/main/tools/inc/tools/
H A Dunqid.hxx36 sal_uInt16 nRefCount; member
39 nRefCount--; in Release()
40 if( 0 == nRefCount ) in Release()
56 { pId = pIdP; pId->nRefCount++; } in UniqueItemId()
60 { pId = rId.pId; if( pId ) pId->nRefCount++; } in UniqueItemId()
65 if( rId.pId ) rId.pId->nRefCount++; in operator =()
H A Dref.hxx323 sal_uIntPtr nRefCount; member in SvRefBase
334 { nRefCount = SV_NO_DELETE_REFCOUNT; } in SvRefBase()
339 if( nRefCount < SV_NO_DELETE_REFCOUNT ) in RestoreNoDelete()
340 nRefCount += SV_NO_DELETE_REFCOUNT; in RestoreNoDelete()
343 sal_uIntPtr AddNextRef() { return ++nRefCount; } in AddNextRef()
346 if( nRefCount >= SV_NO_DELETE_REFCOUNT ) in AddRef()
347 nRefCount -= SV_NO_DELETE_REFCOUNT; in AddRef()
348 return ++nRefCount; in AddRef()
352 if( !--nRefCount ) in ReleaseReference()
357 sal_uIntPtr n = --nRefCount; in ReleaseRef()
[all …]
H A Dglobname.hxx36 sal_uInt16 nRefCount; member
40 nRefCount = 0; in ImpSvGlobalName()
67 pImp->nRefCount++; in SvGlobalName()
72 pImp->nRefCount++; in SvGlobalName()
/trunk/main/sw/source/ui/dbui/
H A Dmmconfigitem.cxx776 static sal_Int32 nRefCount = 0; variable
795 ++nRefCount; in SwMailMergeConfigItem()
805 if ( !--nRefCount ) in ~SwMailMergeConfigItem()
/trunk/main/sw/source/core/fields/
H A Dauthfld.cxx73 : nRefCount(0) in SV_IMPL_PTRARR()

Completed in 167 milliseconds

123