Searched refs:ImplGetRefCount (Results 1 – 3 of 3) sorted by relevance
85 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()
426 if( mpImpBmp->ImplGetRefCount() > 1UL ) in ImplReleaseRef()440 if( mpImpBmp && mpImpBmp->ImplGetRefCount() > 1UL ) in ImplMakeUnique()
84 sal_uLong ImplGetRefCount() const { return mnRefCount; } in ImplGetRefCount() function in ImpBitmap
Completed in 41 milliseconds