Home
last modified time | relevance | path

Searched refs:write (Results 201 – 225 of 664) sorted by relevance

12345678910>>...27

/trunk/main/extensions/workben/
H A Dtestpgp.cxx415 int k = ::write (1, pData, nData); in flush()
417 ::write (1, "\n", 1); in flush()
/trunk/main/toolkit/src2xml/source/
H A Dsrclexer.py87 sys.stderr.write(chars)
89 sys.stdout.write(chars)
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java135 parentDoc.write(bos); in readStyleCatalog()
459 origDoc.write(bos); in buildDocument()
/trunk/main/forms/source/richtext/
H A Drichtextmodel.cxx519 …void SAL_CALL ORichTextModel::write(const Reference< XObjectOutputStream >& _rxOutStream) throw ( … in write() function in frm::ORichTextModel
521 OControlModel::write( _rxOutStream ); in write()
/trunk/main/tools/source/stream/
H A Dstrmunx.cxx398 nWrite = write(pInstanceData->nHandle,pData,(unsigned)nSize); in PutData()
894 if (::write (fd, (char*)"", (size_t)1) < 0) in SetSize()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXResultSetMetaData.idl240 /** indicates whether it is possible for a write on the column to succeed.
251 /** indicates whether a write on the column will definitely succeed.
/trunk/main/dtrans/source/win32/dtobj/
H A DXTDataObject.cxx207 stgTransfHelper.write( lpStorage, nBytesToTransfer, &nBytesWritten ); in renderDataAndSetupStgMedium()
210 stgTransfHelper.write( lpStorage, nBytesToTransfer ); in renderDataAndSetupStgMedium()
/trunk/main/forms/source/component/
H A DGrid.cxx885 void OGridControlModel::write(const Reference<XObjectOutputStream>& _rxOutStream) throw ( ::com::su… in write() function in frm::OGridControlModel
887 OControlModel::write(_rxOutStream); in write()
912 pCol->write(_rxOutStream); in write()
H A DButton.cxx150 void OButtonModel::write(const Reference<XObjectOutputStream>& _rxOutStream) throw (::com::sun::sta… in write() function in frm::OButtonModel
152 OClickableImageBaseModel::write(_rxOutStream); in write()
H A DColumns.cxx496 void SAL_CALL OGridColumn::write(const Reference<XObjectOutputStream>& _rxOutStream) in write() function in frm::OGridColumn
507 xPersist->write(_rxOutStream); in write()
H A DComboBox.cxx339 void SAL_CALL OComboBoxModel::write(const Reference<stario::XObjectOutputStream>& _rxOutStream) in write() function in frm::OComboBoxModel
342 OBoundControlModel::write(_rxOutStream); in write()
/trunk/main/sal/osl/unx/
H A Dfile.cxx318 if (-1 == write (m_fd, (char*)"", (size_t)1)) in setSize()
413 ssize_t nBytes = ::write (m_fd, pBuffer, nBytesToWrite); in writeAt()
507 ssize_t nBytes = ::write (m_fd, pBuffer, nBytesToWrite); in writeFileAt()
/trunk/main/offapi/com/sun/star/document/
H A DTypeDetection.idl47 /** capsulate a type detection service and provide read/write access on it's configuration data.
159 /** provides a write access to the configuration data.
/trunk/main/sal/qa/osl/socket/
H A Dosl_Socket.cxx591 ssStreamConnection.write( m_aValues.getBuffer(), m_aValues.getBufferSize() ); in run()
2628 sal_Int32 nWrite1 = csConnectorSocket.write( pTestString1, 11 ); // "test socket" in run()
2630 sal_Int32 nWrite2 = csConnectorSocket.write( pTestString2, strlen( pTestString2 ) + 1 ); in run()
2632 csConnectorSocket.write( pTestString2, strlen( pTestString2 ) + 1 ); in run()
2750 sal_Int32 nWrite = ssConnectionSocket.write( pReadBuffer, 11 ); in TEST_F()
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DError.ulf140 en-US = "Unable to write to the specified folder [2]."
197 en-US = "Could not write value [2] to key [3]. {{ System error [4].}} Verify that you have sufficie…
350 en-US = "Could not schedule file [2] to replace file [3] on reboot. Verify that you have write perm…
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcfunc.hxx41 virtual size_t write(void *buffer,size_t size,size_t nmemb) = 0;
/trunk/main/sdext/source/pdfimport/inc/
H A Dxmlemitter.hxx46 virtual void write( const rtl::OUString& rString ) = 0;
/trunk/main/shell/source/unix/sysshell/
H A Drecently_used_file.hxx55 void write(const char* buffer, size_t size) const;
/trunk/main/vos/inc/vos/
H A Distream.hxx57 virtual sal_Int32 SAL_CALL write(const void* pBuffer,
H A Dconnectn.hxx82 virtual sal_Int32 SAL_CALL write( const sal_Int8* pData , sal_Int32 nBytesToWrite ) = 0;
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/
H A DDocument.java60 public void write(OutputStream os) throws IOException; in write() method
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DBIFFRecord.java54 public void write(OutputStream output) throws IOException; in write() method
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DXMLParser.java33 public void write(Document doc, OutputStream out) throws IOException; in write() method
/trunk/main/offapi/com/sun/star/configuration/
H A DConfigurationProvider.idl183 cache may operate in <em>write-back</em> mode, where updates at
186 <em>write-through</em> mode, where updates are written to persistent
/trunk/main/offapi/com/sun/star/resource/
H A DXResourceBundle.idl45 this way, you can write program code that is largely independent of
49 <p>This allows you to write programs that can:

Completed in 157 milliseconds

12345678910>>...27