Home
last modified time | relevance | path

Searched refs:read (Results 201 – 225 of 757) sorted by relevance

12345678910>>...31

/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java1012 int read; in getSequence() local
1014 read = xStream.readBytes(aReadSeq, bytesToRead); in getSequence()
1015 baos.write(aReadSeq[0], 0, read); in getSequence()
1016 } while (read == bytesToRead); in getSequence()
/aoo42x/main/forms/source/component/
H A DEditBase.cxx150 void OEditBaseModel::read(const Reference<XObjectInputStream>& _rxInStream) throw ( ::com::sun::sta… in read() function in frm::OEditBaseModel
152 OBoundControlModel::read(_rxInStream); in read()
H A DRadioButton.cxx303 void SAL_CALL ORadioButtonModel::read(const Reference<XObjectInputStream>& _rxInStream) throw(IOExc… in read() function in frm::ORadioButtonModel
305 OReferenceValueComponent::read(_rxInStream); in read()
H A Dnavigationbar.cxx304 …void SAL_CALL ONavigationBarModel::read( const Reference< XObjectInputStream >& _rxInStream ) thro… in read() function in frm::ONavigationBarModel
310 OControlModel::read( _rxInStream ); in read()
/aoo42x/main/offapi/com/sun/star/configuration/
H A DConfigurationRegistry.idl61 Thus anybody using this service is strongly advised to read and understand the specification
77 configuration node and the access mode (read only or updatable).
H A DConfigurationUpdateAccess.idl54 unless they are marked <em>read-only</em> (which is indicated by attribute
86 /** is the basic service providing read access to an element of the
H A DHierarchyAccess.idl149 <p>If an implementation is part of a <em>read-only</em> view of the hierarchy,
172 <p>If an implementation is part of a <em>read-only</em> view of the hierarchy,
/aoo42x/main/cui/source/dialogs/
H A Dpasswdomdlg.src135 Text [ en-US ] = "Open file read-only" ;
206 …Text [ en-US ] = "Please enter a password to open or to modify, or check the open read-only option…
/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java354 int nChar = aInput.read( ); in skipLineFeeds()
356 nChar = aInput.read( ); in skipLineFeeds()
360 aInput.read( ); in skipLineFeeds()
/aoo42x/main/store/source/
H A Dstorlckb.cxx204 storeError eErrCode = aPage.read (aDescr.m_nPage, aData, *m_xManager); in readAt()
306 eErrCode = aPage.read (aDescr.m_nPage, aData, *m_xManager); in writeAt()
/aoo42x/main/offapi/com/sun/star/rendering/
H A DXIeeeFloatReadOnlyBitmap.idl53 this interface only permits read-only access.<p>
65 occurs, the whole bitmap read operation should be repeated.<p>
H A DXIeeeDoubleReadOnlyBitmap.idl54 read-only access.<p>
66 occurs, the whole bitmap read operation should be repeated.<p>
H A DXIntegerReadOnlyBitmap.idl55 interface only permits read-only access.<p>
67 occurs, the whole bitmap read operation should be repeated, if you
/aoo42x/main/offapi/com/sun/star/awt/
H A DAccessibleEdit.idl116 /** This interface gives read-only access to the text representation
123 interface and gives read and write access to the text representation
/aoo42x/main/offapi/com/sun/star/embed/
H A DStorage.idl104 read-write mode it is locked for reading and writing )
115 read-write mode all noncommited changes will be lost.
141 stream explicitly. The password will be used to read
/aoo42x/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
/aoo42x/main/sc/source/ui/src/
H A Dscerrors.src77 Text [ en-US ] = "The file contains data after row 8192 and therefore can not be read." ;
164 Text [ en-US] = "Not all attributes could be read." ;
/aoo42x/main/sal/qa/osl/socket/
H A Dosl_Socket.cxx505 …sal_Int32 nReadCount = csConnectorSocket.read( m_aValues.getWriteBuffer(), m_aValues.getBufferSize… in run()
2702 sal_Int32 nRead1 = ssConnectionSocket.read( pReadBuffer, 11 ); in TEST_F()
2707 sal_Int32 nRead2 = ssConnectionSocket.read( pReadBuffer + nRead1, 12 ); in TEST_F()
2708 sal_Int32 nRead3 = ssConnectionSocket.read( pReadBuffer + nRead1 + nRead2, 12 ); in TEST_F()
2748 sal_Int32 nRead1 = ssConnectionSocket.read( pReadBuffer, 11 ); in TEST_F()
2752 sal_Int32 nRead3 = ssConnectionSocket.read( pReadBuffer + nRead1 , 12 ); in TEST_F()
/aoo42x/main/sw/source/ui/app/
H A Derror.src156 Text [ en-US ] = "No drawings could be read." ;
164 Text [ en-US ] = "Not all attributes could be read." ;
/aoo42x/main/svx/source/src/
H A Derrtxt.src228 Text [ en-US ] = "Data could not be read from the file." ;
300 …Text [ en-US ] = "Document information could not be read from the file because\nthe document infor…
316 Text [ en-US ] = "The document was opened as read-only." ;
/aoo42x/main/oox/source/xls/
H A Dbiffinputstream.cxx123 void BiffInputRecordBuffer::read( void* opData, sal_uInt16 nBytes ) in read() function in oox::xls::prv::BiffInputRecordBuffer
322 maRecBuffer.read( pnBuffer, nReadSize ); in readMemory()
/aoo42x/main/sw/source/ui/misc/
H A Dglossary.src91 Text [ en-US ] = "read-only" ;
179 …Text [ en-US ] = "The 'AutoText' directories are read-only. Do you want to call the path settings …
/aoo42x/main/extensions/workben/
H A Dtestpgp.cxx225 int k = read (m_fd, buffer, sizeof(buffer)); in setBuffer()
235 k = read (m_fd, buffer, sizeof(buffer)); in setBuffer()
/aoo42x/main/sw/sdi/
H A Ddrwtxtsh.sdi554 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; // e.g. disable for read-only documents
561 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; // e.g. disable for read-only documents
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXRowUpdate.idl209 how much data should be read out of the stream
224 how much data should be read out of the stream

Completed in 207 milliseconds

12345678910>>...31