Home
last modified time | relevance | path

Searched refs:write (Results 126 – 150 of 664) sorted by relevance

12345678910>>...27

/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DPDBHeader.java131 public void write(DataOutput out) throws IOException { in write() method in PDBHeader
133 out.write(pdbName); in write()
H A DXmlZipExtract.java95 raf.write(b); in getContentXmlInt()
133 baos.write(buffer, 0, eof); in readStream()
/trunk/main/l10ntools/java/jpropex/java/
H A DSdfData.java86 public void write( String filename ) in write() method in SdfData
94 out.write( ( (SdfEntity) e.nextElement() ).toString() + "\n" ); in write()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DPackageRemover.java51 out.write(newDeclaration, 0, newDeclaration.length()); in removeDeclaration()
56 out.write(line, 0, line.length()); in removeDeclaration()
H A DManifestParser.java90 public void write(Document doc, OutputStream out) throws IOException { in write() method in ManifestParser
91 XMLUtil.write(doc, out, ""); in write()
/trunk/main/io/source/connector/
H A Dctr_pipe.cxx73 void PipeConnection::write( const Sequence < sal_Int8 > &seq ) in write() function in stoc_connector::PipeConnection
79 if( m_pipe.write( seq.getConstArray() , seq.getLength() ) != seq.getLength() ) in write()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DOutputHandler.java113 logFile.write(out); in log()
134 dbgFile.write(out); in dbg()
/trunk/main/io/source/stm/
H A Dstreamhelper.hxx53 virtual void write( const Sequence<sal_Int8> &) throw( IFIFO_OutOfMemoryException,
139 virtual void write( const Sequence<sal_Int8> &) throw( IFIFO_OutOfMemoryException,
/trunk/main/connectivity/source/drivers/hsqldb/
H A Daccesslog.hxx105 void write( jint value ) in write() function in connectivity::hsqldb::DataLogFile
111 void write( const sal_Int8* buffer, sal_Int32 bytesRead ) in write() function in connectivity::hsqldb::DataLogFile
/trunk/main/sdext/source/pdfimport/test/
H A Dpdfunzip.cxx73 virtual bool write( const void* pBuf, unsigned int nLen ) throw();
155 bool FileEmitContext::write( const void* pBuf, unsigned int nLen ) throw() in write() function in FileEmitContext
198 bool bRet = write( pBuf, nLen ); in copyOrigBytes()
/trunk/main/filter/source/flash/
H A Dswfwriter.cxx154 pFont->write( *mpFontsStream ); in storeTo()
211 mpSprite->write( *mpMovieStream ); in endSprite()
321 mpTag->write( *mpMovieStream ); in endTag()
/trunk/main/forms/source/component/
H A DFixedText.cxx110 void SAL_CALL OFixedTextModel::write(const Reference<XObjectOutputStream>& _rxOutStream) in write() function in frm::OFixedTextModel
113 OControlModel::write(_rxOutStream); in write()
H A DGroupBox.cxx112 void SAL_CALL OGroupBoxModel::write(const Reference< XObjectOutputStream>& _rxOutStream) in write() function in frm::OGroupBoxModel
115 OControlModel::write(_rxOutStream); in write()
H A DHidden.cxx154 void SAL_CALL OHiddenModel::write(const Reference<XObjectOutputStream>& _rxOutStream) in write() function in frm::OHiddenModel
163 OControlModel::write(_rxOutStream); in write()
/trunk/main/autodoc/source/cosv/storage/
H A Ddirchain.cxx142 o_rPath.write( (*it).c_str() ); in Get()
143 o_rPath.write( i_sDelimiter, deliLen); in Get()
/trunk/main/oox/source/xls/
H A Daddressconverter.cxx132 void BinAddress::write( BiffOutputStream& rStrm, bool bCol16Bit, bool bRow32Bit ) const in write() function in oox::xls::BinAddress
165 void BinRange::write( BiffOutputStream& rStrm, bool bCol16Bit, bool bRow32Bit ) const in write() function in oox::xls::BinRange
213 void BinRangeList::write( BiffOutputStream& rStrm, bool bCol16Bit, bool bRow32Bit ) const in write() function in oox::xls::BinRangeList
226 aIt->write( rStrm, bCol16Bit, bRow32Bit ); in writeSubList()
/trunk/main/uui/source/
H A Dids.src230 Text [ en-US ] = "$(ARG1) is write protected." ;
349 …Text [ en-US ] = "The file $(ARG1) is locked by another user. Currently, another write access to t…
355 …Text [ en-US ] = "The file $(ARG1) is locked by yourself. Currently, another write access to this …
365 …oblems on the server managing the file lock. It cannot be guaranteed that write operations on this…
/trunk/main/toolkit/src2xml/source/
H A Dglobals.py28 sys.stderr.write (msg)
33 sys.stderr.write(msg)
/trunk/main/oox/source/core/
H A Dxmlfilterbase.cxx315 pDoc->write( sValue ); in writeElement()
323 pDoc->write( OUString::valueOf( nValue ) ); in writeElement()
346 pDoc->write( pStr ); in writeElement()
/trunk/main/udkapi/com/sun/star/io/
H A DTextOutputStream.idl40 /** provides functionality to write text data to a
50 /// Interface to write text data
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DHTMLResult.java71 m_aOut.write( _sStr ); in writeln()
72 m_aOut.write ( ls ); in writeln()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DSimpleMailSender.java138 output.write(line + "\r\n"); in sendline()
148 output.write(line + "\r\n"); in sendline()
/trunk/main/scripting/examples/java/Newsgroup/
H A DMimeConfiguration.java88 out.write( lines[i], 0, lines[i].length() ); in writeMailCap()
150 out.write( lines[i], 0, lines[i].length() ); in writeMimeTypes()
/trunk/main/extensions/source/oooimprovement/
H A Dsoapsender.cxx118 …if(socket->write(header.getStr(), header.getLength()) != static_cast<sal_Int32>(header.getLength()… in send()
137 if(socket->write(buf2, bytes_read) != bytes_read) in send()
/trunk/main/offapi/com/sun/star/embed/
H A DStorageStream.idl87 In case a stream is opened with read-write access only one instance of
92 be possible to open the stream for read-write access until all the
135 or read-write access is requested.

Completed in 125 milliseconds

12345678910>>...27