Searched refs:aRowEdit (Results 1 – 3 of 3) sorted by relevance
62 rRow = (sal_uInt16)aRowEdit.GetValue(); in GetValues()96 aRowEdit (this, SW_RES(ED_ROW)), in SwInsTableDlg()123 aRowEdit.SetModifyHdl(LINK(this, SwInsTableDlg, ModifyRowCol)); in SwInsTableDlg()125 aRowEdit.SetMax(ROW_COL_PROD/aColEdit.GetValue()); in SwInsTableDlg()126 aColEdit.SetMax(ROW_COL_PROD/aRowEdit.GetValue()); in SwInsTableDlg()154 sal_Int64 nMax = aRowEdit.GetValue(); in SwInsTableDlg()193 aRowEdit.SetMax(ROW_COL_PROD/nCol); in IMPL_LINK_INLINE_END()197 sal_Int64 nRow = aRowEdit.GetValue(); in IMPL_LINK_INLINE_END()
157 NumericField aRowEdit; member in SwPreViewZoomDlg180 aRowEdit(this,SW_RES(ED_ROW)), in SwPreViewZoomDlg()189 aRowEdit.SetValue( rParent.GetRow() ); in SwPreViewZoomDlg()203 sal_uInt8(aRowEdit.GetValue()), in Apply()
57 NumericField aRowEdit; member in SwInsTableDlg
Completed in 20 milliseconds