Home
last modified time | relevance | path

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

12345678910>>...27

/aoo41x/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java158 out.write(bytes, 0, len); in addFileToParcel()
283 out.write(bytes, 0, len); in unzipToDirectory()
380 out.write(bytes, 0, len); in copyParcelToZip()
406 out.write(bytes, 0, len); in copyDocumentToZip()
415 out.write(bytes, 0, len); in copyDocumentToZip()
459 outStream.write(bytes, 0, len); in removeParcel()
468 outStream.write(bytes, 0, len); in removeParcel()
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DBeginningOfFile.java100 public void write(OutputStream output) throws IOException { in write() method in BeginningOfFile
102 output.write(getBiffType()); in write()
103 output.write(version); in write()
104 output.write(subStream); in write()
H A DFloatNumber.java92 public void write(OutputStream output) throws IOException { in write() method in FloatNumber
94 output.write(getBiffType()); in write()
96 super.write(output); in write()
98 output.write(num); in write()
H A DStringValue.java95 public void write(OutputStream output) throws IOException { in write() method in StringValue
97 output.write(getBiffType()); in write()
98 output.write(cch); in write()
99 output.write(rgch); in write()
/aoo41x/main/store/source/
H A Dstordata.cxx308 storeError OStoreIndirectionPageObject::write ( in write() function in OStoreIndirectionPageObject
346 storeError OStoreIndirectionPageObject::write ( in write() function in OStoreIndirectionPageObject
375 return aSingle.write (nSingle, rData, rBIOS); in write()
381 storeError OStoreIndirectionPageObject::write ( in write() function in OStoreIndirectionPageObject
411 return aDouble.write (nDouble, nSingle, rData, rBIOS); in write()
826 storeError OStoreDirectoryPageObject::write ( in write() function in OStoreDirectoryPageObject
866 eErrCode = aSingle.write (aLink.m_nIndex0, rData, rBIOS); in write()
879 eErrCode = aDouble.write (aLink.m_nIndex1, aLink.m_nIndex0, rData, rBIOS); in write()
892 eErrCode = aTriple.write (aLink.m_nIndex2, aLink.m_nIndex1, aLink.m_nIndex0, rData, rBIOS); in write()
/aoo41x/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()
/aoo41x/main/oox/inc/oox/xls/
H A Daddressconverter.hxx70 …void write( BiffOutputStream& rStrm, bool bCol16Bit = true, bool bRow32Bit = false …
99 rPos.write( rStrm ); in operator <<()
135 …void write( BiffOutputStream& rStrm, bool bCol16Bit = true, bool bRow32Bit = false …
164 rRange.write( rStrm ); in operator <<()
180 …void write( BiffOutputStream& rStrm, bool bCol16Bit = true, bool bRow32Bit = false …
201 rRanges.write( rStrm ); in operator <<()
/aoo41x/main/connectivity/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
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/writerperfect/source/filter/
H A DTextRunStyle.cxx53 void ParagraphStyle::write(DocumentHandler *pHandler) const in write() function in ParagraphStyle
97 tabListOpen.write(pHandler); in write()
108 tabStopOpen.write(pHandler); in write()
124 void SpanStyle::write(DocumentHandler *pHandler) const in write() function in SpanStyle
H A DFontStyle.cxx41 void FontStyle::write(DocumentHandler *pHandler) const in write() function in FontStyle
47 styleOpen.write(pHandler); in write()
49 styleClose.write(pHandler); in write()
H A DTableStyle.hxx49 virtual void write(DocumentHandler *pHandler) const;
58 virtual void write(DocumentHandler *pHandler) const;
68 virtual void write(DocumentHandler *pHandler) const;
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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
/aoo41x/main/qadevOOo/runner/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()
/aoo41x/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 )

Completed in 408 milliseconds

12345678910>>...27