Home
last modified time | relevance | path

Searched refs:read (Results 126 – 150 of 757) sorted by relevance

12345678910>>...31

/aoo42x/main/autodoc/inc/cosv/
H A Dbstream.hxx51 uintt read(
114 bistream::read( void * o_pDest, in read() function in csv::bistream
/aoo42x/main/scripting/java/com/sun/star/script/framework/io/
H A DXInputStreamWrapper.java35 public int read() throws java.io.IOException in read() method in XInputStreamWrapper
53 public int read( byte[] b ) throws java.io.IOException in read() method in XInputStreamWrapper
/aoo42x/main/filter/source/config/tools/merge/
H A DpyAltFCFGMerge192 def read(self,filename): member in Properties
353 self.props.read(sPropFile)
585 sBuffer = sBuffer + aFragmentFile.read()
/aoo42x/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DNativeStorageAccess.java65 public native int read(String name,String key) throws java.io.IOException; in read() method in NativeStorageAccess
67 …public native int read(String name,String key,byte[] b, int off, int len) throws java.io.IOExcepti… in read() method in NativeStorageAccess
/aoo42x/main/libxml2/
H A D50f06b3efb638efb0abd95dc62dca05ae67882c2.patch4 Subject: [PATCH] Fix out-of-bounds read with 'xmllint --htmlout'
28 + * an out-of-bounds read.
/aoo42x/main/io/source/connector/
H A Dctr_pipe.cxx56 sal_Int32 PipeConnection::read( Sequence < sal_Int8 > & aReadBytes , sal_Int32 nBytesToRead ) in read() function in stoc_connector::PipeConnection
66 return m_pipe.read( aReadBytes.getArray() , aReadBytes.getLength() ); in read()
/aoo42x/main/io/source/stm/
H A Dstreamhelper.hxx56 virtual void read( Sequence<sal_Int8> & , sal_Int32 nBytesToRead )
141 virtual void read( Sequence<sal_Int8> & , sal_Int32 nBytesToRead )
/aoo42x/main/forms/source/component/
H A DFixedText.cxx121 void SAL_CALL OFixedTextModel::read(const Reference<XObjectInputStream>& _rxInStream) throw(IOExcep… in read() function in frm::OFixedTextModel
123 OControlModel::read(_rxInStream); in read()
H A DGroupBox.cxx123 void SAL_CALL OGroupBoxModel::read(const Reference< XObjectInputStream>& _rxInStream) throw(IOExcep… in read() function in frm::OGroupBoxModel
125 OControlModel::read( _rxInStream ); in read()
H A DHidden.cxx167 void SAL_CALL OHiddenModel::read(const Reference<XObjectInputStream>& _rxInStream) throw(IOExceptio… in read() function in frm::OHiddenModel
180 OControlModel::read(_rxInStream); in read()
/aoo42x/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DError.ulf143 en-US = "A network error occurred while attempting to read from the file [2]"
194 en-US = "Could not read value [2] from key [3]. {{ System error [4].}} Verify that you have suffici…
206 en-US = "Could not read security information for key [2]. {{ System error [3].}} Verify that you ha…
305 en-US = "You have insufficient privileges to read this folder."
311 en-US = "Error attempting to read from the source installation database: [2]."
/aoo42x/main/xmerge/source/palmtests/qa/comparator/
H A DPalmDB.java257 public void read(InputStream is) throws IOException { in read() method in PalmDB
274 records[i].read(in); in read()
/aoo42x/main/offapi/com/sun/star/ucb/
H A DDynamicResultSet.idl35 /** provides read access to a static or dynamically changing
46 /** Provides read access to a static or a dynamically changing
H A DPackageFolderContent.idl138 string ContentType ( read-only, always "application/vnd.sun.star.pkg-folder" )
141 boolean IsDocument ( read-only, always false )
144 boolean IsFolder ( read-only, always true )
/aoo42x/main/udkapi/com/sun/star/reflection/
H A DXInterfaceAttributeTypeDescription.idl51 /** Returns true, if this attribute is read-only.
54 true, if attribute is read-only
/aoo42x/main/offapi/com/sun/star/configuration/backend/
H A DXUpdateHandler.idl67 if the target layer is read-only
91 <li>if the update tries to change read-only data</li>
96 if the target layer is read-only
146 <li>if the node is read-only</li>
354 <li>if the property is read-only</li>
517 <li>if the property is read-only</li>
/aoo42x/main/udkapi/com/sun/star/io/
H A DTextInputStream.idl44 /** provides functionality to read text data from a
54 /// Interface to read text data
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPdbDecoder.java86 header.read(file); in parse()
167 header.read(dis); in parse()
H A DPalmDB.java375 public void read(InputStream is) throws IOException { in read() method in PalmDB
392 records[i].read(in); in read()
/aoo42x/main/scripting/java/org/openoffice/idesupport/xml/
H A DManifest.java146 int previous = reader.read(); in replaceNewlines()
150 while ((current = reader.read()) != -1) { in replaceNewlines()
/aoo42x/main/graphite/
H A Dgraphite-2.3.1.patch232 - return read(((pTable->mac_style) & 0x00000002) != 0);
233 + return ((read(pTable->mac_style) & 0x00000002) != 0);
242 - return (read(pTable[nGlyphId]) << 1);
244 + return (read(pTableLoca[nGlyphId]) << 1);
253 - return read(pTable[nGlyphId]);
255 + return read(pTableLoca[nGlyphId]);
799 @param vnStack - stack to read value from
1283 + position, read from the output stream (psstrmNext).
1297 So dislotOffset = 0 means not the slot at the read position but one slot earlier.
1324 - // Current read pos is inside reprocess buffer.
[all …]
/aoo42x/main/bridges/test/
H A Dtestclient.cxx105 r->read( s1 , 12 ); in testLatency()
106 r->read( s1 , 48 ); in testLatency()
/aoo42x/main/offapi/com/sun/star/frame/
H A DModuleManager.idl43 Further it provides read access to the configuration
58 /** provides read access to the configuration of office modules.
/aoo42x/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.
/aoo42x/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx197 ULONG read = 0; in Read() local
199 for ( ;(pos_ < size) && (cb > 0); pos_++, cb--, read++) in Read()
203 *pcbRead = read; in Read()

Completed in 253 milliseconds

12345678910>>...31