Home
last modified time | relevance | path

Searched refs:bytes (Results 51 – 75 of 197) sorted by relevance

12345678

/aoo42x/main/offapi/com/sun/star/util/
H A DEndianness.idl30 The endianness specifies the order in which the bytes of larger
39 The values are stored in little endian format, i.e. the bytes
49 The values are stored in big endian format, i.e. the bytes of
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DDebug.java318 public static String byteArrayToHexString(byte bytes[]) { in byteArrayToHexString() argument
322 for (int i = 0; i < bytes.length; i++) { in byteArrayToHexString()
324 int ch = ((int) bytes[i] & 0xff); in byteArrayToHexString()
/aoo42x/main/sal/textenc/generate/
H A Dgb180302000.pl277 $bytes = $uni_map[$utf32];
278 printf OUT ($bytes <= 0xFFFF ? " 0x%04X," : "0x%08X,"), $bytes;
/aoo42x/main/odk/examples/DevelopersGuide/UCB/
H A DDataStreamRetriever.java161 byte[] bytes = new byte[ read ]; in printStream()
163 bytes[ i ] = buffer[ 0 ][ i ]; in printStream()
165 System.out.println( new String(bytes) ); in printStream()
/aoo42x/main/bridges/source/jni_uno/
H A Djni_base.h243 static inline ::std::auto_ptr< rtl_mem > allocate( ::std::size_t bytes );
247 inline ::std::auto_ptr< rtl_mem > rtl_mem::allocate( ::std::size_t bytes ) in allocate() argument
249 void * p = rtl_allocateMemory( bytes ); in allocate()
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/pipe/
H A DPipeConnection.java145 private native int readJNI(/*OUT*/byte[][] bytes, int nBytesToRead) in readJNI() argument
168 public int read(/*OUT*/byte[][] bytes, int nBytesToRead) in read() argument
177 return readJNI( bytes, nBytesToRead ); in read()
/aoo42x/main/codemaker/source/javamaker/
H A Dclassfile.cxx534 union { float floatBytes; sal_uInt32 uint32Bytes; } bytes; in addFloatInfo() local
535 bytes.floatBytes = value; in addFloatInfo()
536 appendU4(m_constantPool, bytes.uint32Bytes); in addFloatInfo()
568 union { double doubleBytes; sal_uInt64 uint64Bytes; } bytes; in addDoubleInfo() local
569 bytes.doubleBytes = value; in addDoubleInfo()
570 appendU8(m_constantPool, bytes.uint64Bytes); in addDoubleInfo()
/aoo42x/main/sw/source/filter/ww8/
H A Dww8glsy.cxx90 const std::vector<ww::bytes>& rExtra) in MakeEntries()
152 const ww::bytes &rData = rExtra[nGlosEntry]; in MakeEntries()
206 std::vector<ww::bytes> aData; in Load()
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DUnoUrl.java243 byte[] bytes = new byte[size]; in decodeUTF8()
246 bytes[i] = (byte) (anInt.intValue() & 0xFF); in decodeUTF8()
250 return new String(bytes, "UTF-8"); in decodeUTF8()
/aoo42x/main/basic/source/uno/
H A Ddlgcont.cxx208 Sequence< sal_Int8 > bytes; in writeLibraryElement() local
209 sal_Int32 nRead = xInput->readBytes( bytes, xInput->available() ); in writeLibraryElement()
213 xOutput->writeBytes( bytes ); in writeLibraryElement()
215 nRead = xInput->readBytes( bytes, 1024 ); in writeLibraryElement()
/aoo42x/main/cli_ure/source/uno_bridge/
H A Dcli_base.h134 static inline ::std::auto_ptr< rtl_mem > allocate( ::std::size_t bytes );
137 inline ::std::auto_ptr< rtl_mem > rtl_mem::allocate( ::std::size_t bytes ) in allocate() argument
139 void * p = rtl_allocateMemory( bytes ); in allocate()
/aoo42x/main/vcl/aqua/source/dtrans/
H A DDataFlavorMapping.cxx241 oOOData = makeAny(OUString(reinterpret_cast<const sal_Char*>([mSystemData bytes]), in getOOoData()
295 memcpy(byteSequence.getArray(), [mSystemData bytes], flavorDataLength); in getOOoData()
351 memcpy(unkHtmlData.getArray(), [mSystemData bytes], flavorDataLength); in getOOoData()
424 memcpy( imgData.getArray(), [mSystemData bytes], flavorDataLength); in getOOoData()
/aoo42x/main/odk/source/com/sun/star/lib/loader/
H A DInstallationFinder.java503 byte[] bytes = new byte[(n2 - n) / 3]; in getCanonicalPathFromFileURL()
517 bytes[len++] = (byte) d; in getCanonicalPathFromFileURL()
522 s = new String(bytes, 0, len, "UTF-8"); in getCanonicalPathFromFileURL()
/aoo42x/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx606 ::rtl::ByteSequence bytes( readFile( ucb_content ) ); in replaceOrigin()
607 ::rtl::ByteSequence filtered( bytes.getLength() * 2, in replaceOrigin()
612 bytes.getConstArray()); in replaceOrigin()
613 sal_Size nBytes = bytes.getLength(); in replaceOrigin()
/aoo42x/main/vcl/inc/vcl/
H A Djobdata.hxx78 bool getStreamBuffer( void*& pData, int& bytes );
79 static bool constructFromStreamBuffer( void* pData, int bytes, JobData& rJobData );
/aoo42x/main/offapi/com/sun/star/rendering/
H A DXIntegerBitmap.idl62 not integer multiples of bytes (i.e. if one pixel occupies
63 less than a byte), the leftover content of the bytes at the
106 of bytes (i.e. if one pixel occupies less than a byte), the
H A DXIntegerReadOnlyBitmap.idl77 pixel are not integer multiples of bytes (i.e. if one pixel
78 occupies less than a byte), the leftover content of the bytes
114 of bytes (i.e. if one pixel occupies less than a byte - the
/aoo42x/main/graphite/
H A Dgraphite-2.3.1-CVE-2016-1521.patch6 { // loca entries are two bytes and have been divided by two
15 { // loca entries are four bytes
/aoo42x/main/stoc/source/registry_tdprovider/
H A Dfunctiondescription.cxx54 com::sun::star::uno::Sequence< sal_Int8 > const & bytes, in FunctionDescription()
56 m_manager(manager), m_bytes(bytes), m_index(index), m_exceptionsInit(false) in FunctionDescription()
H A Dmethoddescription.cxx116 com::sun::star::uno::Sequence< sal_Int8 > const & bytes, in MethodDescription()
118 FunctionDescription(manager, bytes, index), m_name(name), in MethodDescription()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPdbEncoder.java179 byte bytes[] = rec.getBytes(); in write()
180 dos.write(bytes); in write()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java640 static Document parse(DocumentBuilder builder, byte bytes[]) in parse() argument
645 ByteArrayInputStream is = new ByteArrayInputStream(bytes); in parse()
964 byte bytes[] = baos.toByteArray(); in docToBytes()
966 return bytes; in docToBytes()
/aoo42x/main/scripting/java/org/openoffice/idesupport/xml/
H A DManifest.java137 private InputStream replaceNewlines(byte[] bytes) throws IOException { in replaceNewlines() argument
143 new ByteArrayInputStream(bytes))); in replaceNewlines()
/aoo42x/main/offapi/com/sun/star/mail/
H A DMailAttachment.idl45 sequence of bytes. Although a transferable may support
48 the type of the data is a sequence of bytes.
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DDataTruncation.idl66 /** contains the number of bytes of data that should have been transferred.
75 /** contains the number of bytes of data actually transferred.

Completed in 522 milliseconds

12345678