Home
last modified time | relevance | path

Searched refs:bytes (Results 76 – 100 of 197) sorted by relevance

12345678

/aoo42x/main/basctl/source/dlged/
H A Ddlged.cxx753 Sequence< sal_Int8 >& bytes ) in implCopyStreamToByteSequence()
755 sal_Int32 nRead = xStream->readBytes( bytes, xStream->available() ); in implCopyStreamToByteSequence()
763 sal_Int32 nPos = bytes.getLength(); in implCopyStreamToByteSequence()
764 bytes.realloc( nPos + nRead ); in implCopyStreamToByteSequence()
765 ::rtl_copyMemory( bytes.getArray() + nPos, readBytes.getConstArray(), (sal_uInt32)nRead ); in implCopyStreamToByteSequence()
/aoo42x/main/offapi/com/sun/star/datatransfer/
H A DXTransferDataAccess.idl50 /** To query for the summarized data size in bytes of a sequence of <type>DataFlavor</type>.
57 The number of bytes of the transfer data in the specified sequence of <type>DataFlavor</type>.
/aoo42x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWSDecoder.java266 private HeaderInfo readHeader(byte[] bytes) throws IOException { in readHeader() argument
270 ByteArrayInputStream bis = new ByteArrayInputStream(bytes); in readHeader()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/dom/
H A DDOMDocument.java353 byte bytes[] = baos.toByteArray(); in docToBytes()
355 return bytes; in docToBytes()
/aoo42x/main/offapi/com/sun/star/sdb/
H A DXColumn.idl156 The bytes represent the raw values returned by the driver.
196 uninterpreted bytes. The value can then be read in chunks from the
219 uninterpreted bytes. The value can then be read in chunks from the
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A Durp.java357 byte[] bytes = new byte[size]; in readBlock()
358 input.readFully(bytes); in readBlock()
359 return bytes; in readBlock()
/aoo42x/main/scripting/examples/beanshell/MemoryUsage/
H A Dmemusage.bsh132 // allocate a random number of bytes so that the data changes
134 bytes = new byte[len];
/aoo42x/main/writerfilter/source/rtftok/
H A DRTFScanner.skl164 /* Size of input buffer in bytes, not including room for EOB
256 YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
1319 YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len )
1321 YY_BUFFER_STATE yy_scan_bytes( bytes, len )
1322 yyconst char *bytes;
1338 buf[i] = bytes[i];
/aoo42x/main/basctl/source/basicide/
H A Dbaside3.cxx762 Sequence< sal_Int8 > bytes; in SaveDialog() local
763 sal_Int32 nRead = xInput->readBytes( bytes, xInput->available() ); in SaveDialog()
767 xOutput->writeBytes( bytes ); in SaveDialog()
769 nRead = xInput->readBytes( bytes, 1024 ); in SaveDialog()
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXParameters.idl229 /** sets the designated parameter to a sequence of bytes. The driver converts
285 the specified number of bytes.
295 the number of bytes in the stream
305 the specified number of bytes.
H A DXRow.idl173 The bytes represent the raw values returned by the driver.
221 uninterpreted bytes. The value can then be read in chunks from the
247 uninterpreted bytes. The value can then be read in chunks from the
H A DRowSet.idl127 /** returns the maximum number of bytes allowed for any column value.
130 This limit is the maximum number of bytes that can be returned
H A DStatement.idl118 /** returns the maximum number of bytes allowed for any column value.
121 This limit is the maximum number of bytes that can be returned
H A DPreparedStatement.idl166 /** returns the maximum number of bytes allowed for any column value.
168 This limit is the maximum number of bytes that can be returned
H A DXSQLInput.idl162 /** reads the next attribute in the stream as sequence of bytes.
198 /** reads the next attribute in the stream as sequence of bytes.
/aoo42x/main/sw/source/filter/ww8/
H A Dwrtww8.hxx874 static void InsUInt16(ww::bytes &rO, sal_uInt16 n);
875 static void InsUInt32(ww::bytes &rO, sal_uInt32 n);
876 static void InsAsString16(ww::bytes &rO, const String& rStr);
877 static void InsAsString8(ww::bytes & O, const String& rStr,
H A Dtypes.hxx37 typedef std::vector<sal_uInt8> bytes; typedef
H A Dww8glsy.hxx79 const ::std::vector<ww::bytes>& rExtra);
/aoo42x/main/stoc/source/registry_tdprovider/
H A Dtdservice.cxx48 rtl::OUString const & name, Sequence< sal_Int8 > const & bytes, in Constructor()
50 m_desc(manager, name, bytes, index) {} in Constructor()
H A Dmethoddescription.hxx53 com::sun::star::uno::Sequence< sal_Int8 > const & bytes,
/aoo42x/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx63 ::rtl::ByteSequence bytes; in save()
64 xDataSource->setOutputStream(::xmlscript::createOutputStream(&bytes)); in save()
69 ::xmlscript::createInputStream(bytes)); in save()
/aoo42x/main/udkapi/com/sun/star/java/
H A DXJavaVM.idl71 as possible). Again, if the first 16 bytes of the
83 the first 16 bytes of the <code>processID</code> do not match the
/aoo42x/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx1545 ::rtl::ByteSequence bytes( readFile( descrFileContent ) ); in scanBundle()
1547 if ( bytes.getLength() ) in scanBundle()
1550 bytes.getConstArray() ), in scanBundle()
1551 bytes.getLength(), RTL_TEXTENCODING_UTF8 ) ); in scanBundle()
/aoo42x/main/store/workben/
H A Dt_page.cxx1250 sal_uInt16 const bytes = pagedata->size(); // Descr.m_nSize; in writePageAt_Impl()
1251 OSL_ASSERT(bytes >= PageData::thePageSize); in writePageAt_Impl()
1256 OSL_PRECOND(offset % bytes == 0, "Unaligned page write."); in writePageAt_Impl()
/aoo42x/main/icu/
H A Dicu4c-4_0_1-src.patch109 -CURR_FULL_DIR=$(subst \,/,$(shell cmd /c cd | tail --bytes=+3))#M# for Cygwin shell
113 -CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd | tail --bytes=+3))#M# for Cygwin shell

Completed in 751 milliseconds

12345678