Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/source/control/
H A Ddispatch.cxx97 SfxShell* pCluster; member
103 : pCluster(0) in SfxToDo_Impl()
109 : pCluster(&rCluster) in SfxToDo_Impl()
117 { return pCluster==rWith.pCluster && bPush==rWith.bPush; } in operator ==()
505 if ( pImp->aToDoStack.Count() && pImp->aToDoStack.Top().pCluster == &rShell ) in Pop()
616 aStack.Push( (SfxShell*) aToDo.pCluster ); in IMPL_LINK_INLINE_END()
625 while ( aToDo.bUntil && pPopped != aToDo.pCluster ); in IMPL_LINK_INLINE_END()
626 DBG_ASSERT( pPopped == aToDo.pCluster, "popping unpushed SfxInterface" ); in IMPL_LINK_INLINE_END()
1967 DBG_ASSERT( !pImp->aStack.Contains( aToDo.pCluster ), in FlushImpl()
1969 pImp->aStack.Push( aToDo.pCluster ); in FlushImpl()
[all …]