Searched refs:CPPUTYPE_SEQINT8 (Results 1 – 8 of 8) sorted by relevance
| /AOO42X/main/vcl/aqua/source/dtrans/ |
| H A D | DataFlavorMapping.cxx | 53 const Type CPPUTYPE_SEQINT8 = getCppuType((Sequence<sal_Int8>*)0); variable 62 return ((len > 0) && ((dtype == CPPUTYPE_SEQINT8) || (dtype == CPPUTYPE_OUSTRING))); in isValidFlavor() 127 { NSRTFPboardType, "text/richtext", "Rich Text Format", CPPUTYPE_SEQINT8 }, 128 { NSTIFFPboardType, "image/png", "Portable Network Graphics", CPPUTYPE_SEQINT8 }, 129 { NSPICTPboardType, "image/png", "Portable Network Graphics", CPPUTYPE_SEQINT8 }, 130 { NSHTMLPboardType, "text/html", "Plain Html", CPPUTYPE_SEQINT8 }, 131 …application/x-openoffice-filelist;windows_formatname=\"FileList\"", "FileList", CPPUTYPE_SEQINT8 }, 132 { PBTYPE_SESX, FLAVOR_SESX, "Star Embed Source (XML)", CPPUTYPE_SEQINT8 }, 133 { PBTYPE_SLSDX, FLAVOR_SLSDX, "Star Link Source Descriptor (XML)", CPPUTYPE_SEQINT8 }, 134 { PBTYPE_ESX, FLAVOR_ESX, "Star Embed Source (XML)", CPPUTYPE_SEQINT8 }, [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()
|
| /AOO42X/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()
|
| /AOO42X/main/comphelper/inc/comphelper/ |
| H A D | TypeGeneration.hxx | 63 CPPUTYPE_SEQINT8, //getCppuType( (Sequence<sal_Int8>*)0 ) enumerator
|
| /AOO42X/main/sw/source/ui/uno/ |
| H A D | SwXDocumentSettings.cxx | 138 …interSetup"), HANDLE_PRINTER_SETUP, CPPUTYPE_SEQINT8, 0,… in lcl_createSettingsInfo() 161 …dlineProtectionKey"), HANDLE_CHANGES_PASSWORD, CPPUTYPE_SEQINT8, 0,… in lcl_createSettingsInfo()
|
| /AOO42X/main/comphelper/source/property/ |
| H A D | TypeGeneration.cxx | 183 case CPPUTYPE_SEQINT8: pType = &::getCppuType( (Sequence<sal_Int8>*)0 ); break; in GenerateCppuType()
|
| /AOO42X/main/dtrans/source/os2/clipb/ |
| H A D | Os2Clipboard.cxx | 46 const Type CPPUTYPE_SEQINT8 = getCppuType( ( Sequence< sal_Int8 >* )0 ); variable
|
| /AOO42X/main/sw/source/core/unocore/ |
| H A D | unomap.cxx | 1222 …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()
|