Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2720 SwSrcView *pSwSrcView = dynamic_cast< SwSrcView * >(pView); in getRendererCount() local
2722 nRet = pSwSrcView->PrintSource( pOutDev, 1 /* dummy */, true /* get page count only */ ); in getRendererCount()
3078 SwSrcView *pSwSrcView = 0; in GuessViewShell() local
3087 pSwSrcView = dynamic_cast< SwSrcView * >(pView); in GuessViewShell()
3095 else if ( pSwView || pSwSrcView || pSwPagePreView ) in GuessViewShell()
3100 DBG_ASSERT( pSwView || pSwPagePreView || pSwSrcView, "failed to get view shell" ); in GuessViewShell()
3102 rbIsSwSrcView = pSwSrcView != 0; in GuessViewShell()
3161 SwSrcView *pSwSrcView = dynamic_cast< SwSrcView * >(pView); in render() local
3163 pSwSrcView->PrintSource( pOutDev, nRenderer + 1, false ); in render()