Home
last modified time | relevance | path

Searched refs:close (Results 1 – 25 of 1050) sorted by relevance

12345678910>>...42

/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DBase64.java620 try{ oos.close(); } catch( Exception e ){} in encodeObject()
621 try{ gzos.close(); } catch( Exception e ){} in encodeObject()
622 try{ b64os.close(); } catch( Exception e ){} in encodeObject()
741 gzos.close(); in encodeBytes()
1099 try{ bais.close(); } catch( Exception e ){} in decodeToObject()
1100 try{ ois.close(); } catch( Exception e ){} in decodeToObject()
1135 try{ bos.close(); } catch( Exception e ){} in encodeToFile()
1226 try{ bis.close(); } catch( Exception e) {} in decodeFromFile()
1274 try{ bis.close(); } catch( Exception e) {} in encodeFromFile()
1785 public void close() throws java.io.IOException in close() method in Base64.OutputStream
[all …]
/trunk/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java113 out.close(); in zipParcel()
119 out.close(); in zipParcel()
161 if (fis != null) fis.close(); in addFileToParcel()
293 if (in != null) in.close(); in unzipToDirectory()
410 manifestStream.close(); in copyDocumentToZip()
480 documentStream.close(); in removeParcel()
483 outStream.close(); in removeParcel()
513 documentZip.close(); in getManifestFromDocument()
551 parcelZip.close(); in addParcelToManifest()
588 zf.close(); in getParcelLanguage()
[all …]
/trunk/main/offapi/com/sun/star/util/
H A DXCloseListener.idl47 Such close events are broadcasted by a <type>XCloseBroadcaster</type>
48 if somewhere tries to close it by calling <member>XCloseable::close()</member>.
58 occurred, nobody called <method>XCloseable::close</method> on listened object before.
68 /** is called when somewhere tries to close listened object
78 The parameter <var>GetsOwnership</var> regulate who has to try to close the listened object
80 If it's set to <FALSE/> the original caller of <member>XCloseable::close()</member>
81 will be the owner in every case. It's not allowed to call close() from this listener then.
83 otherwise not! If his still running processes will be finished he must call close() on
88 If this listener doesn't disagree with th close request it depends from his internal
100 <FALSE/> forbids to grab the ownership for the listened close object and call
[all …]
H A DXCloseable.idl46 <li>closed (if it supports <member>XCloseable::close()</member>)</li>
70 /** try to close the object
83 … It's forbidden to catch this exception inside the called close() method because the caller must
88 …If somewhere disagree with a CloseVetoException it will not clear who has to close the object again
90 …If it is set to <FALSE/> the caller of the method close() will be the owner of this object in ever…
91 … Then it's not allowed to call close() from any other place (may a registered XCloseListener).
95 …he MUST try to close it again. If the closing object itself disagrees by an exception and the para…
110 …This new owner has to close the closing object again if his still running processes will be finish…
112 …<FALSE/> let the ownership at the original one which called the close() method. He must react for …
116 …sing object himself or any of his currently registered listener disagree with this close() request.
[all …]
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java215 fis.close(); in loadProperties()
240 fos.close(); in storeProperties()
622 to.close(); in writeToFile()
652 to.close(); in pump()
813 fos.close(); in unzip()
827 zin.close(); in unzip()
832 fos.close(); in unzip()
852 bis.close(); in zip()
884 out.close(); in zip()
978 out.close(); in download()
[all …]
/trunk/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx177 ssStreamConnection.close(); in run()
178 asAcceptorSocket.close(); in run()
493 asAcceptorSocket.close(); in run()
676 asAcceptorSocket.close(); in TEST_F()
817 asSocket.close(); in TEST_F()
861 asSocket.close(); in TEST_F()
1010 aSocket.close(); in read()
1115 aSocket.close(); in send_Acceptor()
1173 aSocket.close(); in send_Connector()
1242 aSocket.close(); in send_Connector_2_margritte()
[all …]
H A Dosl_Socket.cxx328 csConnectorSocket.close(); in run()
400 asAcceptorSocket.close(); in run()
515 csConnectorSocket.close(); in run()
595 asAcceptorSocket.close(); in run()
684 m_sSocket.close( ); in run()
1529 sSocket.close(); in TEST_F()
1545 asSocket.close(); in TEST_F()
1563 asSocket.close(); in TEST_F()
1857 sSocket.close(); in TEST_F()
2713 asSocket.close(); in TEST_F()
[all …]
H A Dosl_Socket2.cxx329 TEST_F(close, close_001) in TEST_F() argument
332 sSocket.close(); in TEST_F()
337 TEST_F(close, close_002) in TEST_F() argument
348 asSocket.close(); in TEST_F()
357 TEST_F(close, close_003) in TEST_F() argument
366 asSocket.close(); in TEST_F()
590 asAcceptorSocket.close( ); in TearDown()
657 sSocket.close(); in TEST_F()
700 asAcceptorSocket.close( ); in TearDown()
754 asAcceptorSocket.close( ); in TearDown()
[all …]
/trunk/main/sal/osl/unx/
H A Dprocess.c465 if (channel[0] != -1) close(channel[0]); in ChildStatusProc()
503 if (stdInput[1] != -1) close( stdInput[1] ); in ChildStatusProc()
544 if (channel[1] != -1) close(channel[1]); in ChildStatusProc()
551 if (channel[1] != -1) close(channel[1]); in ChildStatusProc()
554 if (stdInput[0] != -1) close( stdInput[0] ); in ChildStatusProc()
556 if (stdError[1] != -1) close( stdError[1] ); in ChildStatusProc()
567 if (channel[0] != -1) close(channel[0]); in ChildStatusProc()
1166 close(fd); in osl_getProcStat()
1220 close(fd); in osl_getProcStatus()
1340 close(fd); in osl_getProcessInfo()
[all …]
H A Dpipe.c244 close (pPipe->m_Socket); in osl_psz_createPipe()
256 close (pPipe->m_Socket); in osl_psz_createPipe()
274 close (pPipe->m_Socket); in osl_psz_createPipe()
293 close (pPipe->m_Socket); in osl_psz_createPipe()
370 close(fd); in osl_closePipe()
381 nRet = close(ConnFD); in osl_closePipe()
432 close(s); in osl_acceptPipe()
444 close(s); in osl_acceptPipe()
H A Dutil.c91 close(so); in osl_getEthernetAddress()
95 close(so); in osl_getEthernetAddress()
140 close(so); in osl_getHWAddr()
152 close(so); in osl_getHWAddr()
170 close(so); in osl_getHWAddr()
174 close(so); in osl_getHWAddr()
H A Dfile.cxx883 (void) close(fd); in osl_openFile()
889 (void) close(fd); in osl_openFile()
899 (void) close(fd); in osl_openFile()
905 (void) close(fd); in osl_openFile()
918 (void) close(fd); in osl_openFile()
934 (void) close(fd); in osl_openFile()
946 (void) close(fd); in osl_openFile()
980 (void) close (pImpl->m_fd); in osl_closeFile()
982 else if (-1 == close (pImpl->m_fd)) in osl_closeFile()
/trunk/main/sal/qa/osl/pipe/
H A Dosl_Pipe.cxx370 aPipe.close( ); in TEST()
371 aPipe1.close( ); in TEST()
383 aPipe.close( ); in TEST()
384 aPipe1.close( ); in TEST()
409 aPipe.close( ); in TEST()
423 aPipe.close( ); in TEST()
424 aPipe1.close( ); in TEST()
425 aPipe2.close( ); in TEST()
437 aPipe.close( ); in TEST()
449 aPipe.close( ); in TEST()
[all …]
/trunk/main/sal/workben/
H A Dtestfile.cxx236 rc=pFile->close(); in Initialize()
258 rc=pFile->close(); in Initialize()
265 rc=pFile->close(); in Initialize()
272 rc=pFile->close(); in Initialize()
483 rc=pDir->close(); in DirectoryOpenAndCloseTest()
537 rc=pDir->close(); in DirectoryOpenAndCloseTest()
605 pDir->close(); in DirectoryCreateAndRemoveTest()
625 pDir->close(); in DirectoryCreateAndRemoveTest()
786 pFile->close(); in FileCreateAndRemoveTest()
926 pFile->close(); in FileCopyAndMoveTest()
[all …]
/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx389 aFile.close(); in createTestFile()
555 nError2 = testFile.close( ); in checkFile()
661 rc = aDir.close( ); in checkDirectory()
2499 pDir->close(); in SetUp()
2764 pDir->close(); in SetUp()
3406 testFile.close( ); in TEST_F()
3477 testFile.close( ); in TEST_F()
3596 nError1 = testFile.close( ); in SetUp()
4234 tmpFile.close(); in TEST_F()
4247 newFile.close( ); in TEST_F()
[all …]
/trunk/main/vcl/unx/headless/
H A Dsvpelement.cxx89 close( m_nSocket ); in SvpElementContainer()
101 close( m_nSocket ); in SvpElementContainer()
108 close(m_nSocket); in SvpElementContainer()
147 close( m_nSocket ); in run()
222 close( m_nSocket ); in IMPL_LINK()
226 close( nFile ); in IMPL_LINK()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java335 zipFile.close(); in closeDocument()
400 zipFile.close(); in updateDocument()
428 saver.close(); in saveDocument()
657 os.close(); in createData()
930 public void close() in close() method in OpenOfficeDocFileSystem.SaveStrategy
935 docos.close(); in close()
1079 is.close(); in save()
1125 nos.close(); in getFile()
1131 zis.close(); in getFile()
/trunk/main/solenv/bin/
H A Drelocate62 close ($new_file) || die "Failed to close $tmp_fname: $!";
63 close ($old_file) || die "Failed to close $old_fname: $!";
130 close ($file) || die "Failed to close $fname: $!";
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DEnhancedComplexTestCase.java242 aIniFile.close(); in runThroughEveryReportInIndex()
283 aIniFile.close(); in runThroughEveryReportInIndex()
392 aBasenameIni.close(); in foreachJPEGcompareWithJPEG()
478 aIniFile2.close(); in foreachResultCreateHTML()
484 aOutputter.close(); in foreachResultCreateHTML()
516 aIniFile.close(); in foreachResultCreateHTML()
H A DFileHelper.java400 aFIS.close(); in copy()
411 aFOS.close(); in copy()
686 out.close(); in createInfoFile()
687 out2.close(); in createInfoFile()
694 aIniFile.close(); in createInfoFile()
728 aIniFile.close(); in addBasenameToFile()
H A DOffice.java97 aIniFile2.close(); in load()
114 aIniFile.close(); in load()
154 public void close() throws OfficeException in close() method in Office
158 m_aOffice.close(); in close()
/trunk/test/testgui/source/bvt/gui/
H A DFileTypeTest.java128 close(); in saveNewDocument()
177 close(); in saveNewSpreadsheet()
222 close(); in saveNewPresentation()
292 close(); in saveNewDrawing()
351 close(); in saveNewMath()
/trunk/main/connectivity/qa/connectivity/tools/
H A DAbstractDatabase.java95 public void close() in close() method in AbstractDatabase
104 closeConn.close(); in close()
118 closeDoc.close(true); in close()
131 close(); in closeAndDelete()
/trunk/main/toolkit/qa/complex/toolkit/
H A DAccessibleStatusBar.java114 xClose.close(false); in checkWriterDoc()
142 xClose.close(false); in checkMathDoc()
170 xClose.close(false); in checkDrawDoc()
198 xClose.close(false); in checkImpressDoc()
226 xClose.close(false); in checkCalcDoc()
/trunk/main/qadevOOo/qa/complex/junitskeleton/
H A DSkeleton.java58 assertTrue("Couldn't close document", close()); in check()
80 private boolean close() in close() method in Skeleton
113 aAccess.close(); in checkDocument()
136 xClose.close(true); in checkOpenDocumentWithOffice()

Completed in 239 milliseconds

12345678910>>...42