| /trunk/main/sw/source/core/unocore/ |
| H A D | unomap.cxx | 87 …{ SW_PROP_NMID(UNO_NAME_CHAR_FONT_NAME), RES_CHRATR_FONT, CPPU_E2T(CPPUTYPE_OUSTRING), Prop… 88 …{ SW_PROP_NMID(UNO_NAME_CHAR_FONT_STYLE_NAME), RES_CHRATR_FONT, CPPU_E2T(CPPUTYPE_OUSTRING), P… 98 …D(UNO_NAME_CHAR_FONT_NAME_ASIAN), RES_CHRATR_CJK_FONT, CPPU_E2T(CPPUTYPE_OUSTRING), PropertyA… 99 …ME_CHAR_FONT_STYLE_NAME_ASIAN), RES_CHRATR_CJK_FONT, CPPU_E2T(CPPUTYPE_OUSTRING), PropertyAt… 109 …O_NAME_CHAR_FONT_NAME_COMPLEX), RES_CHRATR_CTL_FONT, CPPU_E2T(CPPUTYPE_OUSTRING), PropertyA… 110 …ME_CHAR_FONT_STYLE_NAME_COMPLEX), RES_CHRATR_CTL_FONT, CPPU_E2T(CPPUTYPE_OUSTRING), PropertyAt… 122 …{SW_PROP_NMID(UNO_NAME_REDLINE_AUTHOR), 0, CPPU_E2T(CPPUTYPE_OUSTRING), Proper… 124 …{SW_PROP_NMID(UNO_NAME_REDLINE_COMMENT), 0, CPPU_E2T(CPPUTYPE_OUSTRING), Pr… 125 …{SW_PROP_NMID(UNO_NAME_REDLINE_TYPE), 0, CPPU_E2T(CPPUTYPE_OUSTRING), Proper… 127 …{SW_PROP_NMID(UNO_NAME_REDLINE_IDENTIFIER), 0, CPPU_E2T(CPPUTYPE_OUSTRING), … [all …]
|
| /trunk/main/vcl/aqua/source/dtrans/ |
| H A D | OSXTransferable.cxx | 45 const Type CPPUTYPE_OUSTRING = getCppuType((OUString*)0); variable 53 return ((len > 0) && ((dtype == CPPUTYPE_SEQINT8) || (dtype == CPPUTYPE_OUSTRING))); in isValidFlavor() 117 return (flavor.DataType == CPPUTYPE_OUSTRING); in isUnicodeText()
|
| H A D | DataFlavorMapping.cxx | 54 const Type CPPUTYPE_OUSTRING = getCppuType( (OUString*)0 ); variable 62 return ((len > 0) && ((dtype == CPPUTYPE_SEQINT8) || (dtype == CPPUTYPE_OUSTRING))); in isValidFlavor() 126 … { NSStringPboardType, "text/plain;charset=utf-16", "Unicode Text (UTF-16)", CPPUTYPE_OUSTRING }, 156 return (theType == CPPUTYPE_OUSTRING); in isOUStringType()
|
| /trunk/main/dtrans/source/win32/dtobj/ |
| H A D | DOTransferable.cxx | 75 const Type CPPUTYPE_OUSTRING = getCppuType( (OUString*)0 ); variable 82 ( aFlavor.DataType == CPPUTYPE_OUSTRING ) ) ); in isValidFlavor() 492 if ( aRequestedDataType == CPPUTYPE_OUSTRING ) in byteStreamToAny()
|
| H A D | DataFmtTransl.cxx | 71 const Type CPPUTYPE_OUSTRING = getCppuType((OUString*)0); variable 113 else if ( aFormat.getValueType( ) == CPPUTYPE_OUSTRING ) in getFormatEtcFromDataFlavor()
|
| /trunk/main/dtrans/source/os2/clipb/ |
| H A D | Os2Clipboard.cxx | 47 const Type CPPUTYPE_OUSTRING = getCppuType( (OUString*)0 ); variable 258 OUString::createFromAscii( "Unicode-Text" ), CPPUTYPE_OUSTRING); in setContents()
|
| /trunk/main/sw/source/ui/uno/ |
| H A D | SwXDocumentSettings.cxx | 137 …interName"), HANDLE_PRINTER_NAME, CPPUTYPE_OUSTRING, 0,… in lcl_createSettingsInfo() 143 …rrentDatabaseDataSource"), HANDLE_CURRENT_DATABASE_DATA_SOURCE, CPPUTYPE_OUSTRING, 0,… in lcl_createSettingsInfo() 144 …rrentDatabaseCommand"), HANDLE_CURRENT_DATABASE_COMMAND, CPPUTYPE_OUSTRING, 0,… in lcl_createSettingsInfo()
|
| H A D | unomod.cxx | 129 …AM ( "HelpURL" ), HANDLE_VIEWSET_HELP_URL , CPPUTYPE_OUSTRING, PROPERTY… in lcl_createViewSettingsInfo() 191 …AM ( "PrintFaxName" ), HANDLE_PRINTSET_FAX_NAME , CPPUTYPE_OUSTRING, PROPERTY_NO… in lcl_createPrintSettingsInfo()
|
| /trunk/main/comphelper/inc/comphelper/ |
| H A D | TypeGeneration.hxx | 47 CPPUTYPE_OUSTRING, //getCppuType( (OUString*)0 ) enumerator
|
| /trunk/main/comphelper/source/property/ |
| H A D | TypeGeneration.cxx | 167 case CPPUTYPE_OUSTRING: pType = &::getCppuType( (OUString*)0 ); break; in GenerateCppuType()
|