Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/html/
H A Dswhtml.cxx280 pActionViewShell( 0 ), in SwHTMLParser()
2462 ASSERT( !pActionViewShell, "CallStartAction: ViewShell schon gesetzt" ); in CallStartAction()
2476 pActionViewShell = pVSh; in CallStartAction()
2478 if( pActionViewShell ) in CallStartAction()
2480 if( pActionViewShell->ISA( SwEditShell ) ) in CallStartAction()
2481 ((SwEditShell*)pActionViewShell)->StartAction(); in CallStartAction()
2483 pActionViewShell->StartAction(); in CallStartAction()
2486 return pActionViewShell; in CallStartAction()
2495 ASSERT( !pVSh || pActionViewShell == pVSh, in CallEndAction()
2498 if( pActionViewShell && !pVSh ) in CallEndAction()
[all …]
H A Dswhtml.hxx416 ViewShell *pActionViewShell; // ViewShell, an der das StartAction member in SwHTMLParser