/aoo42x/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/ |
H A D | Base64.java | 620 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 …]
|
/aoo42x/main/scripting/java/org/openoffice/idesupport/zip/ |
H A D | ParcelZipper.java | 113 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 …]
|
/aoo42x/main/offapi/com/sun/star/util/ |
H A D | XCloseListener.idl | 47 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 D | XCloseable.idl | 46 <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 …]
|
/aoo42x/test/testcommon/source/org/openoffice/test/common/ |
H A D | FileUtil.java | 215 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 …]
|
/aoo42x/main/sal/qa/osl/socket/ |
H A D | osl_StreamSocket.cxx | 177 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 D | osl_Socket.cxx | 328 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 D | osl_Socket2.cxx | 329 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 …]
|
/aoo42x/main/sal/osl/unx/ |
H A D | process.c | 465 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 D | pipe.c | 244 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 D | util.c | 91 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 D | file.cxx | 883 (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()
|
/aoo42x/main/sal/qa/osl/pipe/ |
H A D | osl_Pipe.cxx | 370 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 …]
|
/aoo42x/main/sal/workben/ |
H A D | testfile.cxx | 236 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 …]
|
/aoo42x/main/sal/qa/osl/file/ |
H A D | osl_File.cxx | 389 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 …]
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svpelement.cxx | 89 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()
|
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/ |
H A D | OpenOfficeDocFileSystem.java | 335 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()
|
/aoo42x/main/solenv/bin/ |
H A D | relocate | 62 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: $!";
|
/aoo42x/main/qadevOOo/runner/graphical/ |
H A D | EnhancedComplexTestCase.java | 242 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 D | FileHelper.java | 400 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 D | Office.java | 97 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()
|
/aoo42x/test/testgui/source/bvt/gui/ |
H A D | FileTypeTest.java | 128 close(); in saveNewDocument() 177 close(); in saveNewSpreadsheet() 222 close(); in saveNewPresentation() 292 close(); in saveNewDrawing() 351 close(); in saveNewMath()
|
/aoo42x/main/connectivity/qa/connectivity/tools/ |
H A D | AbstractDatabase.java | 95 public void close() in close() method in AbstractDatabase 104 closeConn.close(); in close() 118 closeDoc.close(true); in close() 131 close(); in closeAndDelete()
|
/aoo42x/main/toolkit/qa/complex/toolkit/ |
H A D | AccessibleStatusBar.java | 114 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()
|
/aoo42x/main/qadevOOo/qa/complex/junitskeleton/ |
H A D | Skeleton.java | 58 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()
|