Home
last modified time | relevance | path

Searched refs:CPPUTYPE_DEFAULT (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/dtrans/source/win32/ftransl/
H A Dftransl.cxx55 #define CPPUTYPE_DEFAULT CPPUTYPE_SEQSALINT8 macro
277 …application/x-openoffice-dif;windows_formatname=\"DIF\"", "DIF", "DIF", CF_DIF, CPPUTYPE_DEFAULT)); in initTranslationTable()
286 …x-openoffice-bitmap;windows_formatname=\"Bitmap\"", "Bitmap", "Bitmap", CF_DIB, CPPUTYPE_DEFAULT)); in initTranslationTable()
287 …penoffice-bitmap;windows_formatname=\"Bitmap\"", "Bitmap", "Bitmap", CF_BITMAP, CPPUTYPE_DEFAULT)); in initTranslationTable()
291 …penoffice-locale;windows_formatname=\"Locale\"", "Locale", "Locale", CF_LOCALE, CPPUTYPE_DEFAULT)); in initTranslationTable()
293 …ws_formatname=\"Image WMF\"", "Windows MetaFile", "Image WMF", CF_METAFILEPICT, CPPUTYPE_DEFAULT)); in initTranslationTable()
295 …tname=\"Image EMF\"", "Windows Enhanced MetaFile", "Image EMF", CF_ENHMETAFILE, CPPUTYPE_DEFAULT)); in initTranslationTable()
297 …ce-filelist;windows_formatname=\"FileList\"", "FileList", "FileList", CF_HDROP, CPPUTYPE_DEFAULT)); in initTranslationTable()
299 …tion/x-openoffice-sylk;windows_formatname=\"Sylk\"", "Sylk", "Sylk", CF_SYLK, CPPUTYPE_DEFAULT ) ); in initTranslationTable()
301 …imetafile;windows_formatname=\"GDIMetaFile\"", "GDIMetaFile", NULL, CF_INVALID, CPPUTYPE_DEFAULT)); in initTranslationTable()
[all …]
/AOO42X/main/dtrans/source/os2/clipb/
H A DOs2Transferable.hxx48 #define CPPUTYPE_DEFAULT CPPUTYPE_SEQSALINT8 macro
H A DOs2Clipboard.cxx260 OUString::createFromAscii( "Bitmap" ), CPPUTYPE_DEFAULT); in setContents()