| /AOO41X/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 …]
|
| /AOO41X/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 …]
|
| /AOO41X/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 occured, 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 itselfs disagree 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 …]
|
| /AOO41X/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 …]
|
| /AOO41X/main/sal/qa/osl/socket/ |
| H A D | osl_StreamSocket.cxx | 176 ssStreamConnection.close(); in run() 177 asAcceptorSocket.close(); in run() 239 m_csConnectorSocket.close(); in run() 367 m_aConnectorSocket.close(); in run() 491 ssStreamConnection.close(); in run() 492 asAcceptorSocket.close(); in run() 659 ssStreamConnection.close(); in send_recv2() 660 asAcceptorSocket.close(); in send_recv2() 754 m_csConnectorSocket.close(); in run() 841 ssConnectionSocket.close(); in shutdown_002() [all …]
|
| H A D | osl_Socket.cxx | 327 csConnectorSocket.close(); in run() 398 ssStreamConnection.close(); in run() 399 asAcceptorSocket.close(); in run() 514 csConnectorSocket.close(); in run() 593 ssStreamConnection.close(); in run() 594 asAcceptorSocket.close(); in run() 683 m_sSocket.close( ); in run() 1685 class close : public CppUnit::TestFixture class 1704 sSocket.close(); in close_001() 1720 asSocket.close(); in close_002() [all …]
|
| H A D | osl_Socket2.cxx | 350 class close : public CppUnit::TestFixture class 369 sSocket.close(); in close_001() 385 asSocket.close(); in close_002() 402 asSocket.close(); in close_003() 409 CPPUNIT_TEST_SUITE( close ); 660 asAcceptorSocket.close( ); in tearDown() 661 csConnectorSocket.close( ); in tearDown() 736 sSocket.close(); in bind_001() 788 asAcceptorSocket.close( ); in tearDown() 789 csConnectorSocket.close( ); in tearDown() [all …]
|
| /AOO41X/main/sal/qa/osl/pipe/ |
| H A D | osl_Pipe.cxx | 440 aPipe.close( ); in assign_ref() 441 aPipe1.close( ); in assign_ref() 454 aPipe.close( ); in assign_handle() 455 aPipe1.close( ); in assign_handle() 502 aPipe.close( ); in isEqual_001() 518 aPipe.close( ); in isEqual_002() 519 aPipe1.close( ); in isEqual_002() 520 aPipe2.close( ); in isEqual_002() 536 class close : public CppUnit::TestFixture class 544 aPipe.close( ); in close_001() [all …]
|
| /AOO41X/main/sal/osl/unx/ |
| H A D | process.c | 466 if (channel[0] != -1) close(channel[0]); in ChildStatusProc() 504 if (stdInput[1] != -1) close( stdInput[1] ); in ChildStatusProc() 507 if (stdOutput[0] != -1) close( stdOutput[0] ); in ChildStatusProc() 510 if (stdError[0] != -1) close( stdError[0] ); in ChildStatusProc() 517 if (stdInput[0] != -1) close( stdInput[0] ); in ChildStatusProc() 523 if (stdOutput[1] != -1) close( stdOutput[1] ); in ChildStatusProc() 529 if (stdError[1] != -1) close( stdError[1] ); in ChildStatusProc() 545 if (channel[1] != -1) close(channel[1]); in ChildStatusProc() 552 if (channel[1] != -1) close(channel[1]); in ChildStatusProc() 555 if (stdInput[0] != -1) close( stdInput[0] ); in ChildStatusProc() [all …]
|
| H A D | pipe.c | 246 close (pPipe->m_Socket); in osl_psz_createPipe() 258 close (pPipe->m_Socket); in osl_psz_createPipe() 276 close (pPipe->m_Socket); in osl_psz_createPipe() 295 close (pPipe->m_Socket); in osl_psz_createPipe() 372 close(fd); in osl_closePipe() 383 nRet = close(ConnFD); in osl_closePipe() 434 close(s); in osl_acceptPipe() 446 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()
|
| /AOO41X/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 …]
|
| /AOO41X/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() 2836 pDir->close(); in setUp() 2912 ::osl::FileBase::RC nError1 = pDir->close( ); in tearDown() 3122 pDir->close(); in setUp() 3826 ::osl::FileBase::RC nError2 = testFile.close( ); in ctors_001() 3839 testFile.close( ); in ctors_002() 3881 nError2 = testFile.close( ); in open_001() [all …]
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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 | 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()
|
| 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()
|
| /AOO41X/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: $!";
|
| /AOO41X/test/testgui/source/bvt/gui/ |
| H A D | FileTypeTest.java | 124 close(); in saveNewDocument() 171 close(); in saveNewSpreadsheet() 216 close(); in saveNewPresentation() 284 close(); in saveNewDrawing() 339 close(); in saveNewMath()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/main/io/source/acceptor/ |
| H A D | acc_pipe.cxx | 62 virtual void SAL_CALL close( ) 139 void PipeConnection::close() in close() function in io_acceptor::PipeConnection 145 m_pipe.close(); in close() 223 pipe.close(); in stopAccepting()
|