Searched refs:CF_INVALID (Results 1 – 6 of 6) sorted by relevance
/trunk/main/dtrans/source/win32/ftransl/ |
H A D | ftransl.cxx | 213 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 D | DataFmtTransl.cxx | 98 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 D | DOTransferable.cxx | 98 m_TxtFormatOnClipboard( CF_INVALID ) in CDOTransferable() 118 OSL_ASSERT( CF_INVALID != fetc.getClipformat() ); in getTransferData()
|
H A D | DTransHelper.hxx | 96 sal_uInt32 SAL_CALL memSize( CLIPFORMAT cf = CF_INVALID ) const;
|
H A D | FetcList.cxx | 224 if ( CF_INVALID == fetc.getClipformat( ) ) in RegisterFormats()
|
/trunk/main/dtrans/source/win32/misc/ |
H A D | WinClip.hxx | 39 const sal_Int32 CF_INVALID = 0; variable
|
Completed in 41 milliseconds