Home
last modified time | relevance | path

Searched refs:blob (Results 1 – 11 of 11) sorted by relevance

/aoo4110/main/basic/source/runtime/
H A Ddllmgr.cxx74 char * address(std::vector< char > & blob) { in address() argument
75 return blob.empty() ? 0 : &blob[0]; in address()
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()
205 std::vector< char > * blob = data.newBlob(); in marshalString() local
206 blob->insert( in marshalString()
208 *buffer = address(*blob); in marshalString()
294 add(blob, p, 4, offset); in marshal()
356 add(blob, p, 4, offset); in marshal()
[all …]
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DImageProducer.java239 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()
/aoo4110/main/idlc/source/
H A Dastdump.cxx338 void const * blob = writer.getBlob(&size); in dump() local
340 emptyStr, RG_VALUETYPE_BINARY, const_cast< void * >(blob), in dump()
/aoo4110/main/oox/source/dump/
H A Doledumper.ini155 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 Ddffdumper.ini218 0x03A8=,group-metro-blob,group-rel-z-order,
H A Dbiffdumper.ini907 7=blob
/aoo4110/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt288 MsiDigitalCertificate CertData N Binary A certificate context blob for a signer certificate
291 MsiDigitalSignature Hash Y Binary The encoded hash blob from the digital signature
/aoo4110/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt288 MsiDigitalCertificate CertData N Binary A certificate context blob for a signer certificate
291 MsiDigitalSignature Hash Y Binary The encoded hash blob from the digital signature
/aoo4110/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt288 MsiDigitalCertificate CertData N Binary A certificate context blob for a signer certificate
291 MsiDigitalSignature Hash Y Binary The encoded hash blob from the digital signature
/aoo4110/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt288 MsiDigitalCertificate CertData N Binary A certificate context blob for a signer certificate
291 MsiDigitalSignature Hash Y Binary The encoded hash blob from the digital signature
/aoo4110/main/oox/source/token/
H A Dtokens.txt869 blob

Completed in 144 milliseconds