Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2736 SwSrcView *pSwSrcView = dynamic_cast< SwSrcView * >(pView); in getRendererCount() local
2738 nRet = pSwSrcView->PrintSource( pOutDev, 1 /* dummy */, true /* get page count only */ ); in getRendererCount()
3094 SwSrcView *pSwSrcView = 0; in GuessViewShell() local
3103 pSwSrcView = dynamic_cast< SwSrcView * >(pView); in GuessViewShell()
3111 else if ( pSwView || pSwSrcView || pSwPagePreView ) in GuessViewShell()
3116 DBG_ASSERT( pSwView || pSwPagePreView || pSwSrcView, "failed to get view shell" ); in GuessViewShell()
3118 rbIsSwSrcView = pSwSrcView != 0; in GuessViewShell()
3177 SwSrcView *pSwSrcView = dynamic_cast< SwSrcView * >(pView); in render() local
3179 pSwSrcView->PrintSource( pOutDev, nRenderer + 1, false ); in render()