/aoo4110/main/binaryurp/source/ |
H A D | binaryany.cxx | 52 BinaryAny::BinaryAny(uno_Any const & raw) throw () { in BinaryAny() argument 53 OSL_ASSERT(raw.pType != 0); in BinaryAny() 54 data_.pType = raw.pType; in BinaryAny() 56 data_.pData = raw.pData == &raw.pReserved ? &data_.pReserved : raw.pData; in BinaryAny() 57 data_.pReserved = raw.pReserved; in BinaryAny()
|
H A D | unmarshal.cxx | 390 uno_Any raw; in readValue() local 391 raw.pType = reinterpret_cast< typelib_TypeDescriptionReference * >( in readValue() 393 raw.pData = buf; in readValue() 394 raw.pReserved = 0; in readValue() 395 return BinaryAny(raw); in readValue()
|
H A D | binaryany.hxx | 44 explicit BinaryAny(uno_Any const & raw) throw ();
|
/aoo4110/main/offapi/com/sun/star/packages/ |
H A D | XDataSinkEncrSupport.idl | 87 /** Allows to get access to the data of the PackageStream as to raw stream. 90 The difference of raw stream is that it contains header for encrypted data, 96 the raw representation of stream 124 /** Allows to set raw stream for the PackageStream. 129 the new raw representation of stream 135 the stream is not a correct raw representation of encrypted package stream 146 /** Allows to get access to the raw data of the stream as it is stored in 150 the plain raw stream as it is stored in the package
|
H A D | NoRawFormatException.idl | 38 /** This exception can be thrown in case provided stream is not a raw stream
|
/aoo4110/main/offapi/com/sun/star/embed/ |
H A D | XStorageRawAccess.idl | 81 /** allows to get a plain raw stream representing a package stream. 90 the raw representation of encrypted stream with all the data 120 /** allows to get a raw stream representing encrypted stream with header. 129 resposible to get sure that the raw format of source and target 144 a raw stream representing encrypted stream 174 /** allows to insert a raw stream representing encrypted stream with 195 a raw stream representing encrypted stream 204 the stream is not one of raw package stream format
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_ia64/ |
H A D | cpp2uno.cxx | 585 long *raw = (long *)code; in codeSnippet() local 589 raw[0] = (long)&privateSnippetExecutor; in codeSnippet() 590 raw[1] = (long)&raw[2]; in codeSnippet() 591 raw[2] = nOffsetAndIndex; in codeSnippet() 592 raw[3] = destination->gp_value; in codeSnippet()
|
/aoo4110/main/extensions/source/macosx/spotlight/ |
H A D | unzip.m | 146 int raw; field 1068 extern int ZEXPORT unzOpenCurrentFile3 (file, method, level, raw, password) 1072 int raw; 1106 pfile_in_zip_read_info->raw=raw; 1145 (!raw)) 1199 extern int ZEXPORT unzOpenCurrentFile2 (file,method,level,raw) 1203 int raw; 1205 return unzOpenCurrentFile3(file, method, level, raw, NULL); 1246 (!(pfile_in_zip_read_info->raw))) 1252 (pfile_in_zip_read_info->raw)) [all …]
|
H A D | unzip.h | 288 int raw)); 301 int raw,
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/ |
H A D | SpreadsheetRawReportTarget.java | 338 …final Object raw = StyleUtilities.queryStyle(getPredefinedStylesCollection(), OfficeToken.TABLE, t… in processElement() local 340 if (raw == null || TRANSPARENT.equals(raw)) in processElement() 346 tableBackgroundColor = String.valueOf(raw); in processElement() 435 … final Object raw = props.getAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR); in processElement() local 436 if (TRANSPARENT.equals(raw)) in processElement()
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/ |
H A D | cpp2uno.cxx | 613 void ** raw = (void **)&code[0]; in codeSnippet() local 614 memcpy(raw, (char*) privateSnippetExecutor, 16); in codeSnippet() 615 raw[2] = (void*) nOffsetAndIndex; in codeSnippet() 618 nFunctionIndex, nVtableOffset, !simpleRetType, raw[2]); in codeSnippet()
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/ |
H A D | cpp2uno.cxx | 613 void ** raw = (void **)&code[0]; in codeSnippet() local 614 memcpy(raw, (char*) privateSnippetExecutor, 16); in codeSnippet() 615 raw[2] = (void*) nOffsetAndIndex; in codeSnippet() 618 nFunctionIndex, nVtableOffset, !simpleRetType, raw[2]); in codeSnippet()
|
/aoo4110/ext_libraries/ratscan/scan/ |
H A D | makefile.mk | 54 $(MISC)/excluded-files.txt : $(MISC)/excluded-files-raw.txt 57 $(MISC)/excluded-files-raw.txt : rat-scan.xml $(SRC_ROOT)/rat-excludes
|
/aoo4110/main/offapi/com/sun/star/rendering/ |
H A D | XHalfFloatBitmap.idl | 60 /** Set raw data of a bitmap.<p> 62 Set raw data of a bitmap, in the format as defined by
|
H A D | XHalfFloatReadOnlyBitmap.idl | 70 /** Query the raw data of this bitmap.<p> 72 Query the raw data of this bitmap, in the format as defined by
|
H A D | XIeeeDoubleReadOnlyBitmap.idl | 70 /** Query the raw data of this bitmap.<p> 72 Query the raw data of this bitmap, in the format as defined by
|
H A D | XIeeeFloatReadOnlyBitmap.idl | 69 /** Query the raw data of this bitmap.<p> 71 Query the raw data of this bitmap, in the format as defined by
|
H A D | XIeeeDoubleBitmap.idl | 58 /** Set raw data of a bitmap.<p> 60 Set raw data of a bitmap, in the format as defined by
|
H A D | XIeeeFloatBitmap.idl | 58 /** Set raw data of a bitmap.<p> 60 Set raw data of a bitmap, in the format as defined by
|
H A D | XIntegerBitmap.idl | 57 /** Set raw data of a bitmap.<p> 59 Set raw data of a bitmap, in the format as defined by
|
H A D | XIntegerReadOnlyBitmap.idl | 72 /** Query the raw data of this bitmap.<p> 74 Query the raw data of this bitmap, in the format as defined by
|
/aoo4110/main/libxmlsec/ |
H A D | xmlsec1-customkeymanage.patch | 2429 + /* read raw key material into context */ 2471 + /* read raw key material and append into context */ 2971 + /* read raw key material and append into context */ 3842 + /* Create a buffer for raw symmetric key value */ 3853 + /* Read the raw key value */ 3880 + /* Wrap the raw key value SECItem */ 3963 + /* Extract raw key data from symmetric key */ 3974 + /* Get raw key data from "symKey" */ 4062 + /* Wrap the raw key value SECItem */ 4140 + /* Extract raw key data from symmetric key */ [all …]
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | oasis-style.css | 28 raw-styles {
|
/aoo4110/main/offapi/com/sun/star/i18n/ |
H A D | FormatElement.idl | 36 <p> Contains raw data defined in the XML locale data files. </p>
|
/aoo4110/main/sc/addin/rot13/ |
H A D | rot13.src | 32 * script merging the raw .cl and the .src during build time didn't work
|