Home
last modified time | relevance | path

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

/trunk/main/dtrans/source/win32/ftransl/
H A Dftransl.cxx213 if ( CF_INVALID != clipformat ) in getDataFlavorFromSystemDataType()
307 …m_TranslTable.push_back(FormatEntry("text/richtext", "Rich Text Format", NULL, CF_INVALID, CPPUTYP… in initTranslationTable()
411 …m_TranslTable.push_back(FormatEntry("application/msword", "MSWordDoc", NULL, CF_INVALID, CPPUTYPE_… in initTranslationTable()
504 …m_TranslTable.push_back(FormatEntry("application/vnd.sun.xml.draw", "Draw 6.0", NULL, CF_INVALID, … in initTranslationTable()
508 …m_TranslTable.push_back(FormatEntry("application/vnd.sun.xml.calc", "Calc 6.0", NULL, CF_INVALID, … in initTranslationTable()
516 …m_TranslTable.push_back(FormatEntry("image/bmp", "Windows Bitmap", NULL, CF_INVALID, CPPUTYPE_DEFA… in initTranslationTable()
518 m_TranslTable.push_back(FormatEntry("image/png", "PNG", NULL, CF_INVALID, CPPUTYPE_DEFAULT)); in initTranslationTable()
520 …m_TranslTable.push_back(FormatEntry("application/mathml+xml", "MathML", NULL, CF_INVALID, CPPUTYPE… in initTranslationTable()
548 else if ( stdId == CF_INVALID ) in findDataFlavorForStandardFormatId()
598 (CF_INVALID != citer->aStandardFormatId) ) in setStandardFormatIdForNativeFormatName()
[all …]
/trunk/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()
/trunk/main/dtrans/source/win32/misc/
H A DWinClip.hxx39 const sal_Int32 CF_INVALID = 0; variable

Completed in 40 milliseconds