Home
last modified time | relevance | path

Searched refs:convertTypeToNative (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx793 void SelectionManager::convertTypeToNative( const OUString& rType, Atom selection, int& rFormat, ::… in convertTypeToNative() function in SelectionManager
851 convertTypeToNative( pFlavors[i].MimeType, targetselection, nFormat, rOutTypeList ); in getNativeTypeList()
861convertTypeToNative( OUString::createFromAscii( "text/plain;charset=utf-8" ), targetselection, nFo… in getNativeTypeList()
1218 convertTypeToNative( rType, selection, nFormat, aTypes ); in getPasteData()
H A DX11_selection.hxx448 …void convertTypeToNative( const ::rtl::OUString& rType, Atom selection, int& rFormat, ::std::list<…