Home
last modified time | relevance | path

Searched refs:ImplGetRefCount (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/vcl/source/gdi/
H A Dbmpacc.cxx85 DBG_ASSERT( !mbModify || pImpBmp->ImplGetRefCount() == 2, in ImplCreate()
320 …DBG_ASSERT( pImpBmp && ( pImpBmp->ImplGetRefCount() > 1UL ), "Accessed bitmap does not exist anymo… in ReAccess()
322 if( !mpBuffer && pImpBmp && ( pImpBmp->ImplGetRefCount() > 1UL ) ) in ReAccess()
H A Dbitmap.cxx426 if( mpImpBmp->ImplGetRefCount() > 1UL ) in ImplReleaseRef()
440 if( mpImpBmp && mpImpBmp->ImplGetRefCount() > 1UL ) in ImplMakeUnique()
/aoo41x/main/vcl/inc/
H A Dimpbmp.hxx84 sal_uLong ImplGetRefCount() const { return mnRefCount; } in ImplGetRefCount() function in ImpBitmap

Completed in 37 milliseconds