Searched refs:bAssert (Results 1 – 5 of 5) sorted by relevance
61 bool LifeTimeManager::impl_isDisposed( bool bAssert ) in impl_isDisposed() argument65 if( bAssert ) in impl_isDisposed()68 (void)(bAssert); in impl_isDisposed()187 bool CloseableLifeTimeManager::impl_isDisposedOrClosed( bool bAssert ) in impl_isDisposedOrClosed() argument189 if( impl_isDisposed( bAssert ) ) in impl_isDisposedOrClosed()194 if( bAssert ) in impl_isDisposedOrClosed()197 (void)(bAssert);//avoid warnings in impl_isDisposedOrClosed()
44 sal_Bool bAssert = sal_False; // sal_True, wenn mal ein ASSERT kam. variable60 bAssert = sal_True; in AssertFail()
51 OOO_DLLPUBLIC_CHARTTOOLS bool impl_isDisposed( bool bAssert=true );104 OOO_DLLPUBLIC_CHARTTOOLS bool impl_isDisposedOrClosed( bool bAssert=true );
399 static sal_Bool bAssert = sal_False; in UserDraw() local400 if(!bAssert) in UserDraw()403 bAssert = sal_True; in UserDraw()
32 extern sal_Bool bAssert; // sal_True, wenn eine ASSERT-Box hochkam
Completed in 35 milliseconds