Home
last modified time | relevance | path

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

/AOO42X/main/vcl/unx/generic/dtrans/
H A DX11_selection.hxx425 ::rtl::OUString convertFromCompound( const char* pText, int nLen = -1 );
H A DX11_selection.cxx541 OUString SelectionManager::convertFromCompound( const char* pText, int nLen ) in convertFromCompound() function in SelectionManager
1083 … OUString aRet( convertFromCompound( (const char*)aData.getConstArray(), aData.getLength() ) ); in getPasteData()