Home
last modified time | relevance | path

Searched refs:write (Results 176 – 200 of 664) sorted by relevance

12345678910>>...27

/trunk/main/forms/source/component/
H A DImageButton.cxx117 void OImageButtonModel::write(const Reference<XObjectOutputStream>& _rxOutStream) throw ( ::com::su… in write() function in frm::OImageButtonModel
119 OControlModel::write(_rxOutStream); in write()
H A Dscrollbar.cxx253 void SAL_CALL OScrollBarModel::write( const Reference< XObjectOutputStream >& _rxOutStream ) in write() function in frm::OScrollBarModel
256 OBoundControlModel::write( _rxOutStream ); in write()
H A DFile.cxx217 void OFileControlModel::write(const Reference<stario::XObjectOutputStream>& _rxOutStream) throw ( :… in write() function in frm::OFileControlModel
219 OControlModel::write(_rxOutStream); in write()
H A DEditBase.cxx92 void OEditBaseModel::write(const Reference<XObjectOutputStream>& _rxOutStream) throw ( ::com::sun::… in write() function in frm::OEditBaseModel
94 OBoundControlModel::write(_rxOutStream); in write()
H A DRadioButton.cxx285 void SAL_CALL ORadioButtonModel::write(const Reference<XObjectOutputStream>& _rxOutStream) in write() function in frm::ORadioButtonModel
288 OReferenceValueComponent::write(_rxOutStream); in write()
H A Dnavigationbar.cxx230 …void SAL_CALL ONavigationBarModel::write( const Reference< XObjectOutputStream >& _rxOutStream ) t… in write() function in frm::ONavigationBarModel
238 OControlModel::write( _rxOutStream ); in write()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/dom/
H A DDOMDocument.java222 public void write(OutputStream os) throws IOException { in write() method in DOMDocument
227 os.write(contentBytes); in write()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/test/
H A DDriver.java179 docOut.write(fos); in doConversion()
200 mergeDoc.write(fos); in doConversion()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DParcelFolderSupport.java104 descriptor.write(); in setClasspath()
206 descriptor.write(); in configure()
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx65 virtual bool write( const void* pBuf, unsigned int nLen ) throw() in write() function in StringEmitContext
73 write( m_aBuf.getStr() + nOrigOffset, nLen ) : false; } in copyOrigBytes()
474 aCtx.write( "offending dictionary element: ", 30 ); in endDict()
/trunk/main/offapi/com/sun/star/deployment/
H A DXPackageManager.idl237 which require write access to the location where the extensions
244 write permission. Only the XPackageManager implementation knows the
246 to check &quot;externally&quot; for write permission.
/trunk/main/vcl/workben/
H A Dsvpclient.cxx240 write( nSocket, rCommand.getStr(), rCommand.getLength() ); in processCommand()
241 write( nSocket, "\n", 1 ); in processCommand()
/trunk/main/udkapi/com/sun/star/reflection/
H A DXIdlField2.idl65 /** Returns the access mode of the field, i.e. read-write, read-only or
66 write-only (access mode "const" is deprecated).
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DUpdatableLayer.idl42 provides read/write access to a configuration data layer.
73 provides write access to the contents of the layer.
/trunk/main/io/source/stm/
H A Dopipe.cxx337 m_pFIFO->write( seqCopy ); in writeBytes()
341 m_pFIFO->write( aData ); in writeBytes()
/trunk/main/connectivity/source/resource/
H A Dconn_shared_res.src442 …Text [ en-US ] = "The column '$columnname$' could not be altered. May be the file system is write
450 …Text [ en-US ] = "The column '$columnname$' could not be added. May be the file system is write pr…
454 …column at position '$position$' could not be dropped. May be the file system is write protected." ;
458 …Text [ en-US ] = "The table '$tablename$' could not be dropped. May be the file system is write pr…
/trunk/main/svl/source/misc/
H A Dstrmadpt.cxx87 sal_uInt32 write(sal_Int8 const * pBuffer, sal_uInt32 nSize);
554 m_pPipe->write(aBuffer.getConstArray(), sal_uInt32(nCount)); in GetData()
881 sal_uInt32 SvDataPipe_Impl::write(sal_Int8 const * pBuffer, sal_uInt32 nSize) in write() function in SvDataPipe_Impl
/trunk/main/unotools/source/config/
H A Dconfigvaluecontainer.cxx396 void OConfigurationValueContainer::write( sal_Bool _bCommit ) in write() function in utl::OConfigurationValueContainer
417 write( sal_False ); in commit()
/trunk/main/tools/source/inet/
H A Dinetmime.cxx2199 rSink.write(pTheDay, pTheDay + 3); in writeDateTime()
2217 rSink.write(pTheMonth, pTheMonth + 3); in writeDateTime()
2258 aOutput.write(rBody.GetBuffer(), rBody.GetBuffer() + rBody.Len()); in writeHeaderFieldBody()
2645 rSink.write(pStart, pBodyPtr); in writeHeaderFieldBody()
2865 rSink.write(pStart, pBodyPtr); in writeHeaderFieldBody()
3872 m_rSink.write(m_pBuffer, m_pBufferEnd); in finish()
3957 m_rSink.write(m_pBuffer, m_pBufferEnd); in finish()
/trunk/main/udkapi/com/sun/star/registry/
H A DDefaultRegistry.idl57 <dd> checks if the local registry has write protection.
103 <b>Note: all write functions only work on the local registry.</b>
/trunk/main/offapi/com/sun/star/chart2/data/
H A DDataSequence.idl60 /** provides read- and write-access to the underlying data.
76 /** provides read- and write-access to single elements of the
/trunk/main/offapi/com/sun/star/document/
H A DExtendedTypeDetectionFactory.idl50 This factory implements read/write access on the underlying configuration set.
115 /** provides a write access to the configuration data.
/trunk/main/soltools/cpp/
H A D_tokens.c497 if ( write(1, wbuf, OBS) != -1 ) { in puttokens()
515 if ( write(1, wbuf, wbp - wbuf) != -1) in flushout()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DSystemManager.java301 fw.write(fileContentStr); in saveCharFileVector()
361 bos.write(b); in copy()
/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx887 rStream->write( " " ) in WriteAttributes()
889 ->write( "=\"" ) in WriteAttributes()
891 ->write( "\"" ); in WriteAttributes()

Completed in 97 milliseconds

12345678910>>...27