Searched refs:CPPUTYPE_SEQINT8 (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/vcl/aqua/source/dtrans/ |
H A D | DataFlavorMapping.cxx | 53 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 D | OSXTransferable.cxx | 44 const Type CPPUTYPE_SEQINT8 = getCppuType((Sequence<sal_Int8>*)0); variable 53 return ((len > 0) && ((dtype == CPPUTYPE_SEQINT8) || (dtype == CPPUTYPE_OUSTRING))); in isValidFlavor()
|
/aoo41x/main/dtrans/source/win32/dtobj/ |
H A D | DOTransferable.cxx | 74 const Type CPPUTYPE_SEQINT8 = getCppuType( ( Sequence< sal_Int8 >* )0 ); variable 81 ( ( aFlavor.DataType == CPPUTYPE_SEQINT8 ) || in isValidFlavor()
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | TypeGeneration.hxx | 63 CPPUTYPE_SEQINT8, //getCppuType( (Sequence<sal_Int8>*)0 ) enumerator
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | SwXDocumentSettings.cxx | 138 …{ RTL_CONSTASCII_STRINGPARAM("PrinterSetup"), HANDLE_PRINTER_SETUP, CPPUTYPE_SEQINT8, 0, … in lcl_createSettingsInfo() 161 …edlineProtectionKey"), HANDLE_CHANGES_PASSWORD, CPPUTYPE_SEQINT8, 0,… in lcl_createSettingsInfo()
|
/aoo41x/main/comphelper/source/property/ |
H A D | TypeGeneration.cxx | 176 case CPPUTYPE_SEQINT8: pType = &::getCppuType( (Sequence<sal_Int8>*)0 ); break; in GenerateCppuType()
|
/aoo41x/main/dtrans/source/os2/clipb/ |
H A D | Os2Clipboard.cxx | 46 const Type CPPUTYPE_SEQINT8 = getCppuType( ( Sequence< sal_Int8 >* )0 ); variable
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unomap.cxx | 1071 …ROP_NMID(UNO_NAME_PROTECTION_KEY), WID_SECT_PASSWORD, CPPU_E2T(CPPUTYPE_SEQINT8), PROPERTY_NO… in GetPropertyMapEntries() 1623 …ME_REDLINE_PROTECTION_KEY), WID_DOC_CHANGES_PASSWORD, CPPU_E2T(CPPUTYPE_SEQINT8), PROPERTY_NO… in GetPropertyMapEntries()
|
Completed in 263 milliseconds