Searched refs:pTemporaryViewShell (Results 1 – 1 of 1) sorted by relevance
3108 boost::scoped_ptr< ViewShell > pTemporaryViewShell( 0 ); in ExportDocument() local3114 pTemporaryViewShell.reset( new ViewShell( *pDoc, 0 ) ); in ExportDocument()3115 pViewShell = pTemporaryViewShell.get(); in ExportDocument()