/trunk/main/migrationanalysis/src/wizard/ |
H A D | wizard.ulf | 65 …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 D | impl.py | 35 self.closed = 0 38 self.closed = 1 54 self.closed = 0 57 self.closed = 1
|
/trunk/main/offapi/com/sun/star/sdb/ |
H A D | OfficeDatabaseDocument.idl | 172 <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 D | XDialogClosedListener.idl | 38 /** 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 D | XFilePicker2.idl | 44 <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 D | XDockableWindowListener.idl | 100 /** is invoked when the window was actively closed 102 void closed( [in] com::sun::star::lang::EventObject e ); 107 or closed
|
H A D | XTopWindowListener.idl | 55 /** 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 D | macropg.src | 168 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 D | XConnection.idl | 217 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 D | ResultSet.idl | 86 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 D | VBAEventId.idl | 57 /** 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 D | writemodfile.cxx | 88 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 D | XOutputStreamToByteArrayAdapter.java | 48 private boolean closed = false; field in XOutputStreamToByteArrayAdapter 85 closed = true; in closeOutput()
|
/trunk/main/pyuno/demo/ |
H A D | ooextract.py | 34 self.closed = 0 37 self.closed = 1
|
/trunk/main/udkapi/com/sun/star/io/ |
H A D | XStreamListener.idl | 51 // DocMerge from xml: method com::sun::star::io::XStreamListener::closed 58 void closed();
|
/trunk/main/offapi/com/sun/star/embed/ |
H A D | DocumentCloser.idl | 53 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 D | XCloseListener.idl | 112 /** is called when the listened object is closed really 115 Now the listened object is closed really. Listener has to accept that;
|
H A D | XCloseable.idl | 46 <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 D | XUndoManager.idl | 143 …<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 D | XSLTFilter.cxx | 98 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 D | macromigration.src | 86 …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 D | guistdio.inc | 423 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.java | 116 public void closed() { in closed() method in _XActiveDataControl.TestStreamListener
|
/trunk/main/framework/source/layoutmanager/ |
H A D | panelmanager.cxx | 166 void SAL_CALL PanelManager::closed( const lang::EventObject& ) in closed() function in framework::PanelManager
|
H A D | panelmanager.hxx | 91 …virtual void SAL_CALL closed( const ::com::sun::star::lang::EventObject& e ) throw (::com::sun::st…
|