Home
last modified time | relevance | path

Searched refs:read (Results 26 – 50 of 757) sorted by relevance

12345678910>>...31

/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DBoolErrCell.java66 read(is); in BoolErrCell()
100 public int read(InputStream input) throws IOException { in read() method in BoolErrCell
102 int numOfBytesRead = super.read(input); in read()
104 bBoolErr = (byte) input.read(); in read()
105 fError = (byte) input.read(); in read()
H A DDefColWidth.java56 read(is); in DefColWidth()
78 public int read(InputStream input) throws IOException { in read() method in DefColWidth
80 int numOfBytesRead = input.read(grbit); in read()
81 numOfBytesRead += input.read(coldx); in read()
82 numOfBytesRead += input.read(ixfe); in read()
H A DBlankCell.java45 read(is); in BlankCell()
87 public int read(InputStream input) throws IOException { in read() method in BlankCell
89 int numOfBytesRead = input.read(rw); in read()
91 col += input.read(); in read()
92 numOfBytesRead += input.read(ixfe); in read()
H A DBoundSheet.java60 read(is); in BoundSheet()
116 public int read(InputStream input) throws IOException { in read() method in BoundSheet
118 reserved = (byte) input.read(); in read()
119 cch = (byte) input.read(); in read()
123 numOfBytesRead += input.read(sheetName, 0, strLen); in read()
H A DStringValue.java62 read(is); in StringValue()
79 public int read(InputStream input) throws IOException { in read() method in StringValue
81 cch[0] = (byte) input.read(); in read()
82 cch[1] = (byte) input.read(); in read()
87 numOfBytesRead += input.read(rgch, 0, strlen); in read()
H A DLabelCell.java66 read(is); in LabelCell()
100 public int read(InputStream input) throws IOException { in read() method in LabelCell
102 int numOfBytesRead = super.read(input); in read()
104 numOfBytesRead += input.read(cch); in read()
108 input.read(rgch, 0, strLen); in read()
H A DWindow2.java64 read(is); in Window2()
128 public int read(InputStream input) throws IOException { in read() method in Window2
130 int numOfBytesRead = input.read(rwTop); in read()
131 colLeft = (byte) input.read(); in read()
133 numOfBytesRead += input.read(grbit); in read()
H A DNumberFormat.java48 read(is); in NumberFormat()
66 public int read(InputStream input) throws IOException { in read() method in NumberFormat
68 cce = (byte) input.read(); in read()
72 numOfBytesRead += input.read(rgch, 0, cce*2); in read()
H A DDefRowHeight.java53 read(is); in DefRowHeight()
65 public int read(InputStream input) throws IOException { in read() method in DefRowHeight
67 int numOfBytesRead = input.read(unknown1); in read()
68 numOfBytesRead += input.read(unknown2); in read()
H A DCellValue.java109 public int read(InputStream input) throws IOException { in read() method in CellValue
111 int numOfBytesRead = input.read(rw); in read()
112 col += input.read(); in read()
114 numOfBytesRead += input.read(ixfe); in read()
/aoo42x/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx358 …sal_Int32 nReadCount = m_aConnectorSocket.read( m_aValues.getWriteBuffer(), m_aValues.getBufferSiz… in run()
806 sal_Int32 nRead1 = ssConnectionSocket.read( pReadBuffer, 11 ); in TEST_F()
811 sal_Int32 nRead2 = ssConnectionSocket.read( pReadBuffer + nRead1, 12 ); in TEST_F()
812 sal_Int32 nRead3 = ssConnectionSocket.read( pReadBuffer + nRead1 + nRead2, 12 ); in TEST_F()
853 sal_Int32 nRead1 = ssConnectionSocket.read( pReadBuffer, 11 ); in TEST_F()
857 sal_Int32 nRead3 = ssConnectionSocket.read( pReadBuffer + nRead1 , 12 ); in TEST_F()
963 void read() in read() function in osl_StreamSocket::ReadSocket2Thread
998 m_nReadCount = aSocket.read( m_pBuffer, m_nBufferSize ); in read()
1016 read(); in run()
1157 sal_Int32 nReadNumberReal = ssStreamConnection.read( pBuffer2, nReadNumber ); in send_Connector()
[all …]
/aoo42x/main/offapi/com/sun/star/ucb/
H A DWebDAVDocumentContent.idl131 string ContentType ( read-only, always "application/http-content" )
134 boolean IsDocument ( read-only, always true )
137 boolean IsFolder ( read-only, always false )
140 <type scope="com::sun::star::util">DateTime</type> DateCreated ( read-only )
143 <type scope="com::sun::star::util">DateTime</type> DateModified ( read-only )
146 string MediaType ( read-only, the MIME type - as delivered by the server )
149 string Size ( read-only )
H A DXSimpleFileAccess.idl69 /** This is the basic interface to read data from a stream.
125 /** Checks if a file is "read only"
131 true, if the given File is "read only", false otherwise
137 /** Sets the "read only" of a file according to the boolean parameter,
141 true; "read only" flag will be set, false; "read only" flag will be reset
218 /** Opens file to read
248 /** Opens file to read and write
/aoo42x/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DStorageAccess.java72 public int read() throws java.io.IOException{ in read() method in StorageAccess
74 return access.read(name,key); in read()
77 public void read(byte[] b, int off, int len) throws java.io.IOException{ in read() method in StorageAccess
79 access.read(name,key,b,off,len); in read()
87 int count = access.read(name,key,tmp,0, 4); in readInt()
/aoo42x/main/xmlscript/source/xmldlg_imexp/
H A Dexp_share.hxx107 inline void read(
122 { read<double>( rPropName, rAttrName ); } in readDoubleAttr()
126 { read<sal_Int32>( rPropName, rAttrName, forceAttribute ); } in readLongAttr()
131 { read<sal_Int32>( rPropName, rAttrName ); } in readShortAttr()
134 { read<sal_Bool>( rPropName, rAttrName ); } in readBoolAttr()
217 inline void ElementDescriptor::read( in read() function in xmlscript::ElementDescriptor
/aoo42x/main/offapi/com/sun/star/resource/
H A DXStringResourceManager.idl73 Returns the resource's read only state
75 @return <TRUE/> if the resource is read only, otherwise <FALSE/>
116 if the resource is read only, see <member>isReadOnly</member>
136 if the resource is read only, see <member>isReadOnly</member>
168 if the resource is read only, see <member>isReadOnly</member>
192 if the resource is read only, see <member>isReadOnly</member>
217 if the resource is read only, see <member>isReadOnly</member>
243 if the resource is read only, see <member>isReadOnly</member>
261 if the resource is read only, see <member>isReadOnly</member>
/aoo42x/main/oox/source/xls/
H A Drichstring.cxx124 void FontPortionModel::read( SequenceInputStream& rStrm ) in read() function in oox::xls::FontPortionModel
130 void FontPortionModel::read( BiffInputStream& rStrm, BiffFontPortionMode eMode ) in read() function in oox::xls::FontPortionModel
174 aPortion.read( rStrm ); in importPortions()
189 aPortion.read( rStrm, eMode ); in importPortions()
294 void PhoneticPortionModel::read( SequenceInputStream& rStrm ) in read() function in oox::xls::PhoneticPortionModel
301 void PhoneticPortionModel::read( BiffInputStream& rStrm ) in read() function in oox::xls::PhoneticPortionModel
337 aPortion.read( rStrm ); in importPortions()
361 aPortion.read( rStrm ); in importPortions()
/aoo42x/main/jurt/demo/com/sun/star/demo/
H A DTestOffice.java96 System.in.read(pcText); in testWriter()
127 System.in.read(); in testDocument()
129 System.in.read(); in testDocument()
135 System.in.read(); in testDocument()
137 System.in.read(); in testDocument()
/aoo42x/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java157 while ((len = fis.read(bytes)) != -1) in addFileToParcel()
282 while ((len = in.read(bytes)) != -1) in unzipToDirectory()
379 while ((len = in.read(bytes)) != -1) in copyParcelToZip()
405 while ((len = manifestStream.read(bytes)) != -1) in copyDocumentToZip()
414 while ((len = in.read(bytes)) != -1) in copyDocumentToZip()
458 while ((len = manifestStream.read(bytes)) != -1) in removeParcel()
467 while ((len = documentStream.read(bytes)) != -1) in removeParcel()
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DBoundedInputStream.java46 public int read() throws IOException { in read() method in BoundedInputStream
50 int ret = is.read(); in read()
58 public int read(byte[] b, int off, int len) throws IOException { in read() method in BoundedInputStream
63 int bytesRead = is.read(b, off, (int)max); in read()
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommandCaller.java75 private byte[] read(int len) { in read() method in CommandCaller
78 dataInput.read(bytes); in read()
98 byte[] bytes = read(2); in readChar()
132 byte[] bytes = read(2); in readUShort()
157 byte[] bytes = read(4); in readULong()
177 byte[] bytes = read(1); in readBoolean()
/aoo42x/main/udkapi/com/sun/star/connection/
H A DXConnection.idl47 @return The read number of bytes.
51 The number of bytes to be read from the stream.
56 long read( [out] sequence < byte > aReadBytes , [in] long nBytesToRead )
76 /** Immediately terminates any ongoing read or write calls.
77 All subsequent read or write calls()
/aoo42x/main/offapi/com/sun/star/script/
H A DXLibraryContainer2.idl64 link) is read only. A library can be read only because it was
65 set to read only using the methods provided by this interface
74 read only according to the flag bReadOnly (true means read only)
/aoo42x/main/store/source/
H A Dstordata.cxx218 storeError OStoreIndirectionPageObject::read ( in read() function in OStoreIndirectionPageObject
243 storeError OStoreIndirectionPageObject::read ( in read() function in OStoreIndirectionPageObject
269 return aSingle.read (nSingle, rData, rBIOS); in read()
275 storeError OStoreIndirectionPageObject::read ( in read() function in OStoreIndirectionPageObject
302 return aDouble.read (nDouble, nSingle, rData, rBIOS); in read()
750 storeError OStoreDirectoryPageObject::read ( in read() function in OStoreDirectoryPageObject
779 eErrCode = aSingle.read (aLink.m_nIndex0, rData, rBIOS); in read()
792 eErrCode = aDouble.read (aLink.m_nIndex1, aLink.m_nIndex0, rData, rBIOS); in read()
805 eErrCode = aTriple.read (aLink.m_nIndex2, aLink.m_nIndex1, aLink.m_nIndex0, rData, rBIOS); in read()
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A DXConnectionInputStream_Adapter.java47 public int read() throws IOException { in read() method in XConnectionInputStream_Adapter
52 len = _xConnection.read(_bytes, 1); in read()
63 public int read(byte[] b, int off, int len) throws IOException { in read() method in XConnectionInputStream_Adapter
67 len = _xConnection.read(_bytes, len - off); in read()

Completed in 170 milliseconds

12345678910>>...31