Searched refs:bReadingCommands (Results 1 – 4 of 4) sorted by relevance
628 if ( ( StatementList::bReadingCommands && !StatementList::bDying ) || in IMPL_LINK()633 if ( StatementList::bReadingCommands ) in IMPL_LINK()652 while( StatementList::pFirst && ( !StatementList::bReadingCommands || StatementList::bDying ) ) in IMPL_LINK()764 StatementList::bReadingCommands = sal_True; in QueCommands()824 StatementList::bReadingCommands = sal_False; in QueCommands()
59 sal_Bool StatementList::bReadingCommands = sal_False; member in StatementList238 DBG_ASSERT(!bReadingCommands,"Deleting commands while reading them!"); in ~StatementList()
282 static sal_Bool bReadingCommands; member in StatementList
772 bReadingCommands = sal_False; in StatementCommand()779 bReadingCommands = sal_True; in StatementCommand()
Completed in 47 milliseconds