Home
last modified time | relevance | path

Searched refs:raw (Results 1 – 25 of 80) sorted by relevance

1234

/trunk/main/binaryurp/source/
H A Dbinaryany.cxx52 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 Dunmarshal.cxx390 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 Dbinaryany.hxx44 explicit BinaryAny(uno_Any const & raw) throw ();
/trunk/main/offapi/com/sun/star/packages/
H A DXDataSinkEncrSupport.idl87 /** 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 DNoRawFormatException.idl38 /** This exception can be thrown in case provided stream is not a raw stream
/trunk/main/offapi/com/sun/star/embed/
H A DXStorageRawAccess.idl81 /** 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
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Dcpp2uno.cxx585 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()
/trunk/main/extensions/source/macosx/spotlight/
H A Dunzip.m146 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 Dunzip.h288 int raw));
301 int raw,
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java338 …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()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Dcpp2uno.cxx613 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()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Dcpp2uno.cxx613 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()
/trunk/ext_libraries/ratscan/scan/
H A Dmakefile.mk56 $(MISC)/excluded-files.txt : $(MISC)/excluded-files-raw.txt
59 $(MISC)/excluded-files-raw.txt : rat-scan.xml $(SRC_ROOT)/rat-excludes
/trunk/main/offapi/com/sun/star/rendering/
H A DXHalfFloatBitmap.idl60 /** Set raw data of a bitmap.<p>
62 Set raw data of a bitmap, in the format as defined by
H A DXHalfFloatReadOnlyBitmap.idl70 /** Query the raw data of this bitmap.<p>
72 Query the raw data of this bitmap, in the format as defined by
H A DXIeeeDoubleReadOnlyBitmap.idl70 /** Query the raw data of this bitmap.<p>
72 Query the raw data of this bitmap, in the format as defined by
H A DXIeeeFloatReadOnlyBitmap.idl69 /** Query the raw data of this bitmap.<p>
71 Query the raw data of this bitmap, in the format as defined by
H A DXIeeeDoubleBitmap.idl58 /** Set raw data of a bitmap.<p>
60 Set raw data of a bitmap, in the format as defined by
H A DXIeeeFloatBitmap.idl58 /** Set raw data of a bitmap.<p>
60 Set raw data of a bitmap, in the format as defined by
H A DXIntegerBitmap.idl57 /** Set raw data of a bitmap.<p>
59 Set raw data of a bitmap, in the format as defined by
H A DXIntegerReadOnlyBitmap.idl72 /** Query the raw data of this bitmap.<p>
74 Query the raw data of this bitmap, in the format as defined by
/trunk/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch2429 + /* 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 …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Doasis-style.css28 raw-styles {
/trunk/main/offapi/com/sun/star/i18n/
H A DFormatElement.idl36 <p> Contains raw data defined in the XML locale data files. </p>
/trunk/main/sc/addin/rot13/
H A Drot13.src33 * script merging the raw .cl and the .src during build time didn't work

Completed in 92 milliseconds

1234