Home
last modified time | relevance | path

Searched refs:write (Results 26 – 50 of 664) sorted by relevance

12345678910>>...27

/trunk/main/autodoc/inc/cosv/
H A Dbstream.hxx79 uintt write(
83 uintt write(
86 uintt write(
122 bostream::write( const void * i_pSrc, in write() function in csv::bostream
126 bostream::write( const char * i_sSrc ) in write() function in csv::bostream
127 { return write( i_sSrc, strlen(i_sSrc) ); } in write()
129 bostream::write( const String & i_sSrc ) in write() function in csv::bostream
130 { return write( i_sSrc.c_str(), i_sSrc.length() ); } in write()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DSelection.java115 public void write(OutputStream output) throws IOException { in write() method in Selection
117 output.write(getBiffType()); in write()
118 output.write(rwTop); in write()
119 output.write(colLeft); in write()
120 output.write(rwBottom); in write()
121 output.write(colRight); in write()
122 output.write(rwActive); in write()
123 output.write(colActive); in write()
H A DDefinedName.java126 public void write(OutputStream output) throws IOException { in write() method in DefinedName
138 output.write(getBiffType()); in write()
139 output.write(grbit); in write()
140 output.write(cch); in write()
141 output.write(cce); in write()
142 output.write(ixals); in write()
143 output.write(rgch); in write()
145 output.write(rgce); in write()
H A DColInfo.java140 public void write(OutputStream output) throws IOException { in write() method in ColInfo
142 output.write(getBiffType()); in write()
143 output.write(colFirst); in write()
144 output.write(colLast); in write()
145 output.write(colDX); in write()
146 output.write(ixfe); in write()
147 output.write(grbit); in write()
H A DPane.java205 public void write(OutputStream output) throws IOException { in write() method in Pane
207 output.write(getBiffType()); in write()
208 output.write(x); in write()
209 output.write(y); in write()
210 output.write(rwTop); in write()
211 output.write(colLeft); in write()
212 output.write(pnnAcct); in write()
H A DWorkbook.java102 public void write(OutputStream os) throws IOException { in write() method in Workbook
103 bof.write(os); in write()
104 cp.write(os); in write()
107 dn.write(os); in write()
109 win1.write(os); in write()
112 fd.write(os); in write()
116 xf.write(os); in write()
120 bs.write(os); in write()
122 eof.write(os); in write()
126 ws.write(os); in write()
H A DCodePage.java90 public void write(OutputStream output) throws IOException { in write() method in CodePage
92 output.write(getBiffType()); in write()
93 output.write(codepage); in write()
94 output.write(unknown1); in write()
95 output.write(unknown2); in write()
96 output.write(unknown3); in write()
H A DFormula.java175 public void write(OutputStream output) throws IOException { in write() method in Formula
177 output.write(getBiffType()); in write()
179 super.write(output); in write()
181 output.write(num); in write()
182 output.write(grbit); in write()
183 output.write(cce); in write()
184 output.write(rgce); in write()
H A DRow.java122 public void write(OutputStream output) throws IOException { in write() method in Row
124 output.write(getBiffType()); in write()
125 output.write(rw); in write()
126 output.write(miyRw); in write()
127 output.write(grbit); in write()
128 output.write(ixfe); in write()
H A DBoolErrCell.java83 public void write(OutputStream output) throws IOException { in write() method in BoolErrCell
85 output.write(getBiffType()); in write()
87 super.write(output); in write()
89 output.write(bBoolErr); in write()
90 output.write(fError); in write()
H A DDefColWidth.java68 public void write(OutputStream output) throws IOException { in write() method in DefColWidth
70 output.write(getBiffType()); in write()
71 output.write(grbit); in write()
72 output.write(coldx); in write()
73 output.write(ixfe); in write()
H A DBlankCell.java71 public void write(OutputStream output) throws IOException { in write() method in BlankCell
73 output.write(getBiffType()); in write()
74 output.write(rw); in write()
75 output.write(col); in write()
76 output.write(ixfe); in write()
/trunk/main/sax/source/tools/
H A Dfastserializer.cxx99 void FastSaxSerializer::write( const OUString& s ) in write() function in sax_fastparser::FastSaxSerializer
147 write(Namespace); in startUnknownElement()
151 write(Name); in startUnknownElement()
181 write(Namespace); in endUnknownElement()
185 write(Name); in endUnknownElement()
214 write(Namespace); in singleUnknownElement()
218 write(Name); in singleUnknownElement()
231 write( aChars ); in characters()
254 write(pAttr[i].Name); in writeFastAttributeList()
256 write(escapeXml(pAttr[i].Value)); in writeFastAttributeList()
[all …]
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DBase64.java740 gzos.write( source, off, len ); in encodeBytes()
1036 baos.write(buffer,0,length); in decode()
1125 bos.write( dataToEncode ); in encodeToFile()
1305 out.write( buffer,0,read ); in encodeFileToFile()
1342 out.write( buffer,0,read ); in decodeFileToFile()
1679 public void write(int theByte) throws java.io.IOException in write() method in Base64.OutputStream
1684 super.out.write( theByte ); in write()
1699 out.write( NEW_LINE ); in write()
1717 out.write( b4, 0, len ); in write()
1745 super.out.write( theBytes, off, len ); in write()
[all …]
/trunk/main/tools/inc/tools/
H A Dinetmime.hxx1015 inline void write(const sal_Char * pBegin, const sal_Char * pEnd);
1023 void write(const sal_Char * pBegin, sal_Size nLength) in write() function in INetMIMEOutputSink
1024 { write(pBegin, pBegin + nLength); } in write()
1036 inline void write(const sal_uInt32 * pBegin, const sal_uInt32 * pEnd);
1048 inline void write(const sal_Unicode * pBegin, const sal_Unicode * pEnd);
1058 inline void write(const ByteString & rString, xub_StrLen nBegin,
1110 inline void INetMIMEOutputSink::write(const sal_Char * pBegin, in write() function in INetMIMEOutputSink
1117 inline void INetMIMEOutputSink::write(const sal_uInt32 * pBegin, in write() function in INetMIMEOutputSink
1124 inline void INetMIMEOutputSink::write(const sal_Unicode * pBegin, in write() function in INetMIMEOutputSink
1131 inline void INetMIMEOutputSink::write(const ByteString & rOctets, in write() function in INetMIMEOutputSink
[all …]
/trunk/main/solenv/bin/
H A Dpchdelta.py75 outputfile.write(header)
76 outputfile.write(MARKER)
77 outputfile.write("\n".join(acceptedlines))
79 outputfile.write("\n\n//---Candidate marker---\n")
80 outputfile.write("\n".join(testlines) + "\n")
81 outputfile.write("//---Candidate marker end---\n")
82 outputfile.write(MARKER)
83 outputfile.write(footer)
/trunk/main/xml2cmp/source/support/
H A Dsyshelp.cxx65 o_rFile.write( pStart, pNameEnd - pStart ); in WriteName()
91 o_rFile.write( sPath.str(), nNameEnd ); in WriteName()
106 o_rFile.write( i_rName.str(), nKomma ); in WriteName()
111 o_rFile.write( i_rName.str(), nKomma ); in WriteName()
114 o_rFile.write( i_rName.str() + nKomma + 1, nEnd - nKomma ); in WriteName()
119 o_rFile.write( i_rName.str() + nKomma + 1, nEnd - nKomma ); in WriteName()
137 o_rFile.write( pStart, pNameEnd - pStart ); in WriteName()
155 o_rFile.write( i_sStr, (int) strlen(i_sStr) ); in WriteStr()
162 o_rFile.write( i_sStr.str(), i_sStr.l() ); in WriteStr()
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java661 te.write(tr); in writeTitle()
1375 write(topic, data); in writeCell()
1413 te.write(xc); in writeCell()
1724 public void write(Object textRange) in write() method in ParaStyled
1757 public void write(Object textRange) in write() method in TextElement
1762 super.write(textRange); in write()
1798 public void write(Object textRange) in write() method in PlaceholderTextElement
1800 super.write(textRange); in write()
1843 public void write(Object textRange) in write() method in PlaceholderElement
1850 super.write(textRange); in write()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DOfficePrint.java449 out.write("# buildid from wordloadfile" + ls); in createInfoFile()
451 out.write("buildid=" + sBuildID + ls); in createInfoFile()
457 out.write("buildid=" + sBuildID + ls); in createInfoFile()
463 out.write(ls); in createInfoFile()
464 out.write("# resolution given in DPI" + ls); in createInfoFile()
469 out.write("buildid=" + _sSpecial + ls); in createInfoFile()
478 out.write(ls); in createInfoFile()
479 out.write("# Values out of System.getProperty(...)" + ls); in createInfoFile()
480 out.write("os.name=" + System.getProperty("os.name") + ls); in createInfoFile()
481 out.write("os.arch=" + System.getProperty("os.arch") + ls); in createInfoFile()
[all …]
/trunk/main/xmlsecurity/tools/uno/
H A DTestTool.java913 m_logFileOutputStream.write(("start \""+command+"\" ...\n").getBytes()); in runBatch()
916 m_logFileOutputStream.write("command end \n\n".getBytes()); in runBatch()
920 m_logFileOutputStream.write(("start \""+command+"\" ...\n").getBytes()); in runBatch()
922 m_logFileOutputStream.write("command end \n\n".getBytes()); in runBatch()
926 m_logFileOutputStream.write(("start \""+command+"\" ...\n").getBytes()); in runBatch()
928 m_logFileOutputStream.write("command end \n\n".getBytes()); in runBatch()
960 m_logFileOutputStream.write("command end \n\n".getBytes()); in runBatch()
967 m_logFileOutputStream.write("command end \n\n".getBytes()); in runBatch()
1133 m_logFileOutputStream.write(" ".getBytes()); in showMessage()
1137 m_logFileOutputStream.write(b[i]); in showMessage()
[all …]
/trunk/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DNativeOutputStreamHelper.java46 public void write(byte[] b, int off, int len) throws java.io.IOException{ in write() method in NativeOutputStreamHelper
47 out.write(key,file,b, off, len); in write()
50 public void write(byte[] b) throws java.io.IOException{ in write() method in NativeOutputStreamHelper
51 out.write(key,file,b); in write()
58 public void write(int b) throws java.io.IOException{ in write() method in NativeOutputStreamHelper
59 out.write(key,file,b); in write()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/stats/
H A DSimpleFileOutProducer.java67 out.write(header+ls); in summary()
69 out.write(entry.ErrorMsg+ls); in summary()
70 out.write("Whole "+entry.EntryType+": "+entry.State+ls); in summary()
72 out.write("Whole "+entry.EntryType+": "+entry.State+ls); in summary()
78 out.write(bottom+ls); in summary()
79 out.write(""+ls); in summary()
/trunk/main/pyuno/demo/
H A Dooextract.py40 sys.stdout.write( seq.value )
94 sys.stderr.write( "Error during conversion: " + e.Message + "\n" )
97 … sys.stderr.write( "Error ("+repr(e.__class__)+") during conversion:" + e.Message + "\n" )
103 sys.stderr.write( "Error ("+repr(e.__class__)+") :" + e.Message + "\n" )
106 sys.stderr.write( str(e) + "\n" )
113 sys.stderr.write( "usage: ooextract.py --help |\n"+
/trunk/main/sax/inc/sax/
H A Dfshelper.hxx84 FastSerializerHelper* write(const char* value);
85 FastSerializerHelper* write(const rtl::OUString& value);
86 FastSerializerHelper* write(sal_Int32 value);
87 FastSerializerHelper* write(sal_Int64 value);
88 FastSerializerHelper* write(float value);
89 FastSerializerHelper* write(double value);
/trunk/main/sdext/source/pdfimport/sax/
H A Demitcontext.cxx115 pStream->write( " ", 4, nWritten ); in beginTag()
129 pStream->write( aBuf.getStr(), aBuf.getLength(), nWritten ); in beginTag()
135 void SaxEmitter::write( const rtl::OUString& rText ) in write() function in pdfi::SaxEmitter
149 pStream->write( aStr.getStr(), aStr.getLength(), nWritten ); in write()
169 pStream->write( " ", 4, nWritten ); in endTag()
175 pStream->write( aBuf.getStr(), aBuf.getLength(), nWritten ); in endTag()

Completed in 165 milliseconds

12345678910>>...27