Home
last modified time | relevance | path

Searched refs:write (Results 51 – 75 of 664) sorted by relevance

12345678910>>...27

/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DBoundSheet.java100 public void write(OutputStream output) throws IOException { in write() method in BoundSheet
102 output.write(getBiffType()); in write()
103 output.write(reserved); in write()
104 output.write(cch); in write()
105 output.write(sheetName); in write()
H A DLabelCell.java74 public void write(OutputStream output) throws IOException { in write() method in LabelCell
76 output.write(getBiffType()); in write()
78 super.write(output); in write()
80 output.write(cch); in write()
81 output.write(rgch); in write()
H A DWindow2.java141 public void write(OutputStream output) throws IOException { in write() method in Window2
143 output.write(getBiffType()); in write()
144 output.write(rwTop); in write()
145 output.write(colLeft); in write()
146 output.write(grbit); in write()
H A DNumberFormat.java80 public void write(OutputStream output) throws IOException { in write() method in NumberFormat
82 output.write(getBiffType()); in write()
83 output.write(cce); in write()
84 output.write(rgch); in write()
H A DDefRowHeight.java75 public void write(OutputStream output) throws IOException { in write() method in DefRowHeight
77 output.write(getBiffType()); in write()
78 output.write(unknown1); in write()
79 output.write(unknown2); in write()
H A DCellValue.java97 public void write(OutputStream output) throws IOException { in write() method in CellValue
99 output.write(rw); in write()
100 output.write(col); in write()
101 output.write(ixfe); in write()
H A DWindow1.java103 public void write(OutputStream output) throws IOException { in write() method in Window1
105 output.write(getBiffType()); in write()
106 output.write(grbit); in write()
107 output.write(itabCur); in write()
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()
/trunk/main/vos/source/
H A Dstream.cxx59 sal_Int32 OStream::write(const void* pbuffer, sal_uInt32 n) in write() function in OStream
63 && (m_rStream.write(pbuffer, n) == static_cast< sal_Int32 >(n)); in write()
66 sal_Int32 OStream::write(IPositionableStream::Offset offset, in write() function in OStream
69 return (seekTo(offset) && write(pbuffer, n)); in write()
74 return (seekToEnd() && write(pbuffer, n)); in append()
/trunk/main/udkapi/com/sun/star/io/
H A DFilePermission.idl46 The possible keywords are <code>"read"</code>, <code>"write"</code>,
51 <li><code>write</code> -- write permission</li>
60 granting read and especially write access to various files and directories.
61 The <code>"&lt;&lt;ALL FILES&gt;&gt;"</code> permission with write action is
62 especially dangerous. This grants permission to write to the entire file system.
/trunk/main/desktop/source/deployment/
H A Ddp_persmap.cxx241 m_MapFile.write( PmapMagic, sizeof(PmapMagic), nBytesWritten); in flush()
249 m_MapFile.write( aKeyString.getStr(), nKeyLen, nBytesWritten); in flush()
251 m_MapFile.write( "\n", 1, nBytesWritten); in flush()
255 m_MapFile.write( rValString.getStr(), nValLen, nBytesWritten); in flush()
257 m_MapFile.write( "\n", 1, nBytesWritten); in flush()
261 m_MapFile.write( "\n", 1, nBytesWritten); in flush()
/trunk/main/sdext/source/pdfimport/odf/
H A Dodfemitter.cxx51 virtual void write( const rtl::OUString& rString );
65 write(aElement.makeStringAndClear()); in OdfEmitter()
103 write(aElement.makeStringAndClear()); in beginTag()
106 void OdfEmitter::write( const rtl::OUString& rText ) in write() function in pdfi::OdfEmitter
124 write(aElement.makeStringAndClear()); in endTag()
/trunk/main/offapi/com/sun/star/ucb/
H A DXSimpleFileAccess.idl230 /** Opens file to write.
240 opened for random write access. Some resources do not allow random
241 write access. To write data for those resources
248 /** Opens file to read and write
258 opened for random write access. Some resources do not allow random
259 write access. To write data for those resources
/trunk/main/stoc/test/security/
H A Dtest_security.policy5 permission com.sun.star.io.FilePermission "file:///home/dbo/-", ",,read , write ";
6 permission com.sun.star.io.FilePermission "-", "read ,write";
16 permission com.sun.star.io.FilePermission "file:///home/jbu/-" ,"read,write,";
18 …permission com.sun.star.io.FilePermission "*",",read,write";}; grant user "root"{permission com.su…
30 permission com.sun.star.io.FilePermission "file:///tmp/-", "read, write";
/trunk/main/scripting/java/org/openoffice/idesupport/xml/
H A DManifest.java125 write(out); in getInputStream()
147 out.write(previous); in replaceNewlines()
155 out.write(current); in replaceNewlines()
164 public void write(OutputStream out) throws IOException { in write() method in Manifest
165 XMLParserFactory.getParser().write(document, out); in write()
/trunk/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx487 … ssStreamConnection.write( m_aValues.getBuffer(), m_aValues.getBufferSize() ); in run()
718 … sal_Int32 nWrite1 = m_csConnectorSocket.write( pTestString1, 11 ); // "test socket" in run()
720 … sal_Int32 nWrite2 = m_csConnectorSocket.write( pTestString2, strlen( pTestString2 ) + 1 ); in run()
722 m_csConnectorSocket.write( pTestString2, strlen( pTestString2 ) + 1 ); in run()
855 sal_Int32 nWrite = ssConnectionSocket.write( pReadBuffer, 11 ); in TEST_F()
1110 ssStreamConnection.write( pBuffer, nBufferSize ); in send_Acceptor()
1150 ssStreamConnection.write( pBuffer, nBufferSize ); in send_Connector()
1231 sal_Int32 nWriteNumber = ssStreamConnection.write( pBuffer, nBufferSize ); in send_Connector_2_margritte()
1238 nWriteNumber = ssStreamConnection.write( pBuffer3, nBufferSize ); in send_Connector_2_margritte()
1415 ssStreamConnection.write( pBuffer, nBufferSize ); in getPage()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DOfficeZip.java108 baos.write(bytes, 0, len); in read()
146 void write(OutputStream os, byte xmlBytes[]) throws IOException { in write() method in OfficeZip
167 zos.write(xmlBytes); in write()
222 zos.write(xmlBytes); in saveEntries()
227 zos.write(entry.bytes); in saveEntries()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DPerformanceContainer.java120 out.write("loadtime=" + String.valueOf(m_nTime[ Load ]) + ls); in print()
121 out.write("storetime=" + String.valueOf(m_nTime[ Store ]) + ls); in print()
122 out.write("printtime=" + String.valueOf(m_nTime[ Print ]) + ls); in print()
123 out.write("officestarttime=" + String.valueOf(m_nTime[ OfficeStart ]) + ls); in print()
124 out.write("storeaspdftime=" + String.valueOf(m_nTime[ StoreAsPDF ]) + ls); in print()
/trunk/main/soltools/giparser/
H A Dgi_parse.cxx45 o_rOut.write( i_rStr.str(), i_rStr.l() ); in WriteStr()
51 o_rOut.write( i_rStr, strlen(i_rStr) ); in WriteStr()
392 o_rFile.write( sIndentation, nLevel ); in WriteIndentation()
397 o_rFile.write( sIndentation, nIndentBound ); in WriteIndentation()
398 o_rFile.write( sIndentation, iLevel ); in WriteIndentation()
/trunk/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()
/trunk/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()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A DXConnectionOutputStream_Adapter.java45 public void write(int b) throws IOException { in write() method in XConnectionOutputStream_Adapter
49 _xConnection.write(_bytes); in write()
58 public void write(byte[] b, int off, int len) throws IOException { in write() method in XConnectionOutputStream_Adapter
71 _xConnection.write(bytes); in write()
/trunk/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 <<()

Completed in 95 milliseconds

12345678910>>...27