| /aoo41x/main/unoxml/qa/complex/unoxml/ | 
| H A D | DOMTest.java | 129             XDocument xDoc =  in testXDocumentBuilder()  local447                 xDoc, xDoc.getOwnerDocument());  in testXDocument()
 462         xDoc.normalize();  in testXDocument()
 473             xDoc.setPrefix("foo");  in testXDocument()
 481             xDoc.appendChild(null);  in testXDocument()
 1253                 xDoc, xDoc.getOwnerDocument());  in testXAttr()
 2286         xDoc.appendChild(xRoot);  in testXNodeList_ChildList()
 2330         xDoc.appendChild(xRoot);  in testXNodeList_ElementList()
 2466         xDoc.appendChild(xRoot);  in testXXPathAPI()
 2604         xDoc.appendChild(xRoot);  in testXXPathObject()
 [all …]
 
 | 
| /aoo41x/main/sc/workben/ | 
| H A D | test.cxx | 292 	if (xDoc)  in lcl_GetView()366 	if (xDoc)  in lcl_DoCount()
 420 	if (xDoc)  in lcl_Annotations()
 485 	if (xDoc)  in lcl_Cursor()
 612 	if (xDoc)  in lcl_Cells()
 667 	if (!xDoc) return;  in lcl_Sheet()
 739 	if (!xDoc) return;  in lcl_Names()
 1701 	if (xDoc)  in IMPL_LINK()
 1743 	if (xDoc)  in IMPL_LINK()
 1840 	if (xDoc)  in IMPL_LINK()
 [all …]
 
 | 
| /aoo41x/main/framework/qa/complex/XUserInputInterception/ | 
| H A D | EventTest.java | 183         checkListener(xDoc);  in checkTextDocument()185         closeDoc(xDoc);  in checkTextDocument()
 196         XComponent xDoc = null;  in checkImpressDocument()  local
 204         checkListener(xDoc);  in checkImpressDocument()
 206         closeDoc(xDoc);  in checkImpressDocument()
 247         checkListener(xDoc);  in checkMathDocument()
 249         closeDoc(xDoc);  in checkMathDocument()
 268         checkListener(xDoc);  in checkDrawDocument()
 270         closeDoc(xDoc);  in checkDrawDocument()
 289         checkListener(xDoc);  in checkCalcDocument()
 [all …]
 
 | 
| /aoo41x/main/sfx2/source/appl/ | 
| H A D | appopen.cxx | 177 		if ( !xDoc.Is() )  in DocAlreadyLoaded()180 			while( xDoc.Is() )  in DocAlreadyLoaded()
 184 					 !xDoc->IsAbortingImport() && !xDoc->IsLoading() )  in DocAlreadyLoaded()
 195 				xDoc = SfxObjectShell::GetNext( *xDoc, 0, sal_False );  in DocAlreadyLoaded()
 221     return xDoc;  in DocAlreadyLoaded()
 455 		if ( !xDoc.Is() )  in LoadTemplate()
 460 		if ( !xDoc.Is() )  in LoadTemplate()
 467 			xDoc->DoClose();  in LoadTemplate()
 468 			xDoc.Clear();  in LoadTemplate()
 492 			xDoc->DoClose();  in LoadTemplate()
 [all …]
 
 | 
| /aoo41x/main/ucb/source/ucp/tdoc/ | 
| H A D | tdoc_docmgr.cxx | 229                     xDoc( Event.Source, uno::UNO_QUERY );  in notifyEvent()  local233                     = xDoc->getDocumentStorage();  in notifyEvent()
 332                         xDoc( Event.Source, uno::UNO_QUERY );  in notifyEvent()  local
 333                     OSL_ENSURE( xDoc.is(),  in notifyEvent()
 337                         = xDoc->getDocumentStorage();  in notifyEvent()
 369                     OSL_ENSURE( xDoc.is(),  in notifyEvent()
 373                         = xDoc->getDocumentStorage();  in notifyEvent()
 415                         = xDoc->getDocumentStorage();  in notifyEvent()
 548                         OSL_ENSURE( xDoc.is(),  in buildDocumentsList()
 552                             = xDoc->getDocumentStorage();  in buildDocumentsList()
 [all …]
 
 | 
| /aoo41x/main/qadevOOo/tests/java/mod/_svtools/ | 
| H A D | AccessibleTabBar.java | 47     static XComponent xDoc;  field in AccessibleTabBar56         if (xDoc != null) {  in cleanup()
 57             closeDoc(xDoc);  in cleanup()
 83         if (xDoc != null) {  in createTestEnvironment()
 84             closeDoc(xDoc);  in createTestEnvironment()
 94             xDoc = (XComponent) UnoRuntime.queryInterface(XComponent.class,   in createTestEnvironment()
 111         XWindow xWindow = UnoRuntime.queryInterface(XModel.class, xDoc).  in createTestEnvironment()
 146     protected void closeDoc(XComponent xDoc) {  in closeDoc()  argument
 148                                     XCloseable.class, xDoc);  in closeDoc()
 
 | 
| H A D | AccessibleTabBarPageList.java | 75     static XComponent xDoc;  field in AccessibleTabBarPageList84         if (xDoc != null) {  in cleanup()
 111         if (xDoc != null) {  in createTestEnvironment()
 120             xDoc = SOF.createDrawDoc(null);  in createTestEnvironment()
 166             UnoRuntime.queryInterface(XLayerSupplier.class, xDoc);  in createTestEnvironment()
 195                                     XCloseable.class, xDoc);  in closeDoc()
 
 | 
| H A D | AccessibleTabBarPage.java | 74     static XComponent xDoc;  field in AccessibleTabBarPage83         if (xDoc != null) {  in cleanup()
 84             util.DesktopTools.closeDoc(xDoc);  in cleanup()
 111         if (xDoc != null) xDoc.dispose();  in createTestEnvironment()
 118 …xDoc = (XComponent) UnoRuntime.queryInterface(XComponent.class, SOF.createCalcDoc(null));// SOF.cr…  in createTestEnvironment()
 
 | 
| /aoo41x/main/xmloff/source/chart/ | 
| H A D | SchXMLChartContext.cxx | 134     if( ! xDoc.is())  in lcl_removeEmptyChartTypeGroups()137     uno::Reference< chart2::XDiagram > xDia( xDoc->getFirstDiagram());  in lcl_removeEmptyChartTypeGroups()
 708 	uno::Reference< beans::XPropertySet > xProp( xDoc, uno::UNO_QUERY );  in EndElement()
 753     uno::Reference< chart::XDiagram > xDiagram( xDoc->getDiagram() );  in EndElement()
 1026     uno::Reference< beans::XPropertySet > xProp( xDoc, uno::UNO_QUERY );  in CreateChildContext()
 1043 			if( xDoc.is())  in CreateChildContext()
 1056 			if( xDoc.is())  in CreateChildContext()
 1139 	DBG_ASSERT( xDoc.is(), "No valid document!" );  in InitChart()
 1140 	uno::Reference< frame::XModel > xModel (xDoc, uno::UNO_QUERY );  in InitChart()
 1154 		xDoc.is())  in InitChart()
 [all …]
 
 | 
| H A D | SchXMLImport.cxx | 186 	Reference< chart::XChartDocument > xDoc( xChartModel, uno::UNO_QUERY );  in CreateChartContext()  local187 	if( xDoc.is())  in CreateChartContext()
 189 		mxChartDoc = xDoc;  in CreateChartContext()
 446                     const Reference< chart2::XChartDocument > & xDoc )  in DeleteDataSeries()
 448     if( xDoc.is() )  in DeleteDataSeries()
 452             xDoc->getFirstDiagram(), uno::UNO_QUERY_THROW );  in DeleteDataSeries()
 493     const Reference< chart2::XChartDocument > & xDoc,  in GetNewDataSeries()
 499     if(!xDoc.is())  in GetNewDataSeries()
 505             xDoc->getFirstDiagram(), uno::UNO_QUERY_THROW );  in GetNewDataSeries()
 715 void SAL_CALL SchXMLImport::setTargetDocument( const uno::Reference< lang::XComponent >& xDoc )  in setTargetDocument()  argument
 [all …]
 
 | 
| /aoo41x/main/sfx2/source/notify/ | 
| H A D | eventsupplier.cxx | 682     TModelList::iterator pIt = impl_searchDoc(xDoc);  in disposing()693     css::uno::Reference< css::frame::XModel > xDoc;  in has()  local
 694     aElement >>= xDoc;  in has()
 700     TModelList::iterator pIt = impl_searchDoc(xDoc);  in has()
 715     css::uno::Reference< css::frame::XModel > xDoc;  in insert()  local
 716     aElement >>= xDoc;  in insert()
 717     if (!xDoc.is())  in insert()
 730     m_lModels.push_back(xDoc);  in insert()
 752     css::uno::Reference< css::frame::XModel > xDoc;  in remove()  local
 753     aElement >>= xDoc;  in remove()
 [all …]
 
 | 
| /aoo41x/main/framework/qa/complex/loadAllDocuments/ | 
| H A D | CheckXComponentLoader.java | 357         XComponent xDoc = null;  in impl_createTempOfficeDocument()  local361             xDoc = xLoader.loadComponentFromURL(sSourceURL, "_blank", 0, lLoadProps);  in impl_createTempOfficeDocument()
 362             assertNotNull("Could create office document, which should be saved as temp one.", xDoc);  in impl_createTempOfficeDocument()
 365             XStorable xStore = UnoRuntime.queryInterface(XStorable.class, xDoc);  in impl_createTempOfficeDocument()
 369             XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xDoc);  in impl_createTempOfficeDocument()
 641         XComponent xDoc = null;  in loadURL()  local
 644             xDoc = m_xLoader.loadComponentFromURL(sURL, sTarget, nFlags,   in loadURL()
 647             if (xDoc != null) {  in loadURL()
 663             if (xDoc != null) {  in loadURL()
 664                 xDoc.dispose();  in loadURL()
 [all …]
 
 | 
| /aoo41x/main/qadevOOo/tests/java/mod/_svx/ | 
| H A D | SvxDrawPage.java | 97     static XSpreadsheetDocument xDoc = null;  field in SvxDrawPage109             xDoc = SOF.createCalcDoc(null);  in initialize()
 122         util.DesktopTools.closeDoc(xDoc);  in cleanup()
 150                                    XComponent.class, xDoc);  in createTestEnvironment()
 161                                               XDrawPagesSupplier.class, xDoc);  in createTestEnvironment()
 198                 (XComponent) UnoRuntime.queryInterface(XComponent.class, xDoc),   in createTestEnvironment()
 203         tEnv.addObjRelation("Shape", new InstCreator(xDoc, sDsc));  in createTestEnvironment()
 
 | 
| H A D | AccessiblePresentationGraphicShape.java | 51     static XComponent xDoc;  field in AccessiblePresentationGraphicShape60             xDoc = SOF.createImpressDoc(null);  in initialize()
 62                 UnoRuntime.queryInterface(XModel.class, xDoc);  in initialize()
 76         util.DesktopTools.closeDoc(xDoc);  in cleanup()
 90             UnoRuntime.queryInterface(XMultiServiceFactory.class, xDoc);  in createTestEnvironment()
 99         DrawTools.getShapes(DrawTools.getDrawPage(xDoc,0)).add(oShape);  in createTestEnvironment()
 
 | 
| /aoo41x/main/embeddedobj/source/commonembedding/ | 
| H A D | persistence.cxx | 285 		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 …]
 
 | 
| /aoo41x/main/qadevOOo/tests/java/mod/_toolkit/ | 
| H A D | AccessibleScrollBar.java | 82     private static XComponent xDoc;  field in AccessibleScrollBar100         if (xDoc != null) {  in cleanup()
 128         if (xDoc != null) {  in createTestEnvironment()
 138             xDoc = SOF.createDrawDoc(null);  in createTestEnvironment()
 145         XModel aModel = (XModel) UnoRuntime.queryInterface(XModel.class, xDoc);  in createTestEnvironment()
 180         util.DesktopTools.closeDoc(xDoc);  in closeDoc()
 
 | 
| /aoo41x/main/sc/source/ui/vba/ | 
| H A D | vbaworkbooks.cxx | 68 void setUpDocumentModules( const uno::Reference< sheet::XSpreadsheetDocument >& xDoc )  in setUpDocumentModules()  argument70     uno::Reference< frame::XModel > xModel( xDoc, uno::UNO_QUERY );  in setUpDocumentModules()
 109 …        uno::Reference<container::XNameAccess > xSheets( xDoc->getSheets(), uno::UNO_QUERY_THROW );  in setUpDocumentModules()
 137 …Context >& xContext, const uno::Reference< sheet::XSpreadsheetDocument > &xDoc, const uno::Referen…  in getWorkbook()  argument
 140 	uno::Reference< frame::XModel > xModel( xDoc, uno::UNO_QUERY );  in getWorkbook()
 163 …uno::Reference< sheet::XSpreadsheetDocument > xDoc( m_xEnumeration->nextElement(), uno::UNO_QUERY_…  in nextElement()  local
 164 		return getWorkbook( m_xContext, xDoc, m_xParent );  in nextElement()
 192 	uno::Reference< sheet::XSpreadsheetDocument > xDoc( aSource, uno::UNO_QUERY_THROW );  in createCollectionObject()  local
 193 	return getWorkbook( mxContext, xDoc, mxParent );  in createCollectionObject()
 
 | 
| /aoo41x/main/qadevOOo/tests/java/mod/_sc/ | 
| H A D | ScDrawPageObj.java | 51     static XSpreadsheetDocument xDoc = null;  field in ScDrawPageObj62             xDoc = SOF.createCalcDoc(null);  in initialize()
 76                             UnoRuntime.queryInterface(XComponent.class, xDoc);  in cleanup()
 106                             UnoRuntime.queryInterface(XComponent.class, xDoc);  in createTestEnvironment()
 114                 UnoRuntime.queryInterface(XDrawPagesSupplier.class,xDoc);  in createTestEnvironment()
 147         tEnv.addObjRelation("Shape", new InstCreator(xDoc, sDsc)) ;  in createTestEnvironment()
 
 | 
| /aoo41x/main/framework/qa/complex/framework/recovery/ | 
| H A D | CrashThread.java | 41     public XComponent xDoc = null;  field in CrashThread44     public CrashThread(XComponent xDoc, XMultiServiceFactory msf) {  in CrashThread()  argument
 45         this.xDoc = xDoc;  in CrashThread()
 51             XModel xModel = (XModel) UnoRuntime.queryInterface(XModel.class, xDoc);  in run()
 
 | 
| /aoo41x/main/sw/source/ui/vba/ | 
| H A D | vbadocuments.cxx | 60 …omponentContext >& xContext, const uno::Reference< text::XTextDocument > &xDoc, const uno::Any& aA…  in getDocument()  argument63 	uno::Reference< frame::XModel > xModel( xDoc, uno::UNO_QUERY );  in getDocument()
 79 		uno::Reference< text::XTextDocument > xDoc( m_xEnumeration->nextElement(), uno::UNO_QUERY_THROW );  in nextElement()  local
 80 		return getDocument( m_xContext, xDoc, m_aApplication );  in nextElement()
 107 	uno::Reference< text::XTextDocument > xDoc( aSource, uno::UNO_QUERY_THROW );  in createCollectionObject()  local
 108 	return getDocument( mxContext, xDoc, Application() );  in createCollectionObject()
 
 | 
| /aoo41x/main/chart2/source/controller/main/ | 
| H A D | ChartModelClone.cxx | 191             Reference< XChartDocument > xDoc( i_model, UNO_QUERY );  in ImplApplyDataToModel()  local192             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()
 
 | 
| /aoo41x/main/framework/qa/complex/framework/autosave/ | 
| H A D | AutoSave.java | 285     private void saveDoc(XInterface xDoc,  in saveDoc()  argument296             XModel xModel = UnoRuntime.queryInterface(XModel.class, xDoc);  in saveDoc()
 333     private void closeDoc(XInterface xDoc)  in closeDoc()  argument
 345                     XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xDoc);  in closeDoc()
 443             XInterface xDoc = createBigCalcDoc();  in impl_checkConcurrentAutoSaveToNormalUISave()  local
 458             saveDoc(xDoc, utils.getOfficeTemp(m_xSMGR) + "/test_calc.ods");  in impl_checkConcurrentAutoSaveToNormalUISave()
 459             closeDoc(xDoc);  in impl_checkConcurrentAutoSaveToNormalUISave()
 
 | 
| /aoo41x/main/chart2/source/controller/dialogs/ | 
| H A D | dlg_DataSource.cxx | 62         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()
 
 | 
| /aoo41x/main/desktop/source/app/ | 
| H A D | dispatchwatcher.cxx | 216         Reference < XPrintable > xDoc;  in executeDispatchRequests()  local333 …xDoc = 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()
 
 | 
| /aoo41x/main/sw/source/ui/app/ | 
| H A D | docshini.cxx | 474 	uno::Reference< text::XTextDocument >  xDoc(GetBaseModel(), uno::UNO_QUERY);  in AddLink()  local475 	((SwXTextDocument*)xDoc.get())->Reactivate(this);  in AddLink()
 512 	uno::Reference< text::XTextDocument >  xDoc(GetBaseModel(), uno::UNO_QUERY);  in RemoveLink()  local
 513 	((SwXTextDocument*)xDoc.get())->Invalidate();  in RemoveLink()
 533 	uno::Reference< text::XTextDocument >  xDoc(GetBaseModel(), uno::UNO_QUERY);  in InvalidateModel()  local
 534 	((SwXTextDocument*)xDoc.get())->Invalidate();  in InvalidateModel()
 539 	uno::Reference< text::XTextDocument >  xDoc(GetBaseModel(), uno::UNO_QUERY);  in ReactivateModel()  local
 540 	((SwXTextDocument*)xDoc.get())->Reactivate(this);  in ReactivateModel()
 
 |