Home
last modified time | relevance | path

Searched refs:CPPUTYPE_SEQINT8 (Results 1 – 8 of 8) sorted by path

/trunk/main/comphelper/inc/comphelper/
H A DTypeGeneration.hxx63 CPPUTYPE_SEQINT8, //getCppuType( (Sequence<sal_Int8>*)0 ) enumerator
/trunk/main/comphelper/source/property/
H A DTypeGeneration.cxx183 case CPPUTYPE_SEQINT8: pType = &::getCppuType( (Sequence<sal_Int8>*)0 ); break; in GenerateCppuType()
/trunk/main/dtrans/source/os2/clipb/
H A DOs2Clipboard.cxx46 const Type CPPUTYPE_SEQINT8 = getCppuType( ( Sequence< sal_Int8 >* )0 ); variable
/trunk/main/dtrans/source/win32/dtobj/
H A DDOTransferable.cxx74 const Type CPPUTYPE_SEQINT8 = getCppuType( ( Sequence< sal_Int8 >* )0 ); variable
81 ( ( aFlavor.DataType == CPPUTYPE_SEQINT8 ) || in isValidFlavor()
/trunk/main/sw/source/core/unocore/
H A Dunomap.cxx1222 …ROP_NMID(UNO_NAME_PROTECTION_KEY), WID_SECT_PASSWORD, CPPU_E2T(CPPUTYPE_SEQINT8), PROPERTY_NO… in GetPropertyMapEntries()
1804 …ME_REDLINE_PROTECTION_KEY), WID_DOC_CHANGES_PASSWORD, CPPU_E2T(CPPUTYPE_SEQINT8), PROPERTY_NO… in GetPropertyMapEntries()
/trunk/main/sw/source/ui/uno/
H A DSwXDocumentSettings.cxx138 …{ RTL_CONSTASCII_STRINGPARAM("PrinterSetup"), HANDLE_PRINTER_SETUP, CPPUTYPE_SEQINT8, 0, … in lcl_createSettingsInfo()
161 …edlineProtectionKey"), HANDLE_CHANGES_PASSWORD, CPPUTYPE_SEQINT8, 0,… in lcl_createSettingsInfo()
/trunk/main/vcl/aqua/source/dtrans/
H A DDataFlavorMapping.cxx53 const Type CPPUTYPE_SEQINT8 = getCppuType((Sequence<sal_Int8>*)0); variable
127 { NSRTFPboardType, "text/richtext", "Rich Text Format", CPPUTYPE_SEQINT8 },
130 { NSHTMLPboardType, "text/html", "Plain Html", CPPUTYPE_SEQINT8 },
132 { PBTYPE_SESX, FLAVOR_SESX, "Star Embed Source (XML)", CPPUTYPE_SEQINT8 },
134 { PBTYPE_ESX, FLAVOR_ESX, "Star Embed Source (XML)", CPPUTYPE_SEQINT8 },
135 { PBTYPE_LSX, FLAVOR_LSX, "Star Link Source (XML)", CPPUTYPE_SEQINT8 },
138 { PBTYPE_GDIMF, FLAVOR_GDIMF, "GDIMetaFile", CPPUTYPE_SEQINT8 },
139 { PBTYPE_WMF, FLAVOR_WMF, "Windows MetaFile", CPPUTYPE_SEQINT8 },
140 { PBTYPE_EMF, FLAVOR_EMF, "Windows Enhanced MetaFile", CPPUTYPE_SEQINT8 },
151 return (theType == CPPUTYPE_SEQINT8); in isByteSequenceType()
[all …]
H A DOSXTransferable.cxx44 const Type CPPUTYPE_SEQINT8 = getCppuType((Sequence<sal_Int8>*)0); variable
53 return ((len > 0) && ((dtype == CPPUTYPE_SEQINT8) || (dtype == CPPUTYPE_OUSTRING))); in isValidFlavor()

Completed in 53 milliseconds