Home
last modified time | relevance | path

Searched refs:bReadingCommands (Results 1 – 4 of 4) sorted by relevance

/trunk/main/automation/source/server/
H A Dserver.cxx626 if ( ( StatementList::bReadingCommands && !StatementList::bDying ) || in IMPL_LINK()
631 if ( StatementList::bReadingCommands ) in IMPL_LINK()
650 while( StatementList::pFirst && ( !StatementList::bReadingCommands || StatementList::bDying ) ) in IMPL_LINK()
762 StatementList::bReadingCommands = sal_True; in QueCommands()
822 StatementList::bReadingCommands = sal_False; in QueCommands()
H A Dsta_list.cxx59 sal_Bool StatementList::bReadingCommands = sal_False; member in StatementList
238 DBG_ASSERT(!bReadingCommands,"Deleting commands while reading them!"); in ~StatementList()
H A Dstatemnt.hxx283 static sal_Bool bReadingCommands; member in StatementList
H A Dstatemnt.cxx769 bReadingCommands = sal_False; in StatementCommand()
776 bReadingCommands = sal_True; in StatementCommand()