Searched refs:blob (Results 1 – 11 of 11) sorted by relevance
| /AOO41X/main/basic/source/runtime/ |
| H A D | dllmgr.cxx | 74 char * address(std::vector< char > & blob) { in address() argument 75 return blob.empty() ? 0 : &blob[0]; in address() 135 std::vector< char > & blob, std::size_t alignment, std::size_t offset, in align() 138 std::vector< char >::size_type n = blob.size(); in align() 140 blob.resize(n + add); //TODO: overflow in align() 141 return address(blob) + n; in align() 145 std::vector< char > & blob, T const & data, std::size_t alignment, in add() 148 *reinterpret_cast< T * >(align(blob, alignment, offset, sizeof (T))) = data; in add() 194 std::vector< char > & blob, std::size_t offset, MarshalData & data); 205 std::vector< char > * blob = data.newBlob(); in marshalString() local [all …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
| H A D | ImageProducer.java | 239 private OfficeImage produceFromBlob(final Blob blob) in produceFromBlob() argument 243 final InputStream inputStream = blob.getBinaryStream(); in produceFromBlob() 244 final int length = (int) blob.length(); in produceFromBlob()
|
| /AOO41X/main/idlc/source/ |
| H A D | astdump.cxx | 338 void const * blob = writer.getBlob(&size); in dump() local 340 emptyStr, RG_VALUETYPE_BINARY, const_cast< void * >(blob), in dump()
|
| /AOO41X/main/oox/source/dump/ |
| H A D | oledumper.ini | 155 64=time-stamp,blob,stream,storage,stream-obj,storage-obj 156 70=blob-obj,clip-fmt,guid,vers-stream 157 0x0FFF=str8-blob
|
| H A D | dffdumper.ini | 218 0x03A8=,group-metro-blob,group-rel-z-order,
|
| H A D | biffdumper.ini | 907 7=blob
|
| /AOO41X/main/instsetoo_native/inc_openoffice/windows/msi_templates/ |
| H A D | _Validat.idt | 288 MsiDigitalCertificate CertData N Binary A certificate context blob for … 291 MsiDigitalSignature Hash Y Binary The encoded hash blob from the digital …
|
| /AOO41X/main/instsetoo_native/inc_sdkoo/windows/msi_templates/ |
| H A D | _Validat.idt | 288 MsiDigitalCertificate CertData N Binary A certificate context blob for … 291 MsiDigitalSignature Hash Y Binary The encoded hash blob from the digital …
|
| /AOO41X/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/ |
| H A D | _Validat.idt | 288 MsiDigitalCertificate CertData N Binary A certificate context blob for … 291 MsiDigitalSignature Hash Y Binary The encoded hash blob from the digital …
|
| /AOO41X/main/instsetoo_native/inc_ure/windows/msi_templates/ |
| H A D | _Validat.idt | 288 MsiDigitalCertificate CertData N Binary A certificate context blob for … 291 MsiDigitalSignature Hash Y Binary The encoded hash blob from the digital …
|
| /AOO41X/main/nss/ |
| H A D | nss_win.patch | 168 /* https://github.com/BLAKE2/BLAKE2/blob/master/testvectors/blake2b-kat.txt */
|