Lines Matching refs:bPush
98 bool bPush; member
104 , bPush(false) in SfxToDo_Impl()
110 , bPush(bOpPush) in SfxToDo_Impl()
117 { return pCluster==rWith.pCluster && bPush==rWith.bPush; } in operator ==()
487 bool bPush = (nMode & SFX_SHELL_PUSH) == SFX_SHELL_PUSH; in Pop() local
494 aMsg += bPush ? ")::Push(" : ")::Pop("; in Pop()
508 if ( pImp->aToDoStack.Top().bPush != bPush ) in Pop()
512 DBG_ASSERT( bPush, "SfxInterface pushed more than once" ); in Pop()
513 DBG_ASSERT( !bPush, "SfxInterface popped more than once" ); in Pop()
519 pImp->aToDoStack.Push( SfxToDo_Impl(bPush, bDelete, bUntil, rShell) ); in Pop()
615 if ( aToDo.bPush ) in IMPL_LINK_INLINE_END()
1964 if ( aToDo.bPush ) in FlushImpl()
2019 if ( aToDo.bPush ) in FlushImpl()