Lines Matching refs:xExporter
1631 Reference< document::XExporter > xExporter; in _ExportScripts() local
1638 xExporter.set( xMSF->createInstanceWithArguments( in _ExportScripts()
1643 OSL_ENSURE( xExporter.is(), in _ExportScripts()
1646 if ( xExporter.is() ) in _ExportScripts()
1649 xExporter->setSourceDocument( xComp ); in _ExportScripts()
1650 Reference< XFilter > xFilter( xExporter, UNO_QUERY ); in _ExportScripts()
2273 Reference< document::XExporter > xExporter( in ExportEmbeddedOwnObject() local
2276 OSL_ENSURE( xExporter.is(), in ExportEmbeddedOwnObject()
2278 if( !xExporter.is() ) in ExportEmbeddedOwnObject()
2281 xExporter->setSourceDocument( rComp ); in ExportEmbeddedOwnObject()
2283 Reference<XFilter> xFilter( xExporter, UNO_QUERY ); in ExportEmbeddedOwnObject()