Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/ui/wrtsh/
H A Dselect.cxx279 pModeStack = new ModeStack( pModeStack, bIns, bExtMode, bAddMode, bBlockMode ); in PushMode()
286 if ( 0 == pModeStack ) in PopMode()
289 if ( bExtMode && !pModeStack->bExt ) in PopMode()
291 if ( bAddMode && !pModeStack->bAdd ) in PopMode()
293 if ( bBlockMode && !pModeStack->bBlock ) in PopMode()
295 bIns = pModeStack->bIns; in PopMode()
297 ModeStack *pTmp = pModeStack->pNext; in PopMode()
298 delete pModeStack; in PopMode()
299 pModeStack = pTmp; in PopMode()
H A Dwrtsh1.cxx116 pModeStack(0), \
/AOO42X/main/sw/source/ui/inc/
H A Dwrtsh.hxx119 sal_Bool IsModePushed() const { return 0 != pModeStack; } in IsModePushed()
494 } *pModeStack; member in SwWrtShell