/aoo4110/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 …]
|
/aoo4110/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 …]
|
/aoo4110/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 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 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 …]
|
/aoo4110/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 …]
|
/aoo4110/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() 492 asAcceptorSocket.close(); in run() 842 asSocket.close(); in shutdown_002() 888 asSocket.close(); in shutdown_003() 1051 aSocket.close(); in read() 1155 aSocket.close(); in send_Acceptor() 1213 aSocket.close(); in send_Connector() 1282 aSocket.close(); in send_Connector_2_margritte() [all …]
|
H A D | osl_Socket.cxx | 327 csConnectorSocket.close(); in run() 399 asAcceptorSocket.close(); in run() 514 csConnectorSocket.close(); in run() 594 asAcceptorSocket.close(); in run() 683 m_sSocket.close( ); in run() 1704 sSocket.close(); in close_001() 1720 asSocket.close(); in close_002() 1737 asSocket.close(); in close_003() 2071 sSocket.close(); in bind_001() 3083 asSocket.close(); in shutdown_002() [all …]
|
H A D | osl_Socket2.cxx | 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() 736 sSocket.close(); in bind_001() 788 asAcceptorSocket.close( ); in tearDown() 851 asAcceptorSocket.close( ); in tearDown() 1076 asAcceptorSocket.close( ); in tearDown() 1239 asAcceptorSocket.close( ); in enableNonBlockingMode_001() [all …]
|
/aoo4110/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() 544 aPipe.close( ); in close_001() 557 aPipe.close( ); in close_002() [all …]
|
/aoo4110/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() 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() 557 if (stdError[1] != -1) close( stdError[1] ); in ChildStatusProc() 568 if (channel[0] != -1) close(channel[0]); in ChildStatusProc() 1167 close(fd); in osl_getProcStat() 1221 close(fd); in osl_getProcStatus() 1341 close(fd); in osl_getProcessInfo() [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()
|
/aoo4110/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 …]
|
/aoo4110/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() 2836 pDir->close(); in setUp() 3122 pDir->close(); in setUp() 3839 testFile.close( ); in ctors_002() 3918 testFile.close( ); in open_004() 4026 CPPUNIT_TEST_SUITE( close ); 4749 tmpFile.close(); in copy_006() 4762 newFile.close( ); in copy_006() [all …]
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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: $!";
|
/aoo4110/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()
|
/aoo4110/test/testgui/source/bvt/gui/ |
H A D | FileTypeTest.java | 124 close(); in saveNewDocument() 171 close(); in saveNewSpreadsheet() 216 close(); in saveNewPresentation() 283 close(); in saveNewDrawing() 338 close(); in saveNewMath()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/odk/examples/DevelopersGuide/Forms/ |
H A D | HsqlDatabase.java | 144 public void close() in close() method in HsqlDatabase 153 closeConn.close(); in close() 168 closeDoc.close( true ); in close() 181 close(); in closeAndDelete()
|