Home
last modified time | relevance | path

Searched refs:closed (Results 1 – 25 of 172) sorted by relevance

1234567

/trunk/main/migrationanalysis/src/wizard/
H A Dwizard.ulf65 …utomation server.<CR><CR>Please ensure that all instances of <TOPIC> are closed before rerunning t…
77 …om the Documents Directory and ensure that all instances of Excel<CR>are closed before rerunning t…
116 …e Documents Directory and ensure that all instances of PowerPoint<CR>are closed before rerunning t…
122 …<CR><TOPIC><CR><CR>Excel currently has this spreadsheet open. It must be closed before the analysi…
131 …rom the Documents Directory and ensure that all instances of Word<CR>are closed before rerunning t…
137 …running: <TOPIC>.<CR><CR>Please ensure that all instances of <TOPIC> are closed before rerunning t…
365 …analysis, is currently not responding and could not be closed. Microsoft Office needs to be closed
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dimpl.py35 self.closed = 0
38 self.closed = 1
54 self.closed = 0
57 self.closed = 1
/trunk/main/offapi/com/sun/star/sdb/
H A DOfficeDatabaseDocument.idl172 <td>the document is about to be closed.</td>
176 <td>the document is being closed.</td>
196 <td>a view to the document is about to be closed.</td>
200 <td>a view to the document has been closed.</td>
212 … a view to the document, a view to a sub component (e.g. a table or a report) has been closed.</td>
226 life time issues, since a document needs to be closed when nobody needs it anymore.</p>
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXDialogClosedListener.idl38 /** Used to notify listeners about dialog-closed events.
41 <type>DialogClosedEvent</type> when a <type>XAsynchronousExecutableDialog</type> is closed.</p>
51 /** A client receives this event if a dialog is closed.
H A DXFilePicker2.idl44 <p>If the user closed the dialog with cancel an empty sequence will be returned.</p>
47 <p>If the user closed the dialog with OK a list of all selected files will be returned.</p>
/trunk/main/offapi/com/sun/star/awt/
H A DXDockableWindowListener.idl100 /** is invoked when the window was actively closed
102 void closed( [in] com::sun::star::lang::EventObject e );
107 or closed
H A DXTopWindowListener.idl55 /** is invoked when a window is in the process of being closed.
63 /** is invoked when a window has been closed.
/trunk/main/cui/source/customize/
H A Dmacropg.src168 Text [ en-US ] = "Document closed" ;
173 Text [ en-US ] = "Document is going to be closed" ;
423 Text [ en-US ] = "View is going to be closed" ;
428 Text [ en-US ] = "View closed" ;
/trunk/main/offapi/com/sun/star/sdbc/
H A DXConnection.idl217 ResultSet has been closed. In advanced cases, a single
268 /** tests to see if a connection is closed.
275 A Connection is automatically closed if no one references it
276 anymore. Certain fatal errors also result in a closed Connection.
280 <TRUE/> if the connection is closed; <FALSE/> if it's still open.
H A DResultSet.idl86 A ResultSet is automatically closed (disposed) by the Statement that
87 generated it when that Statement is closed, re-executed, or used
/trunk/main/offapi/com/sun/star/script/vba/
H A DVBAEventId.idl57 /** Document about to be closed. No arguments. */
71 /** Document about to be closed. No arguments. */
86 /** Document about to be closed. Arguments: [out] boolean bCancel. */
/trunk/main/configmgr/source/
H A Dwritemodfile.cxx88 bool closed; member
90 TempFile(): handle(0), closed(false) {} in TempFile()
97 if (!closed) { in ~TempFile()
582 tmp.closed = true; in writeModFile()
/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DXOutputStreamToByteArrayAdapter.java48 private boolean closed = false; field in XOutputStreamToByteArrayAdapter
85 closed = true; in closeOutput()
/trunk/main/pyuno/demo/
H A Dooextract.py34 self.closed = 0
37 self.closed = 1
/trunk/main/udkapi/com/sun/star/io/
H A DXStreamListener.idl51 // DocMerge from xml: method com::sun::star::io::XStreamListener::closed
58 void closed();
/trunk/main/offapi/com/sun/star/embed/
H A DDocumentCloser.idl53 the required actions to let the frame be closed using
69 the frame of the document that should be closed.
/trunk/main/offapi/com/sun/star/util/
H A DXCloseListener.idl112 /** is called when the listened object is closed really
115 Now the listened object is closed really. Listener has to accept that;
H A DXCloseable.idl46 <li>closed (if it supports <member>XCloseable::close()</member>)</li>
103 … <type scope="com::sun::star::lang">DisposedException</type> for already disposed or closed objects
/trunk/main/offapi/com/sun/star/document/
H A DXUndoManager.idl143 …<p>Otherwise, the undo context will be closed, and added to the Undo stack; the redo stack will be…
228 … <FALSE/> if and only if the undo stack is currently empty, or there is an open and not-yet-closed
236 … <FALSE/> if and only if the redo stack is currently empty, or there is an open and not-yet-closed
/trunk/main/filter/source/xsltfilter/
H A DXSLTFilter.cxx98 virtual void SAL_CALL closed() throw (RuntimeException);
221 void XSLTFilter::closed() throw (RuntimeException) in closed() function in XSLT::XSLTFilter
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigration.src86 …all forms, reports, queries and tables belonging to the document must be closed. Press 'Next' to d…
95 …Text [ en-US ] = "Not all objects could be closed. Please close them manually, and re-start the wi…
/trunk/main/desktop/win32/source/guistdio/
H A Dguistdio.inc423 case WAIT_OBJECT_0 + 2: // The remote end of stdout pipe was closed
424 case WAIT_OBJECT_0 + 3: // The remote end of stderr pipe was closed
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/
H A D_XActiveDataControl.java116 public void closed() { in closed() method in _XActiveDataControl.TestStreamListener
/trunk/main/framework/source/layoutmanager/
H A Dpanelmanager.cxx166 void SAL_CALL PanelManager::closed( const lang::EventObject& ) in closed() function in framework::PanelManager
H A Dpanelmanager.hxx91 …virtual void SAL_CALL closed( const ::com::sun::star::lang::EventObject& e ) throw (::com::sun::st…

Completed in 66 milliseconds

1234567