Home
last modified time | relevance | path

Searched refs:LOG_ASSERT2 (Results 1 – 14 of 14) sorted by relevance

/trunk/main/framework/inc/classes/
H A Dcheckediterator.hxx132LOG_ASSERT2( &rContainer==NULL , "CheckedIterator::initialize()", "Invalid parameter detected… in initialize()
133LOG_ASSERT2( m_eEndState!=E_UNKNOWN , "CheckedIterator::initialize()", "Instance already initializ… in initialize()
219LOG_ASSERT2( m_pContainer==NULL, "CheckedIterator::operator++()", "Object not initialized!" ) in operator ++()
312LOG_ASSERT2( m_pContainer==NULL, "CheckedIterator::getEntry()", "Object not initialized!" ) in getEntry()
314LOG_ASSERT2( m_eEndState!=E_BEFOREEND, "CheckedIterator::getEntry()", "Wrong using of class detect… in getEntry()
/trunk/main/framework/inc/macros/debug/
H A Dassertion.hxx90 …#define LOG_ASSERT2( BCONDITION, SMETHOD, STEXT ) … macro
121 …#define LOG_ASSERT2( BCONDITION, SMETHODE, STEXT ) … macro
149 …#define LOG_ASSERT2( BCONDITION, SMETHOD, STEXT ) … macro
169 LOG_ASSERT2( sal_True, SMETHOD, STEXT )
176 #define LOG_ASSERT2( BCONDITION, SMETHOD, STEXT ) macro
/trunk/main/framework/source/services/
H A Dframe.cxx231LOG_ASSERT2( xDispatchProvider.is ()==sal_False, "Frame::impl_initService()", "Slowest slave fo… in DEFINE_XINTERFACE_21()
232LOG_ASSERT2( m_xDispatchHelper.is ()==sal_False, "Frame::impl_initService()", "Interception hel… in DEFINE_XINTERFACE_21()
233LOG_ASSERT2( m_xFramesHelper.is ()==sal_False, "Frame::impl_initService()", "Frames helper is… in DEFINE_XINTERFACE_21()
234LOG_ASSERT2( m_xDropTargetListener.is()==sal_False, "Frame::impl_initService()", "DropTarget helpe… in DEFINE_XINTERFACE_21()
299 LOG_ASSERT2( implcp_ctor( xFactory ), "Frame::Frame()", "Invalid parameter detected!" )
317LOG_ASSERT2( m_aTransactionManager.getWorkingMode()!=E_CLOSE, "Frame::~Frame()", "Who forgot to di… in ~Frame()
449LOG_ASSERT2( implcp_setActiveFrame( xFrame ), "Frame::setActiveFrame()", "Invalid parameter detect… in setActiveFrame()
585LOG_ASSERT2( m_xContainerWindow.is()==sal_True, "Frame::initialize()", "Leak detected! This state … in initialize()
1581LOG_ASSERT2( implcp_addFrameActionListener( xListener ), "Frame::addFrameActionListener()", "Inval… in addFrameActionListener()
1596LOG_ASSERT2( implcp_removeFrameActionListener( xListener ), "Frame::removeFrameActionListener()", … in removeFrameActionListener()
[all …]
H A Ddesktop.cxx206LOG_ASSERT2( m_xFramesHelper.is ()==sal_False, "Desktop::Desktop()", "Frames helper is not valid.… in DEFINE_XINTERFACE_15()
207LOG_ASSERT2( m_xDispatchHelper.is()==sal_False, "Desktop::Desktop()", "Dispatch helper is not vali… in DEFINE_XINTERFACE_15()
271 LOG_ASSERT2( implcp_ctor( xFactory ), "Desktop::Desktop()", "Invalid parameter detected!")
287LOG_ASSERT2( m_bIsTerminated ==sal_False, "Desktop::~Desktop()", "Who forgot… in ~Desktop()
288LOG_ASSERT2( m_aTransactionManager.getWorkingMode()!=E_CLOSE , "Desktop::~Desktop()", "Who forgot… in ~Desktop()
1182LOG_ASSERT2( m_bIsTerminated==sal_False, "Desktop::dispose()", "It's not allowed to dispose the de… in dispose()
1268LOG_ASSERT2( implcp_addEventListener( xListener ), "Desktop::addEventListener()", "Invalid paramet… in addEventListener()
1281LOG_ASSERT2( implcp_removeEventListener( xListener ), "Desktop::removeEventListener()", "Invalid p… in removeEventListener()
H A Dpathsettings.cxx371LOG_ASSERT2(lOld.size()>1, "PathSettings::impl_mergeOldUserPaths()", "Single path has more then on… in impl_mergeOldUserPaths()
864LOG_ASSERT2(lList.size()>1, "PathSettings::impl_setPathValue()", "You try to set more then path va… in impl_setPathValue()
/trunk/main/framework/test/
H A Dtest.cxx1322LOG_ASSERT2( (xD->findFrame ( DECLARE_ASCII(""), FrameSearchFlag::SELF ) == xD ), "Te… in impl_testTreeSearch()
1323LOG_ASSERT2( (xT1->findFrame ( DECLARE_ASCII(""), FrameSearchFlag::SELF ) != xT1 ), "Te… in impl_testTreeSearch()
1324LOG_ASSERT2( (xF12->findFrame ( DECLARE_ASCII(""), FrameSearchFlag::SELF ) != xF12 ), "Te… in impl_testTreeSearch()
1330LOG_ASSERT2( (xD->findFrame ( DECLARE_ASCII("T1"), FrameSearchFlag::TASKS … in impl_testTreeSearch()
1331LOG_ASSERT2( (xD->findFrame ( DECLARE_ASCII("T2"), FrameSearchFlag::TASKS … in impl_testTreeSearch()
1332LOG_ASSERT2( (xD->findFrame ( DECLARE_ASCII("T3"), FrameSearchFlag::TASKS … in impl_testTreeSearch()
1334LOG_ASSERT2( (xD->findFrame ( DECLARE_ASCII("T5"), FrameSearchFlag::TASKS … in impl_testTreeSearch()
1335LOG_ASSERT2( (xD->findFrame ( DECLARE_ASCII("T5"), FrameSearchFlag::TASKS | FrameSearchFl… in impl_testTreeSearch()
1336LOG_ASSERT2( (xD->findFrame ( DECLARE_ASCII("F12"), FrameSearchFlag::TASKS … in impl_testTreeSearch()
1337LOG_ASSERT2( (xF12->findFrame ( DECLARE_ASCII("T1"), FrameSearchFlag::TASKS … in impl_testTreeSearch()
[all …]
H A Dthreadtest.cxx702 LOG_ASSERT2( nCount!=4 ,"TestApplication::Main()" , "Wrong argument line detected!") in Main()
/trunk/main/framework/inc/threadhelp/
H A Dfairrwlock.hxx195LOG_ASSERT2( m_nReadCount!=0, "FairRWLock::acquireWriteAccess()", "No threadsafe code detected ...… in acquireWriteAccess()
220LOG_ASSERT2( m_nReadCount!=0, "FairRWLock::releaseWriteAccess()", "No threadsafe code detected ...… in releaseWriteAccess()
252LOG_ASSERT2( m_nReadCount!=0, "FairRWLock::downgradeWriteAccess()", "No threadsafe code detected .… in downgradeWriteAccess()
/trunk/main/framework/source/fwi/threadhelp/
H A Dtransactionmanager.cxx240LOG_ASSERT2( m_nTransactionCount<0, "TransactionManager::acquire()", "Wrong ref count detected!" ) in registerTransaction()
271LOG_ASSERT2( m_nTransactionCount<=0, "TransactionManager::release()", "Wrong ref count detected!" ) in unregisterTransaction()
H A Dlockhelper.cxx107 …default : LOG_ASSERT2( m_eLockType!=E_NOTHING, "LockHelper::ctor()", "Invalid lock t… in LockHelper()
/trunk/main/framework/test/threadtest/
H A Dthreadtest.cxx698 LOG_ASSERT2( nCount!=4 ,"TestApplication::Main()" , "Wrong argument line detected!") in Main()
709LOG_ASSERT2( nTestCount==0||nThreadCount==0||nLoops==0||nOwner==0,"TestApplication::Main()", "Wron… in Main()
/trunk/main/framework/test/typecfg/
H A Dtypecfg.cxx201LOG_ASSERT2( xFilterContainer.is()==sal_False, "TypeApplication::impl_checkFilterRegistration()", … in impl_checkFilterRegistration()
H A Dxml2xcd.cxx268LOG_ASSERT2( m_aData.nOriginalTypes != m_aData.nWrittenTypes , "XCDGenerator::Main()", "Gene… in Main()
269LOG_ASSERT2( m_aData.nOriginalFilters != m_aData.nWrittenFilters , "XCDGenerator::Main()", "Gene… in Main()
270LOG_ASSERT2( m_aData.nOriginalDetectors!= m_aData.nWrittenDetectors, "XCDGenerator::Main()", "Gene… in Main()
271LOG_ASSERT2( m_aData.nOriginalLoaders != m_aData.nWrittenLoaders , "XCDGenerator::Main()", "Gene… in Main()
/trunk/main/framework/source/fwi/classes/
H A Dprotocolhandlercache.cxx308LOG_ASSERT2( lFullNames.getLength()!=lValues.getLength(), "HandlerCFGAccess::read()", "Miss some c… in read()