Home
last modified time | relevance | path

Searched refs:TextConvWrapper (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/editeng/source/editeng/
H A Dtextconv.cxx54 TextConvWrapper::TextConvWrapper( Window* pWindow, in TextConvWrapper() function in TextConvWrapper
83 TextConvWrapper::~TextConvWrapper() in ~TextConvWrapper()
88 sal_Bool TextConvWrapper::ConvNext_impl() in ConvNext_impl()
156 sal_Bool TextConvWrapper::FindConvText_impl() in FindConvText_impl()
185 sal_Bool TextConvWrapper::ConvMore_impl() in ConvMore_impl()
206 void TextConvWrapper::ConvStart_impl( SvxSpellArea eArea ) in ConvStart_impl()
265 void TextConvWrapper::ConvEnd_impl() in ConvEnd_impl()
270 sal_Bool TextConvWrapper::ConvContinue_impl() in ConvContinue_impl()
284 void TextConvWrapper::SetLanguageAndFont( const ESelection &rESel, in SetLanguageAndFont()
316 void TextConvWrapper::SelectNewUnit_impl( in SelectNewUnit_impl()
[all …]
H A Dtextconv.hxx36 class TextConvWrapper : public editeng::HangulHanjaConversion class
78 TextConvWrapper (const TextConvWrapper &);
79 TextConvWrapper & operator= (const TextConvWrapper &);
103 TextConvWrapper( Window* pWindow,
112 virtual ~TextConvWrapper();
H A Dimpedit4.cxx1624 TextConvWrapper aWrp( Application::GetDefDialogParent(), xMSF, in Convert()