Home
last modified time | relevance | path

Searched refs:nRefCount (Results 26 – 50 of 66) sorted by relevance

123

/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 Ddefaultoptions.cxx114 static sal_Int32 nRefCount = 0; variable
335 ++nRefCount; in SvtDefaultOptions()
345 if ( !--nRefCount ) in ~SvtDefaultOptions()
H A Dsyslocaleoptions.cxx51 sal_Int32 SvtSysLocaleOptions::nRefCount = 0; member in SvtSysLocaleOptions
482 ++nRefCount; in SvtSysLocaleOptions()
491 if ( !--nRefCount ) in ~SvtSysLocaleOptions()
H A Dsaveopt.cxx61 static sal_Int32 nRefCount = 0; variable
879 ++nRefCount; in SvtSaveOptions()
889 if ( !--nRefCount ) in ~SvtSaveOptions()
H A Dpathoptions.cxx211 static sal_Int32 nRefCount = 0; variable
562 ++nRefCount; in SvtPathOptions()
572 if ( !--nRefCount ) in ~SvtPathOptions()
H A Duseroptions.cxx140 static sal_Int32 nRefCount = 0; variable
934 ++nRefCount; in SvtUserOptions()
946 if ( !--nRefCount ) in ~SvtUserOptions()
/trunk/main/rsc/inc/
H A Drscdef.hxx125 sal_uInt32 nRefCount; // Wieviele Referenzen auf dieses Objekt member in RscDefine
135 void IncRef(){ nRefCount++; } in IncRef()
136 sal_uInt32 GetRefCount() const { return nRefCount; } in GetRefCount()
/trunk/main/extensions/source/scanner/
H A Dsane.cxx88 int Sane::nRefCount = 0; member in Sane
169 if( ! nRefCount || ! pSaneLib ) in Sane()
171 nRefCount++; in Sane()
178 nRefCount--; in ~Sane()
179 if( ! nRefCount && pSaneLib ) in ~Sane()
/trunk/main/svl/source/svdde/
H A Dddecli.cxx161 pInst->nRefCount++; in DdeConnection()
204 pInst->nRefCount--; in ~DdeConnection()
212 if( pInst->nRefCount == 0 ) in ~DdeConnection()
H A Dddesvr.cxx461 pInst->nRefCount++; in DdeService()
517 pInst->nRefCount--; in ~DdeService()
525 if( pInst->nRefCount == 0) in ~DdeService()
/trunk/main/cppu/source/uno/
H A Dprim.hxx129 ::osl_incrementInterlockedCount( &g_emptySeq.nRefCount ); in createEmptySequence()
157 ::osl_incrementInterlockedCount( &(pType)->nRefCount );
H A Dcopy.hxx50 pSeq->nRefCount = 1; in allocSeq()
543 ::osl_incrementInterlockedCount( &pSource->nRefCount ); in icopyConstructSequence()
865 ::osl_incrementInterlockedCount( &(*(uno_Sequence **)pSource)->nRefCount ); in _copyConstructData()
H A Dassign.hxx202 &(*((uno_Sequence **)pSource + i))->nRefCount ); in _assignArray()
572 &(*(uno_Sequence **)pSource)->nRefCount ); in _assignData()
/trunk/main/svtools/inc/svtools/
H A Dtreelist.hxx189 sal_uInt16 nRefCount; member in SvTreeList
307 sal_uInt16 GetRefCount() const { return nRefCount; } in GetRefCount()
308 void SetRefCount( sal_uInt16 nRef ) { nRefCount = nRef; } in SetRefCount()
/trunk/main/svtools/source/config/
H A Dhelpopt.cxx46 static sal_Int32 nRefCount = 0; variable
547 ++nRefCount; in SvtHelpOptions()
618 if ( !--nRefCount ) in ~SvtHelpOptions()
/trunk/main/sal/osl/os2/
H A Dfile.cxx914 pItemImpl->nRefCount = 1; in _osl_getNextDrive()
1059 pItemImpl->nRefCount = 1; in osl_getNextDirectoryItem()
1168 pItemImpl->nRefCount = 1; in osl_getDirectoryItem()
1187 pItemImpl->nRefCount = 1; in osl_getDirectoryItem()
1211 pItemImpl->nRefCount = 1; in osl_getDirectoryItem()
1240 pItemImpl->nRefCount++; in osl_acquireDirectoryItem()
1256 if ( ! --pItemImpl->nRefCount ) in osl_releaseDirectoryItem()
/trunk/main/sw/source/core/doc/
H A Dnumber.cxx69 sal_uInt16 SwNumRule::nRefCount = 0; member in SwNumRule
531 if( !nRefCount++ ) // zum erstmal, also initialisiern in SwNumRule()
651 ++nRefCount; in SwNumRule()
668 if( !--nRefCount ) // der letzte macht die Tuer zu in ~SwNumRule()
/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx71 static sal_Int32 nRefCount; member in SvxNumberType
274 static sal_Int32 nRefCount; member in SvxNumRule
/trunk/main/store/workben/
H A Dt_store.cxx208 sal_uInt32 nRefCount = 0; in visit() local
209 m_aFile.getRefererCount (nRefCount); in visit()
/trunk/main/cppu/inc/typelib/
H A Dtypedescription.h51 sal_Int32 nRefCount; member
82 sal_Int32 nRefCount; member
/trunk/main/sal/osl/w32/
H A Dfile_dirvol.cxx293 int nRefCount; member
962 pItemImpl->nRefCount = 1; in osl_getNextFileItem()
1200 pItemImpl->nRefCount++; in osl_acquireDirectoryItem()
1212 if ( ! --pItemImpl->nRefCount ) in osl_releaseDirectoryItem()
/trunk/main/tools/source/ref/
H A Dref.cxx44 nRefCount = SV_NO_DELETE_REFCOUNT / 2; in QueryDelete()
/trunk/main/unotools/inc/unotools/
H A Dsyslocale.hxx54 static sal_Int32 nRefCount; member in SvtSysLocale
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx263 sal_Int32 nRefCount; member in stoc_inspect::IntrospectionAccessStatic_Impl
275 void acquire() { nRefCount++; } in acquire()
278 nRefCount--; in release()
279 if( nRefCount <= 0 ) in release()
324 nRefCount = 0; in IntrospectionAccessStatic_Impl()
/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx152 nRefCount = 1; in SvTreeList()
205 nRefCount++; in InsertView()
215 nRefCount--; in RemoveView()

Completed in 165 milliseconds

123