Lines Matching defs:SvxHyphenWordDialog_Impl

100 struct SvxHyphenWordDialog_Impl  struct
102 SvxHyphenWordDialog * m_pDialog;
105 FixedText aWordFT;
106 HyphenEdit_Impl aWordEdit;
107 ImageButton aLeftBtn;
108 ImageButton aRightBtn;
109 OKButton aOkBtn;
110 PushButton aContBtn;
111 PushButton aDelBtn;
112 FixedLine aFLBottom;
113 HelpButton aHelpBtn;
114 PushButton aHyphAll;
115 CancelButton aCancelBtn;
116 String aLabel;
117 SvxSpellWrapper* pHyphWrapper;
118 uno::Reference< linguistic2::XHyphenator > xHyphenator;
119 uno::Reference< linguistic2::XPossibleHyphens > xPossHyph;
120 …String aEditWord; // aEditWord and aWordEdit.GetText() differ only by the charac…
121 String aActWord; // actual word to be hyphenated
122 LanguageType nActLanguage; // and its language
123 sal_uInt16 nMaxHyphenationPos; // right most valid hyphenation pos
124 sal_uInt16 nHyphPos;
125 sal_uInt16 nOldPos;
149 SvxHyphenWordDialog_Impl( argument
159 SvxHyphenWordDialog_Impl::SvxHyphenWordDialog_Impl( in SvxHyphenWordDialog_Impl() function in SvxHyphenWordDialog_Impl
493 IMPL_LINK( SvxHyphenWordDialog_Impl, CutHdl_Impl, Button *, EMPTYARG ) in IMPL_LINK() argument
505 IMPL_LINK( SvxHyphenWordDialog_Impl, HyphenateAllHdl_Impl, Button *, EMPTYARG /*pButton*/ ) in IMPL_LINK() argument
535 IMPL_LINK( SvxHyphenWordDialog_Impl, DeleteHdl_Impl, Button *, EMPTYARG ) in IMPL_LINK() argument
547 IMPL_LINK( SvxHyphenWordDialog_Impl, ContinueHdl_Impl, Button *, EMPTYARG ) in IMPL_LINK() argument
559 IMPL_LINK( SvxHyphenWordDialog_Impl, CancelHdl_Impl, Button *, EMPTYARG ) in IMPL_LINK() argument
572 IMPL_LINK( SvxHyphenWordDialog_Impl, Left_Impl, Button *, EMPTYARG ) in IMPL_LINK() argument
584 IMPL_LINK( SvxHyphenWordDialog_Impl, Right_Impl, Button *, EMPTYARG ) in IMPL_LINK() argument
596 IMPL_LINK( SvxHyphenWordDialog_Impl, GetFocusHdl_Impl, Edit *, EMPTYARG ) in IMPL_LINK() argument