/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/ |
H A D | TokenDecoder.java | 95 while ((b = bis.read())!=-1) in getTokenVector() 186 int len = ((int)bis.read())*2; in readStringToken() 187 int options = (int)bis.read(); in readStringToken() 217 buffer[0] = (byte) bis.read(); in readNameToken() 271 buffer[0] = (byte) bis.read(); in read3DCellRefToken() 272 buffer[1] = (byte) bis.read(); in read3DCellRefToken() 274 buffer[0] = (byte) bis.read(); in read3DCellRefToken() 275 buffer[1] = (byte) bis.read(); in read3DCellRefToken() 309 buffer[1] = (byte) bis.read(); in read3DCellAreaRefToken() 312 buffer[1] = (byte) bis.read(); in read3DCellAreaRefToken() [all …]
|
/aoo41x/main/odk/examples/DevelopersGuide/UCB/ |
H A D | MyInputStream.java | 39 private int read = offset; field in MyInputStream 71 return read - offset ; in getPosition() 84 read = ( int ) p0; in seek() 85 if( read < offset || read > bigbuffer.length ) in seek() 112 read = -1; in closeInput() 126 if( read == -1 ) in readBytes() 172 read += p0; in skipBytes() 173 if( read > bigbuffer.length ) in skipBytes() 174 read = bigbuffer.length; in skipBytes() 176 if( read < offset ) in skipBytes() [all …]
|
H A D | DataStreamRetriever.java | 157 int read = data.readSomeBytes( buffer, 65536 ); in printStream() local 158 System.out.println( "Read bytes : " + read ); in printStream() 160 while ( read > 0 ) { in printStream() 161 byte[] bytes = new byte[ read ]; in printStream() 162 for( int i = 0; i < read; i++ ) { in printStream() 168 read = data.readSomeBytes( buffer, 65536 ); in printStream()
|
/aoo41x/main/vos/inc/vos/ |
H A D | stream.hxx | 98 inline sal_Bool SAL_CALL read(sal_Int32& value) const; 101 inline sal_Bool SAL_CALL read(sal_Int16& value) const; 104 inline sal_Bool SAL_CALL read(sal_Char& value) const; 176 inline sal_Bool OStream::read(sal_Int32& value) const in read() function in vos::OStream 181 inline sal_Bool OStream::read(sal_Int16& value) const in read() function in vos::OStream 186 inline sal_Bool OStream::read(sal_Char& value) const in read() function in vos::OStream 191 inline sal_Bool OStream::read(sal_uInt8& value) const in read() function in vos::OStream 223 rStream.read(value); in operator >>() 230 rStream.read(value); in operator >>() 237 rStream.read(value); in operator >>() [all …]
|
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
H A D | ExtendedFormat.java | 83 read(is); in ExtendedFormat() 323 int numOfBytesRead = input.read(ixfnt); in read() 324 numOfBytesRead += input.read(ixnf); in read() 326 numOfBytesRead += input.read(fBaseAttr); in read() 328 numOfBytesRead += input.read(icvFore); in read() 329 numOfBytesRead += input.read(icvFill); in read() 330 bRight = (byte) input.read(); in read() 331 bTop = (byte) input.read(); in read() 332 bLeft = (byte) input.read(); in read() 333 bBottom = (byte) input.read(); in read() [all …]
|
H A D | FontDescription.java | 187 read(is); in FontDescription() 230 int numOfBytesRead = input.read(dwHeight); in read() 231 numOfBytesRead += input.read(grbit); in read() 233 numOfBytesRead += input.read(bls); in read() 234 numOfBytesRead += input.read(Reserved2); in read() 235 uls = (byte) input.read(); in read() 236 bFamily = (byte) input.read(); in read() 237 bCharSet = (byte) input.read(); in read() 238 Reserved3 = (byte) input.read(); in read() 239 cch = (byte) input.read(); in read() [all …]
|
H A D | Selection.java | 67 read(is); in Selection() 105 public int read(InputStream input) throws IOException { in read() method in Selection 107 int numOfBytesRead = input.read(rwTop); in read() 108 colLeft += (byte) input.read(); in read() 109 numOfBytesRead += input.read(rwBottom); in read() 110 colRight += (byte) input.read(); in read() 111 numOfBytesRead += input.read(rwActive); in read() 112 colActive += (byte) input.read(); in read()
|
H A D | DefinedName.java | 75 read(is); in DefinedName() 95 public int read(InputStream input) throws IOException { in read() method in DefinedName 97 int numOfBytesRead = input.read(grbit); in read() 98 cch = (byte) input.read(); in read() 100 numOfBytesRead += input.read(cce); in read() 101 numOfBytesRead += input.read(ixals); in read() 104 input.read(rgch, 0, cch*2); in read() 107 input.read(rgce, 0, EndianConverter.readShort(cce)); in read()
|
H A D | ColInfo.java | 71 read(is); in ColInfo() 80 public int read(InputStream input) throws IOException { in read() method in ColInfo 82 int numOfBytesRead = input.read(colFirst); in read() 83 numOfBytesRead += input.read(colLast); in read() 84 numOfBytesRead += input.read(colDX); in read() 87 numOfBytesRead += input.read(ixfe); in read() 88 grbit = (byte) input.read(); in read()
|
H A D | Pane.java | 61 read(is); in Pane() 185 public int read(InputStream input) throws IOException { in read() method in Pane 187 int numOfBytesRead = input.read(x); in read() 188 numOfBytesRead += input.read(y); in read() 189 numOfBytesRead += input.read(rwTop); in read() 190 numOfBytesRead += input.read(colLeft); in read() 191 pnnAcct = (byte) input.read(); in read()
|
H A D | CodePage.java | 61 read(is); in CodePage() 73 public int read(InputStream input) throws IOException { in read() method in CodePage 75 int numOfBytesRead = input.read(codepage); in read() 76 numOfBytesRead += input.read(unknown1); in read() 77 numOfBytesRead += input.read(unknown2); in read() 79 unknown3 = (byte) input.read(); in read()
|
H A D | Row.java | 71 read(is); in Row() 106 public int read(InputStream input) throws IOException { in read() method in Row 108 int numOfBytesRead = input.read(rw); in read() 109 numOfBytesRead += input.read(miyRw); in read() 112 numOfBytesRead += input.read(grbit); in read() 113 numOfBytesRead += input.read(ixfe); in read()
|
H A D | Formula.java | 129 read(is); in Formula() 148 public int read(InputStream input) throws IOException { in read() method in Formula 150 int numOfBytesRead = super.read(input); in read() 152 numOfBytesRead += input.read(num); in read() 153 grbit = (byte) input.read(); in read() 155 numOfBytesRead += input.read(cce); in read() 159 input.read(rgce, 0, strLen); in read()
|
H A D | Workbook.java | 93 read(is); in Workbook() 136 public void read(InputStream is) throws IOException { in read() method in Workbook 143 b = is.read(); in read() 160 bof.read(is); in read() 165 eof.read(is); in read() 167 while(ws.read(is)) { in read() 181 win1.read(is); in read() 186 cp.read(is); in read() 202 b = is.read(); in read()
|
H A D | BoolErrCell.java | 66 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()
|
/aoo41x/main/stoc/test/security/ |
H A D | test_security.policy | 5 permission com.sun.star.io.FilePermission "file:///home/dbo/-", ",,read , write "; 6 permission com.sun.star.io.FilePermission "-", "read ,write"; 13 permission com.sun.star.io.FilePermission "file:///usr/local/dbo/*" , "read ";}; 16 permission com.sun.star.io.FilePermission "file:///home/jbu/-" ,"read,write,"; 18 …permission com.sun.star.io.FilePermission "*",",read,write";}; grant user "root"{permission com.su… 23 // read out this file 25 "read"; 28 permission com.sun.star.io.FilePermission "file:///usr/bin/*", "read"; 29 permission com.sun.star.io.FilePermission "file:///usr/bin/*", "read"; 30 permission com.sun.star.io.FilePermission "file:///tmp/-", "read, write"; [all …]
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | addressconverter.hxx | 68 void read( SequenceInputStream& rStrm ); 69 … void read( BiffInputStream& rStrm, bool bCol16Bit = true, bool bRow32Bit = false ); 87 orPos.read( rStrm ); in operator >>() 93 orPos.read( rStrm ); in operator >>() 133 void read( SequenceInputStream& rStrm ); 134 … void read( BiffInputStream& rStrm, bool bCol16Bit = true, bool bRow32Bit = false ); 152 orRange.read( rStrm ); in operator >>() 158 orRange.read( rStrm ); in operator >>() 178 void read( SequenceInputStream& rStrm ); 189 orRanges.read( rStrm ); in operator >>() [all …]
|
/aoo41x/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/ |
H A D | Base64.java | 1034 while( ( length = gzis.read( buffer ) ) >= 0 ) in decode() 1303 int read = -1; in encodeFileToFile() local 1304 while( ( read = in.read(buffer) ) >= 0 ){ in encodeFileToFile() 1305 out.write( buffer,0,read ); in encodeFileToFile() 1340 int read = -1; in decodeFileToFile() local 1341 while( ( read = in.read(buffer) ) >= 0 ){ in decodeFileToFile() 1342 out.write( buffer,0,read ); in decodeFileToFile() 1436 public int read() throws java.io.IOException in read() method in Base64.InputStream 1449 int b = in.read(); in read() 1489 do{ b = in.read(); } in read() [all …]
|
/aoo41x/main/offapi/com/sun/star/ucb/ |
H A D | HelpContent.idl | 116 string ContentType ( read-only, 120 boolean IsReadOnly ( read-only, always "true" ) 123 boolean IsDocument ( read-only ) 126 boolean IsFolder ( read-only ) 129 string Title ( read-only, content title ) 132 string MediaType ( read only, either "image/gif", "text/plain", 136 sequence<string> KeywordList ( read-only, only if IsFolder is true, 140 sequence<sequence<string>> KeywordRef ( read-only, only if IsFolder is true, 144 sequence<sequence<string>> KeywordAnchorForRef ( read-only, only if IsFolder is true, 148 sequence<sequence<string>> KeywordTitleForRef ( read-only, , only if IsFolder is true, [all …]
|
H A D | FileContent.idl | 169 string ContentType ( read-only, either 174 boolean IsDocument ( read-only, always <true/> for files, always 178 boolean IsFolder ( read-only ), always <false/> for files, always 182 <type scope="com::sun::star::util">DateTime</type> DateModified ( read-only ) 185 boolean IsReadOnly ( read-only attribute ) 194 boolean IsVolume ( read-only ) 197 boolean IsRemoveable ( read-only ) 200 boolean IsRemote ( read-only ) 203 boolean IsCompactDisc ( read-only ) 206 boolean IsFloppy ( read-only ) [all …]
|
/aoo41x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/ |
H A D | CalcZoom.log | 4 ITEM Assertion OK : test1 read window.zoom activesheet = sheet1 5 ITEM Assertion OK : test2 read window.zoom activesheet = sheet2 6 ITEM Assertion OK : test3 read window.zoom activesheet = sheet3 7 ITEM Assertion OK : test4 read window.zoom activesheet = sheet3 8 ITEM Assertion OK : test4 read window.zoom activesheet = sheet2 9 ITEM Assertion OK : test4 read window.zoom activesheet = sheet1
|
/aoo41x/main/connectivity/com/sun/star/sdbcx/comp/hsqldb/ |
H A D | NativeInputStreamHelper.java | 46 public int read() throws java.io.IOException { in read() method in NativeInputStreamHelper 47 return in.read(key,file); in read() 50 public int read(byte[] b, int off, int len) throws java.io.IOException { in read() method in NativeInputStreamHelper 51 return in.read(key,file,b,off,len); in read() 66 public int read(byte[] b) throws java.io.IOException { in read() method in NativeInputStreamHelper 67 return in.read(key,file,b); in read()
|
/aoo41x/main/tools/inc/tools/ |
H A D | geninfo.hxx | 101 aLockState( read ), nLockKey( 0 ) {}; in GenericLockInformation() 126 enum LockState{ writeonly, read, readonly }; enumerator 131 sal_Bool SetWriteLock(sal_uInt32 nKey = 0) { return ((read==aLockState) && in SetWriteLock() 139 (aLockState=read, nLockKey=0, sal_True)); } // setzt den zustand auf "read" in ReleaseWriteLock() 140 sal_Bool SetReadLock(sal_uInt32 nKey = 0) { return ((read==aLockState) && in SetReadLock() 144 (aLockState=read, nLockKey=0, sal_True)); } // setzt den zustand auf "read" in ReleaseReadLock() 149 sal_Bool IsNotLocked() const { return (read==aLockState); } in IsNotLocked()
|
/aoo41x/main/udkapi/com/sun/star/io/ |
H A D | XPersistObject.idl | 51 itself again (by using the read method). Therefor it must be 53 the global service manager. The create and read mechanism 95 // DocMerge from xml: method com::sun::star::io::XPersistObject::read 98 other XPersistObjects are read from the stream, the implementation uses a factory 100 <p> The implementation must read the data in the order documented at 102 @param InStream the stream, the data shall be read from. 104 void read( [in] com::sun::star::io::XObjectInputStream InStream )
|
H A D | XTextInputStream.idl | 40 /** Interface to read strings from a stream. 42 <p>This interfaces allows to read strings seperated by 43 delimiters and to read lines. The character encoding 53 <p>The read characters are converted according to the 70 delimiters is found, the stream will be read to EOF. The 71 read characters are converted according to the encoding 95 no next string can be read. <FALSE/> otherwise
|