| /trunk/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() 623 try{ baos.close(); } catch( Exception e ){} in encodeObject() 741 gzos.close(); in encodeBytes() 750 try{ gzos.close(); } catch( Exception e ){} in encodeBytes() 751 try{ b64os.close(); } catch( Exception e ){} in encodeBytes() 752 try{ baos.close(); } catch( Exception e ){} in encodeBytes() 1049 try{ baos.close(); } catch( Exception e ){} in decode() 1050 try{ gzis.close(); } catch( Exception e ){} in decode() [all …]
|
| /trunk/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() 224 if (documentZip != null) documentZip.close(); in isDocumentOverwriteNeeded() 286 if (out != null) out.close(); in unzipToDirectory() 293 if (in != null) in.close(); in unzipToDirectory() 348 if (documentStream != null) documentStream.close(); in unzipToZip() 349 if (parcelStream != null) parcelStream.close(); in unzipToZip() 350 if (outStream != null) outStream.close(); in unzipToZip() 410 manifestStream.close(); in copyDocumentToZip() [all …]
|
| /trunk/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 73 This exception must be passed to the original caller of <member>XCloseable::close()</member> 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 [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 …]
|
| /trunk/test/testcommon/source/org/openoffice/test/common/ |
| H A D | FileUtil.java | 215 fis.close(); in loadProperties() 240 fos.close(); in storeProperties() 298 reader.close(); in readStreamAsString() 472 writer.close(); in writeStringToFile() 493 writer.close(); in appendStringToFile() 579 from.close(); in copyFile() 584 to.close(); in copyFile() 617 from.close(); in writeToFile() 622 to.close(); in writeToFile() 647 from.close(); in pump() [all …]
|
| /trunk/main/sal/qa/osl/socket/ |
| H A D | osl_StreamSocket.cxx | 177 ssStreamConnection.close(); in run() 178 asAcceptorSocket.close(); in run() 240 m_csConnectorSocket.close(); in run() 368 m_aConnectorSocket.close(); in run() 492 ssStreamConnection.close(); in run() 493 asAcceptorSocket.close(); in run() 675 ssStreamConnection.close(); in TEST_F() 676 asAcceptorSocket.close(); in TEST_F() 729 m_csConnectorSocket.close(); in run() 816 ssConnectionSocket.close(); in TEST_F() [all …]
|
| H A D | osl_Socket.cxx | 328 csConnectorSocket.close(); in run() 399 ssStreamConnection.close(); in run() 400 asAcceptorSocket.close(); in run() 515 csConnectorSocket.close(); in run() 594 ssStreamConnection.close(); in run() 595 asAcceptorSocket.close(); in run() 684 m_sSocket.close( ); in run() 1510 class close : public ::testing::Test class 1526 TEST_F(close, close_001) in TEST_F() argument 1529 sSocket.close(); in TEST_F() [all …]
|
| H A D | osl_Socket2.cxx | 313 class close : public ::testing::Test class 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() 591 csConnectorSocket.close( ); in TearDown() 657 sSocket.close(); in TEST_F() [all …]
|
| /trunk/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() 506 if (stdOutput[0] != -1) close( stdOutput[0] ); in ChildStatusProc() 509 if (stdError[0] != -1) close( stdError[0] ); in ChildStatusProc() 516 if (stdInput[0] != -1) close( stdInput[0] ); in ChildStatusProc() 522 if (stdOutput[1] != -1) close( stdOutput[1] ); in ChildStatusProc() 528 if (stdError[1] != -1) close( stdError[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() [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()
|
| /trunk/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 …]
|
| /trunk/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() 568 rc=pDir->close(); in DirectoryOpenAndCloseTest() 605 pDir->close(); in DirectoryCreateAndRemoveTest() 625 pDir->close(); in DirectoryCreateAndRemoveTest() 696 rc=pFile->close(); in FileOpenAndCloseTest() [all …]
|
| /trunk/main/sal/qa/osl/file/ |
| H A D | osl_File.cxx | 389 aFile.close(); in createTestFile() 472 testDir.close( ); //close if still open. in deleteTestDirectory() 555 nError2 = testFile.close( ); in checkFile() 661 rc = aDir.close( ); in checkDirectory() 2499 pDir->close(); in SetUp() 2567 ::osl::FileBase::RC nError1 = pDir->close( ); in TearDown() 2764 pDir->close(); in SetUp() 3394 ::osl::FileBase::RC nError2 = testFile.close( ); in TEST_F() 3406 testFile.close( ); in TEST_F() 3443 nError2 = testFile.close( ); in TEST_F() [all …]
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/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()
|
| /trunk/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: $!";
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|