Home
last modified time | relevance | path

Searched refs:write (Results 76 – 100 of 664) sorted by relevance

12345678910>>...27

/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelDescriptor.java177 public void write(File file) throws IOException { in write() method in ParcelDescriptor
179 XMLParserFactory.getParser().write(document, fos); in write()
183 public void write() throws IOException { in write() method in ParcelDescriptor
187 write(file); in write()
190 public void write(OutputStream out) throws IOException { in write() method in ParcelDescriptor
191 XMLParserFactory.getParser().write(document, out); in write()
H A DXMLParserFactory.java97 public void write(Document doc, OutputStream out) throws IOException { in write() method in XMLParserFactory.DefaultParser
110 Method write; in write() local
111 write = clazz.getDeclaredMethod("write", in write()
113 write.invoke(doc, new Object[] {out}); in write()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java466 writer.write(contents); in writeStringToFile()
487 writer.write(contents); in appendStringToFile()
569 to.write(buffer, 0, bytesRead); in copyFile()
607 to.write(buffer, 0, bytesRead); in writeToFile()
639 to.write(buffer, 0, bytesRead); in pump()
811 fos.write(b, 0, len); in unzip()
850 out.write(data, 0, count); in zip()
967 out.write(buffer, 0, count); in download()
/trunk/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DStorageAccess.java122 public void write(byte[] b, int offset, int length) throws java.io.IOException{ in write() method in StorageAccess
124 access.write(name,key,b,offset,length); in write()
135 write(oneByte,0,4); in writeInt()
165 write(oneByte,0,8); in writeLong()
H A DStorageNativeOutputStream.java77 …public native void write(String key,String _file,byte[] b, int off, int len) throws java.io.IOExce… in write() method in StorageNativeOutputStream
89 public native void write(String key,String _file,byte[] b) throws java.io.IOException; in write() method in StorageNativeOutputStream
122 public native void write(String key,String _file,int b) throws java.io.IOException; in write() method in StorageNativeOutputStream
/trunk/main/autodoc/source/exes/adc_uni/
H A Dadc_msg.cxx168 o_out.write(aLine.c_str()); in WriteParagraph()
176 o_out.write(aLine.c_str()); in WriteParagraph()
197 o_out.write(aLine.c_str()); in WriteParagraph()
199 o_out.write("\n\n\n"); in WriteParagraph()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dhelper.cxx282 if( rOutFile.write( buffer, 15, nWrite ) || nWrite != 15 ) in convertPfbToPfa()
288 if( rOutFile.write( buffer, nRead, nWrite ) || in convertPfbToPfa()
321 … if( rOutFile.write( pWriteBuffer, nBytesToWrite, nRead ) || nRead != nBytesToWrite ) in convertPfbToPfa()
337 if( rOutFile.write( buffer, nBuffer, nRead ) || nRead != nBuffer ) in convertPfbToPfa()
345 if( rOutFile.write( buffer, nBuffer, nRead ) || nRead != nBuffer ) in convertPfbToPfa()
/trunk/main/autodoc/source/display/idl/
H A Dhi_display.cxx197 aCssFile.write("/* Autodoc css file for IDL documentation */\n\n\n"); in Create_CssFile()
198 aCssFile.write(pCurPageEnv->Layout().CssStyle()); in Create_CssFile()
199 aCssFile.write("\n\n\n"); in Create_CssFile()
200 aCssFile.write(pCurPageEnv->Layout().CssStylesExplanation()); in Create_CssFile()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHStorageAccess.cxx187 logger->write( tmpInt ); in read_from_storage_stream()
259 logger->write( aData.getConstArray(), nBytesRead ); in read_from_storage_stream_into_buffer()
346 aDataLog.write( nRet ); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()
411 aDataLog.write( aData.getConstArray(), n ); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_seek()
451 logger->write( aData.getConstArray(), len ); in write_to_storage_stream_from_buffer()
511 logger->write( oneByte.getConstArray(), 4 ); in write_to_storage_stream()
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx152 void Tag::write( SvStream &out ) in write() function in Tag
385 void Sprite::write( SvStream& out ) in write() function in Sprite
389 (*i)->write( aTmp ); in write()
400 aTag.write( out ); in write()
505 void FlashFont::write( SvStream& out ) in write() function in FlashFont
519 aTag.write( out ); in write()
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommandCaller.java67 private void write(byte[] bytes) { in write() method in CommandCaller
69 dataOutput.write(bytes); in write()
94 write(bytes); in writeChar()
147 write(bytes); in writeULong()
167 write(new byte[] { bBool ? (byte) 1 : 0 }); in writeBoolean()
/trunk/main/udkapi/com/sun/star/connection/
H A DXConnection.idl60 // DocMerge from xml: method com::sun::star::connection::XConnection::write
67 void write( [in] sequence < byte > aData )
76 /** Immediately terminates any ongoing read or write calls.
77 All subsequent read or write calls()
/trunk/main/filter/source/placeware/
H A Dzip.cxx53 osl::File::RC nRC = rFile.write( &c, 1, nBytesWritten ); in putC()
110 mnRC = mrFile.write( buf, n, nWritten ); in copyAndCRC()
175 mnRC = mrFile.write( e->name.getStr(), e->name.getLength(), nWritten ); // file name in writeLocalHeader()
207 mrFile.write( e->name.getStr(), e->name.getLength(), nWritten ); // file name in writeCentralDir()
/trunk/main/udkapi/com/sun/star/io/
H A DXPersistObject.idl48 write method is called.
83 // DocMerge from xml: method com::sun::star::io::XPersistObject::write
86 must write the data in the order documented in the service specification.
90 void write( [in] com::sun::star::io::XObjectOutputStream OutStream )
/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DXOutputStreamToOutputStreamAdapter.java72 public void write(byte[] b) throws IOException { in write() method in XOutputStreamToOutputStreamAdapter
81 public void write(byte[] b, int off, int len) throws IOException { in write() method in XOutputStreamToOutputStreamAdapter
96 public void write(int b) throws IOException { in write() method in XOutputStreamToOutputStreamAdapter
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DLISTOutputter.java68 m_aOut.write("# This file is automatically created by a convwatch run" + ls); in createHeader()
69 m_aOut.write("# " + ls); in createHeader()
80 m_aOut.write(_sValue + ls); in writeValue()
/trunk/main/forms/source/component/
H A DFormattedFieldWrapper.cxx225 void SAL_CALL OFormattedFieldWrapper::write(const Reference<XObjectOutputStream>& _rxOutStream) thr… in write() function in frm::OFormattedFieldWrapper
238 xAggregatePersistence->write(_rxOutStream); in write()
257 m_pEditPart->write(_rxOutStream); in write()
261 m_xFormattedPart->write(_rxOutStream); in write()
/trunk/main/store/source/
H A Dstorbios.cxx226 return rBIOS.write (0, this, nSize); in save()
334 eErrCode = rBIOS.write (nAddr, &aPageHead, PageData::theSize); in unusedPush()
364 eErrCode = rBIOS.write (0, this, theSize); in verify()
376 eErrCode = rBIOS.write (0, this, theSize); in verify()
392 eErrCode = rBIOS.write (0, this, theSize); in verify()
723 storeError OStorePageBIOS::write ( in write() function in OStorePageBIOS
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPalmDocument.java108 baos.write(buf, 0, n); in read()
123 public void write(OutputStream os) throws IOException { in write() method in PalmDocument
125 encoder.write(os); in write()
H A DPdbEncoder.java121 public void write(OutputStream os) throws IOException { in write() method in PdbEncoder
127 header.write(dos); in write()
180 dos.write(bytes); in write()
/trunk/main/soltools/testSHL/util/
H A Dtlog.cxx76 ret = write( cat( ptr, "\n" ), v ); in writeRes()
83 ::osl::FileBase::RC tLog::write( const sal_Char* buf, sal_Bool v ) { in write() function in tstutl::tLog
96 return m_logfile->write( buf, len , uBytes ); in write()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A Dpdbcomparison.java396 raf.write(msg.getBytes()); in writeToLog()
397 raf.write("\n".getBytes()); in writeToLog()
435 raf.write(msg.getBytes()); in writeToOutputFile()
436 raf.write("\n".getBytes()); in writeToOutputFile()
/trunk/main/scripting/java/com/sun/star/script/framework/io/
H A DXOutputStreamWrapper.java33 public void write(int b) in write() method in XOutputStreamWrapper
51 public void write(byte[] b) in write() method in XOutputStreamWrapper
68 public void write( byte[] b, int off, int len ) in write() method in XOutputStreamWrapper
/trunk/main/codemaker/source/javamaker/
H A Dclassfile.cxx81 void write(FileStream & file, void const * buffer, sal_uInt64 size) { in write() function
82 if (!file.write(buffer, size)) { in write()
90 write(file, &buf, sizeof buf); in writeU1()
97 write(file, buf, sizeof buf); in writeU2()
106 write(file, buf, sizeof buf); in writeU4()
119 write(file, &stream[0], static_cast< sal_uInt64 >(n)); in writeStream()
697 void ClassFile::write(FileStream & file) const { in write() function in ClassFile
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java672 public void write(OutputStream os) throws IOException { in write() method in OfficeDocument
688 obj.write(zip); in write()
736 zip.write(os); in write()
748 public void write(OutputStream os, boolean isZip) throws IOException { in write() method in OfficeDocument
752 write(os); in write()
829 os.write(contentBytes); in write()

Completed in 205 milliseconds

12345678910>>...27