25 #include <com/sun/star/uno/Reference.hxx>
26 #include <com/sun/star/linguistic2/XHyphenator.hpp>
27 #include <com/sun/star/linguistic2/XPossibleHyphens.hpp>
36 css::uno::Reference< css::linguistic2::XPossibleHyphens >
m_xPossHyph;
76 css::uno::Reference<css::linguistic2::XHyphenator>
const &xHyphen,
LanguageType m_nActLanguage
std::unique_ptr< weld::Button > m_xCloseBtn
sal_Int32 m_nHyphenationPositionsOffset
std::unique_ptr< weld::Button > m_xLeftBtn
void select_region(int nStart, int nEnd)
void ContinueHyph_Impl(sal_Int32 nInsPos=-1)
void SetWindowTitle(LanguageType nLang)
SvxHyphenWordDialog(const OUString &rWord, LanguageType nLang, weld::Widget *pParent, css::uno::Reference< css::linguistic2::XHyphenator > const &xHyphen, SvxSpellWrapper *pWrapper)
std::unique_ptr< weld::Button > m_xHyphAll
std::unique_ptr< weld::Button > m_xContBtn
sal_Int16 m_nMaxHyphenationPos
SvxSpellWrapper *const m_pHyphWrapper
std::unique_ptr< weld::Entry > m_xWordEdit
std::unique_ptr< weld::Button > m_xDelBtn
virtual ~SvxHyphenWordDialog() override
OUString EraseUnusableHyphens_Impl()
css::uno::Reference< css::linguistic2::XHyphenator > m_xHyphenator
css::uno::Reference< css::linguistic2::XPossibleHyphens > m_xPossHyph
std::unique_ptr< weld::Button > m_xRightBtn
std::unique_ptr< weld::Button > m_xOkBtn
DECL_LINK(Left_Impl, weld::Button &, void)