Searched refs:aPageNumEdit (Results 1 – 2 of 2) sorted by relevance
77 nPgNum = aPageNumBox.IsChecked() ? (sal_uInt16)aPageNumEdit.GetValue() : 0; in Apply()96 if(pBox->IsChecked()) aPageNumEdit.SetValue(1); in IMPL_LINK_INLINE_END()97 else aPageNumEdit.SetText(aEmptyStr); in IMPL_LINK_INLINE_END()134 const sal_uInt16 nUserPage = sal_uInt16(aPageNumEdit.GetValue()); in IMPL_LINK_INLINE_END()146 aPageNumEdit.GrabFocus(); in IMPL_LINK_INLINE_END()166 aPageNumEdit(this, SW_RES(ED_PAGENUM)), in SwBreakDlg()177 aPageNumEdit.SetAccessibleRelationLabeledBy(&aPageNumBox); in SwBreakDlg()178 aPageNumEdit.SetAccessibleName(aPageNumBox.GetText()); in SwBreakDlg()188 aPageNumEdit.SetModifyHdl(LINK(this,SwBreakDlg,PageNumModifyHdl)); in SwBreakDlg()211 aPageNumEdit.SetText( aEmptyStr ); in SwBreakDlg()[all …]
56 NumericField aPageNumEdit; member in SwBreakDlg
Completed in 13 milliseconds