Lines Matching refs:pDocument
828 void View( const PPTDocumentPtr& pDocument, int nPane );
852 PPTDocumentPtr pDocument( Load() ); in onView() local
853 if( pDocument.get() ) in onView()
856 View( pDocument, 0 ); in onView()
892 void MSViewerWorkWindow::View( const PPTDocumentPtr& pDocument, int nPane ) in View() argument
894 if( ((nPane != 0) && (nPane != 1)) || (pDocument.get() == 0) ) in View()
897 mpDocument[nPane] = pDocument; in View()
899 mpListBox[nPane]->SetRootAtom( pDocument->getRootAtom() ); in View()
915 PPTDocumentPtr pDocument; in Load() local
918 pDocument.reset( new PPTDocument( aDlg.GetPath() ) ); in Load()
921 return pDocument; in Load()