Home
last modified time | relevance | path

Searched refs:xDoc (Results 1 – 25 of 182) sorted by path

12345678

/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java612 …com.sun.star.chart.XChartDocument xDoc = (com.sun.star.chart.XChartDocument) UnoRuntime.queryInter… in testAggregation() local
614 assure( "querying back to old interface failed", xDoc != null ); in testAggregation()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDocumentWrapper.cxx1038 uno::Reference< com::sun::star::chart::XChartDocument > xDoc( 0 ); in impl_resetAddIn() local
1039 aParam <<= xDoc; in impl_resetAddIn()
1089 uno::Reference< XChartDocument > xDoc( (XChartDocument*)this, uno::UNO_QUERY ); in setAddIn() local
1090 aParam <<= xDoc; in setAddIn()
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_DataSource.cxx62 const Reference< chart2::XChartDocument > & xDoc );
73 const Reference< chart2::XChartDocument > & xDoc ) in DocumentChartTypeTemplateProvider()
75 if( xDoc.is()) in DocumentChartTypeTemplateProvider()
77 Reference< chart2::XDiagram > xDia( xDoc->getFirstDiagram()); in DocumentChartTypeTemplateProvider()
84 xDoc->getChartTypeManager(), uno::UNO_QUERY ) )); in DocumentChartTypeTemplateProvider()
/trunk/main/chart2/source/controller/main/
H A DChartModelClone.cxx191 Reference< XChartDocument > xDoc( i_model, UNO_QUERY ); in ImplApplyDataToModel() local
192 OSL_ASSERT( xDoc.is() && xDoc->hasInternalDataProvider() ); in ImplApplyDataToModel()
195 if( xDoc.is() && xDoc->hasInternalDataProvider()) in ImplApplyDataToModel()
197 … Reference< XAnyDescriptionAccess > xCurrentData( xDoc->getDataProvider(), UNO_QUERY ); in ImplApplyDataToModel()
H A DStatusBarCommandDispatch.cxx90 Reference< chart2::XChartDocument > xDoc( m_xModifiable, uno::UNO_QUERY ); in fireStatusEvent() local
91 aArg <<= ObjectNameProvider::getSelectedObjectText( m_aSelectedOID.getObjectCID(), xDoc ); in fireStatusEvent()
/trunk/main/chart2/source/inc/
H A DChartDebugTrace.hxx46 ::com::sun::star::chart2::XChartDocument > & xDoc,
/trunk/main/chart2/source/tools/
H A DChartModelHelper.cxx71 …::com::sun::star::uno::Reference< ::com::sun::star::chart::XChartDocument > xDoc(xChartDoc, uno::U… in createInternalDataProvider()
73 if(xDoc.is()) in createInternalDataProvider()
75 …::com::sun::star::uno::Reference< ::com::sun::star::chart::XDiagram > aDiagram = xDoc->getDiagram(… in createInternalDataProvider()
/trunk/main/connectivity/source/drivers/calc/
H A DCDatabaseMetaData.cxx429 Reference<XSpreadsheetDocument> xDoc = aDocHodler.getDoc(); in getTables() local
430 if ( !xDoc.is() ) in getTables()
432 Reference<XSpreadsheets> xSheets = xDoc->getSheets(); in getTables()
455 Reference<XPropertySet> xDocProp( xDoc, UNO_QUERY ); in getTables()
H A DCTable.cxx563 Reference< XSpreadsheetDocument> xDoc = m_pConnection->acquireDoc(); in construct() local
564 if (xDoc.is()) in construct()
566 Reference<XSpreadsheets> xSheets = xDoc->getSheets(); in construct()
579 Reference<XPropertySet> xDocProp( xDoc, UNO_QUERY ); in construct()
622 Reference<XNumberFormatsSupplier> xSupp( xDoc, UNO_QUERY ); in construct()
626 Reference<XPropertySet> xProp( xDoc, UNO_QUERY ); in construct()
/trunk/main/cui/source/customize/
H A Dacccfg.cxx1194 css::uno::Reference< css::frame::XModel > xDoc ; in IMPL_LINK() local
1201 xDoc = SearchForAlreadyLoadedDoc(sCfgName); in IMPL_LINK()
1202 if (xDoc.is()) in IMPL_LINK()
1205 …css::uno::Reference< css::ui::XUIConfigurationManagerSupplier > xCfgSupplier(xDoc, css::uno::UNO_Q… in IMPL_LINK()
1278 css::uno::Reference< css::frame::XModel > xDoc ; in IMPL_LINK() local
1285 xDoc = SearchForAlreadyLoadedDoc(sCfgName); in IMPL_LINK()
1286 if (xDoc.is()) in IMPL_LINK()
1289 …css::uno::Reference< css::ui::XUIConfigurationManagerSupplier > xCfgSupplier(xDoc, css::uno::UNO_Q… in IMPL_LINK()
/trunk/main/cui/source/options/
H A Doptimprove2.cxx149 uno::Reference< lang::XComponent > xDoc = ::comphelper::SynchronousDispatch::dispatch( in IMPL_LINK() local
151 if ( xDoc.is() ) in IMPL_LINK()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx1423 void SAL_CALL ODBExport::setSourceDocument( const Reference< XComponent >& xDoc ) throw(IllegalArgu… in setSourceDocument() argument
1425 Reference<XOfficeDatabaseDocument> xOfficeDoc(xDoc,UNO_QUERY_THROW); in setSourceDocument()
1430 SvXMLExport::setSourceDocument(xDoc); in setSourceDocument()
H A DxmlExport.hxx231 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent >& xDoc ) throw(::com::sun:…
/trunk/main/desktop/source/app/
H A Dapp.cxx2615 …Reference < ::com::sun::star::util::XCloseable > xDoc( xLoader->loadComponentFromURL( DEFINE_CONST… in PreloadModuleData() local
2617 xDoc->close( sal_False ); in PreloadModuleData()
2627 …Reference < ::com::sun::star::util::XCloseable > xDoc( xLoader->loadComponentFromURL( DEFINE_CONST… in PreloadModuleData() local
2629 xDoc->close( sal_False ); in PreloadModuleData()
2639 …Reference < ::com::sun::star::util::XCloseable > xDoc( xLoader->loadComponentFromURL( DEFINE_CONST… in PreloadModuleData() local
2641 xDoc->close( sal_False ); in PreloadModuleData()
2651 …Reference < ::com::sun::star::util::XCloseable > xDoc( xLoader->loadComponentFromURL( DEFINE_CONST… in PreloadModuleData() local
2653 xDoc->close( sal_False ); in PreloadModuleData()
H A Ddispatchwatcher.cxx216 Reference < XPrintable > xDoc; in executeDispatchRequests() local
333xDoc = Reference < XPrintable >( ::comphelper::SynchronousDispatch::dispatch( xDesktop, aName, aTa… in executeDispatchRequests()
362 if ( xDoc.is() ) in executeDispatchRequests()
370 xDoc->setPrinter( aPrinterArgs ); in executeDispatchRequests()
377 xDoc->print( aPrinterArgs ); in executeDispatchRequests()
387 Reference < XCloseable > xClose( xDoc, UNO_QUERY ); in executeDispatchRequests()
392 Reference < XComponent > xComp( xDoc, UNO_QUERY ); in executeDispatchRequests()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx242 Reference<css::xml::dom::XDocument> xDoc = xDocBuilder->parse(xIn); in ExtensionDescription() local
243 if (!xDoc.is()) in ExtensionDescription()
249 Reference<css::xml::dom::XElement> xRoot = xDoc->getDocumentElement(); in ExtensionDescription()
/trunk/main/desktop/source/migration/services/
H A Doo3extensionmigration.cxx246 uno::Reference< xml::dom::XDocument > xDoc = m_xDocBuilder->parse( xIn ); in scanDescriptionXml() local
247 if ( xDoc.is() ) in scanDescriptionXml()
249 uno::Reference< xml::dom::XElement > xRoot = xDoc->getDocumentElement(); in scanDescriptionXml()
/trunk/main/embeddedobj/source/commonembedding/
H A Dpersistence.cxx285 if ( xDoc.is() ) in SwitchOwnPersistence()
286 SwitchDocToStorage_Impl( xDoc, m_xObjectStorage ); in SwitchOwnPersistence()
353 if ( xDoc.is() ) in InitNewDocument_Impl()
516 uno::Reference< document::XStorageBasedDocument > xDoc in LoadDocumentFromStorage_Impl() local
528 if ( !xDoc.is() ) in LoadDocumentFromStorage_Impl()
561 if ( xDoc.is() ) in LoadDocumentFromStorage_Impl()
745 xDoc->switchToStorage( xStorage ); in SwitchDocToStorage_Impl()
768 uno::Reference< document::XStorageBasedDocument > xDoc; in StoreDocToStorage_Impl() local
775 if ( xDoc.is() ) in StoreDocToStorage_Impl()
791 xDoc->storeToStorage( xStorage, aArgs ); in StoreDocToStorage_Impl()
[all …]
/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx974 void DocumentHolder::SetComponent( const uno::Reference< util::XCloseable >& xDoc, sal_Bool bReadOn… in SetComponent() argument
985 m_xComponent = xDoc; in SetComponent()
1018 uno::Reference < frame::XModel > xDoc( m_xComponent, uno::UNO_QUERY ); in LoadDocToFrame() local
1019 if ( xDoc.is() ) in LoadDocToFrame()
1031 uno::Reference< lang::XServiceInfo> xServiceInfo(xDoc,uno::UNO_QUERY); in LoadDocToFrame()
/trunk/main/embeddedobj/source/inc/
H A Dcommonembobj.hxx215 … const ::com::sun::star::uno::Reference< ::com::sun::star::document::XStorageBasedDocument >& xDoc,
H A Ddocholder.hxx129 …t ::com::sun::star::uno::Reference< ::com::sun::star::util::XCloseable >& xDoc, sal_Bool bReadOnly…
/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx770 void DocumentHolder::SetDocument( const uno::Reference< frame::XModel >& xDoc, sal_Bool bLink ) in SetDocument() argument
775 m_xDocument = xDoc; in SetDocument()
/trunk/main/embedserv/source/inc/
H A Ddocholder.hxx158 ::com::sun::star::frame::XModel >& xDoc,
/trunk/main/extensions/source/propctrlr/
H A Deventhandler.cxx646 …Reference< XModifiable > xDoc( m_aContext.getContextValueByAsciiName( "ContextDocument" ), UNO_QUE… in setPropertyValue() local
647 if ( xDoc.is() ) in setPropertyValue()
648 xDoc->setModified( sal_True ); in setPropertyValue()
/trunk/main/filter/source/flash/
H A Dswfdialog.cxx275 void SAL_CALL SWFDialog::setSourceDocument( const Reference< XComponent >& xDoc ) in setSourceDocument() argument
278 mxSrcDoc = xDoc; in setSourceDocument()

Completed in 130 milliseconds

12345678