Home
last modified time | relevance | path

Searched refs:xClose (Results 1 – 25 of 35) sorted by relevance

12

/trunk/main/toolkit/qa/complex/toolkit/
H A DAccessibleStatusBar.java112 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xTextDoc); in checkWriterDoc() local
114 xClose.close(false); in checkWriterDoc()
140 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xMathDoc); in checkMathDoc() local
142 xClose.close(false); in checkMathDoc()
168 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xDrawDoc); in checkDrawDoc() local
170 xClose.close(false); in checkDrawDoc()
196 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xImpressDoc); in checkImpressDoc() local
198 xClose.close(false); in checkImpressDoc()
224 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xSpreadsheetDoc); in checkCalcDoc() local
226 xClose.close(false); in checkCalcDoc()
H A DAccessibleStatusBarItem.java114 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xTextDoc); in checkWriterDoc() local
116 xClose.close(false); in checkWriterDoc()
142 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xMathDoc); in checkMathDoc() local
144 xClose.close(false); in checkMathDoc()
170 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xDrawDoc); in checkDrawDoc() local
172 xClose.close(false); in checkDrawDoc()
198 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xImpressDoc); in checkImpressDoc() local
200 xClose.close(false); in checkImpressDoc()
226 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xSpreadsheetDoc); in checkCalcDoc() local
228 xClose.close(false); in checkCalcDoc()
/trunk/main/framework/source/jobs/
H A Djob.cxx296 css::uno::Reference< css::util::XCloseable > xClose(m_xFrame, css::uno::UNO_QUERY); in execute() local
297 if (xClose.is()) in execute()
301 xClose->close(sal_True); in execute()
311 if (xClose.is()) in execute()
315 xClose->close(sal_True); in execute()
759 css::uno::Reference< css::util::XCloseable > xClose(m_xJob, css::uno::UNO_QUERY); in queryTermination() local
760 if (xClose.is()) in queryTermination()
764 xClose->close(sal_False); in queryTermination()
834 css::uno::Reference< css::util::XCloseable > xClose(m_xJob, css::uno::UNO_QUERY); in queryClosing() local
835 if (xClose.is()) in queryClosing()
[all …]
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx103 uno::Reference < util::XCloseable > xClose( p->GetObject(), uno::UNO_QUERY ); in Create() local
104 DBG_ASSERT( xClose.is(), "Object does not support XCloseable!" ); in Create()
105 if ( xClose.is() ) in Create()
106 xClose->addCloseListener( xRet ); in Create()
363 uno::Reference < util::XCloseable > xClose( mxObj, uno::UNO_QUERY ); in Clear() local
364 if ( xClose.is() ) in Clear()
365 xClose->removeCloseListener( mpImp->xListener ); in Clear()
373 if ( xClose.is() ) in Clear()
378 xClose->close( sal_True ); in Clear()
/trunk/main/framework/source/inc/pattern/
H A Dframe.hxx96 css::uno::Reference< css::util::XCloseable > xClose (xResource, css::uno::UNO_QUERY); in closeIt() local
101 if (xClose.is()) in closeIt()
102 xClose->close(bDelegateOwnerShip); in closeIt()
/trunk/main/forms/qa/complex/forms/
H A DCheckOGroupBoxModel.java86 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, m_xDrawDoc); in after() local
87 if (xClose != null) in after()
91 xClose.close(true); in after()
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DCheckXComponentLoader.java242 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, m_xFrame); in after() local
245 xClose.close(false); in after()
369 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xDoc); in impl_createTempOfficeDocument() local
370 xClose.close(false); in impl_createTempOfficeDocument()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DMessageBox.java84 … XCloseable xClose = (XCloseable)UnoRuntime.queryInterface(XCloseable.class, xComp); in main() local
85 if (xClose != null) { in main()
86 xClose.close(false); in main()
/trunk/main/vcl/qa/complex/persistent_window_states/
H A DPersistentWindowTest.java300 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xAcc.getByIndex(i)); in loadDocument() local
303 if (xClose != null) in loadDocument()
305 xClose.close(false); in loadDocument()
/trunk/main/extensions/source/propctrlr/
H A Dsqlcommanddesign.cxx357 Reference< XCloseable > xClose( m_xDesigner->getFrame(), UNO_QUERY ); in impl_closeDesigner_nothrow() local
358 if ( xClose.is() ) in impl_closeDesigner_nothrow()
359 xClose->close( sal_True ); in impl_closeDesigner_nothrow()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDBTools.java531 XCloseable xClose = (XCloseable) UnoRuntime.queryInterface in deleteAllRows() local
533 xClose.close() ; in deleteAllRows()
599 XCloseable xClose = (XCloseable) UnoRuntime.queryInterface in addRowToTestTable() local
601 xClose.close() ; in addRowToTestTable()
/trunk/main/framework/qa/complex/framework/autosave/
H A DAutoSave.java345 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xDoc); in closeDoc() local
346 if (xClose != null) in closeDoc()
348 xClose.close(false); in closeDoc()
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx229 uno::Reference < util::XCloseable > xClose( (*aIt).second, uno::UNO_QUERY ); in CloseEmbeddedObjects() local
230 if ( xClose.is() ) in CloseEmbeddedObjects()
234 xClose->close( sal_True ); in CloseEmbeddedObjects()
1049 uno::Reference < ::util::XCloseable > xClose( xObj, uno::UNO_QUERY ); in RemoveEmbeddedObject() local
1052 xClose->close( sal_True ); in RemoveEmbeddedObject()
1194 uno::Reference < ::util::XCloseable > xClose( xObj, uno::UNO_QUERY ); in CloseEmbeddedObject() local
1197 xClose->close( sal_True ); in CloseEmbeddedObject()
/trunk/main/sfx2/source/doc/
H A Diframe.cxx194 uno::Reference < util::XCloseable > xClose( mxFrame, uno::UNO_QUERY ); in cancel() local
195 if ( xClose.is() ) in cancel()
196 xClose->close( sal_True ); in cancel()
/trunk/main/desktop/source/app/
H A Ddispatchwatcher.cxx387 Reference < XCloseable > xClose( xDoc, UNO_QUERY ); in executeDispatchRequests() local
388 if ( xClose.is() ) in executeDispatchRequests()
389 xClose->close( sal_True ); in executeDispatchRequests()
/trunk/main/qadevOOo/qa/complex/junitskeleton/
H A DSkeleton.java135 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, aDocument); in checkOpenDocumentWithOffice() local
136 xClose.close(true); in checkOpenDocumentWithOffice()
/trunk/main/framework/qa/complex/ModuleManager/
H A DCheckXModuleManager.java114 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, m_xLoader); in after() local
115 xClose.close(false); in after()
/trunk/main/framework/qa/complex/dispatches/
H A Dcheckdispatchapi.java461 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xFrame); in impl_closeFrame() local
464 xClose.close(false); in impl_closeFrame()
/trunk/main/sfx2/source/appl/
H A Dchildwin.cxx185 …::com::sun::star::uno::Reference < ::com::sun::star::util::XCloseable > xClose( GetFrame(), ::com:… in Destroy()
186 if ( xClose.is() ) in Destroy()
187 xClose->close( sal_True ); in Destroy()
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx371 … uno::Reference < com::sun::star::util::XCloseable > xClose( mxIPRef, uno::UNO_QUERY ); in ~DrawingOLEAdaptor() local
372 if ( xClose.is() ) in ~DrawingOLEAdaptor()
373 xClose->close(sal_True); in ~DrawingOLEAdaptor()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx585 Reference< XCloseable> xClose(xRs,UNO_QUERY); in buildTypeInfo() local
586 if(xClose.is()) in buildTypeInfo()
587 xClose->close(); in buildTypeInfo()
/trunk/main/framework/qa/complex/XUserInputInterception/
H A DEventTest.java159 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xDoc); in closeDoc() local
161 xClose.close(false); in closeDoc()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.cxx365 Reference< XCloseable> xClose(xRs,UNO_QUERY); in buildTypeInfo() local
366 xClose->close(); in buildTypeInfo()
/trunk/main/framework/qa/complex/contextMenuInterceptor/
H A DCheckContextMenuInterceptor.java102 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xFrame); in after() local
106 xClose.close(true); in after()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficePostscriptCreator.java505 … XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, aDoc); in impl_printToFileWithOOo() local
506 if (xClose != null) in impl_printToFileWithOOo()
508 xClose.close(true); in impl_printToFileWithOOo()

Completed in 110 milliseconds

12