Home
last modified time | relevance | path

Searched refs:CF_INVALID (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/dtrans/source/win32/ftransl/
H A Dftransl.cxx213 if ( CF_INVALID != clipformat ) in getDataFlavorFromSystemDataType()
301 …-gdimetafile;windows_formatname=\"GDIMetaFile\"", "GDIMetaFile", NULL, CF_INVALID, CPPUTYPE_DEFAUL… in initTranslationTable()
303 …x-openoffice-private;windows_formatname=\"Private\"", "Private", NULL, CF_INVALID, CPPUTYPE_DEFAUL… in initTranslationTable()
305 …/x-openoffice-file;windows_formatname=\"FileName\"", "FileName", NULL, CF_INVALID, CPPUTYPE_DEFAUL… in initTranslationTable()
307 …m_TranslTable.push_back(FormatEntry("text/richtext", "Rich Text Format", NULL, CF_INVALID, CPPUTYP… in initTranslationTable()
309 …rawing;windows_formatname=\"Drawing Format\"", "Drawing Format", NULL, CF_INVALID, CPPUTYPE_DEFAUL… in initTranslationTable()
311 …arView Bitmap/Animation)\"", "SVXB (StarView Bitmap/Animation)", NULL, CF_INVALID, CPPUTYPE_DEFAUL… in initTranslationTable()
313 …tname=\"SVIM (StarView ImageMap)\"", "SVIM (StarView ImageMap)", NULL, CF_INVALID, CPPUTYPE_DEFAUL… in initTranslationTable()
315 …ormatname=\"XFA (XOutDev FillAttr)\"", "XFA (XOutDev FillAttr)", NULL, CF_INVALID, CPPUTYPE_DEFAUL… in initTranslationTable()
317 …ne;windows_formatname=\"EditEngineFormat\"", "EditEngineFormat", NULL, CF_INVALID, CPPUTYPE_DEFAUL… in initTranslationTable()
[all …]
/AOO41X/main/dtrans/source/win32/dtobj/
H A DDataFmtTransl.cxx98 sal_Int32 cf = CF_INVALID; in getFormatEtcFromDataFlavor()
111 OSL_ENSURE( CF_INVALID != cf, "Invalid Clipboard format delivered" ); in getFormatEtcFromDataFlavor()
121 OSL_ENSURE( CF_INVALID != cf, "RegisterClipboardFormat failed" ); in getFormatEtcFromDataFlavor()
159 else if ( CF_INVALID != aClipformat ) in getDataFlavorFromFormatEtc()
201 return CFormatEtc( CF_INVALID ); in getFormatEtcForClipformatName()
213 OSL_PRECOND( CF_INVALID != aClipformat, "Invalid clipboard format" ); in getClipboardFormatName()
H A DDOTransferable.cxx98 m_TxtFormatOnClipboard( CF_INVALID ) in CDOTransferable()
118 OSL_ASSERT( CF_INVALID != fetc.getClipformat() ); in getTransferData()
H A DDTransHelper.hxx96 sal_uInt32 SAL_CALL memSize( CLIPFORMAT cf = CF_INVALID ) const;
H A DFetcList.cxx224 if ( CF_INVALID == fetc.getClipformat( ) ) in RegisterFormats()
/AOO41X/main/dtrans/source/win32/misc/
H A DWinClip.hxx39 const sal_Int32 CF_INVALID = 0; variable