Lines Matching refs:xExporter
1624 Reference< document::XExporter > xExporter; in _ExportScripts() local
1631 xExporter.set( xMSF->createInstanceWithArguments( in _ExportScripts()
1636 OSL_ENSURE( xExporter.is(), in _ExportScripts()
1639 if ( xExporter.is() ) in _ExportScripts()
1642 xExporter->setSourceDocument( xComp ); in _ExportScripts()
1643 Reference< XFilter > xFilter( xExporter, UNO_QUERY ); in _ExportScripts()
2266 Reference< document::XExporter > xExporter( in ExportEmbeddedOwnObject() local
2269 OSL_ENSURE( xExporter.is(), in ExportEmbeddedOwnObject()
2271 if( !xExporter.is() ) in ExportEmbeddedOwnObject()
2274 xExporter->setSourceDocument( rComp ); in ExportEmbeddedOwnObject()
2276 Reference<XFilter> xFilter( xExporter, UNO_QUERY ); in ExportEmbeddedOwnObject()