Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/uno/
H A Dunotxdoc.cxx3077 SwPagePreView *pSwPagePreView = 0; in GuessViewShell() local
3088 if (!pSwPagePreView) in GuessViewShell()
3089 pSwPagePreView = dynamic_cast< SwPagePreView * >(pView); in GuessViewShell()
3095 else if ( pSwView || pSwSrcView || pSwPagePreView ) in GuessViewShell()
3100 DBG_ASSERT( pSwView || pSwPagePreView || pSwSrcView, "failed to get view shell" ); in GuessViewShell()