Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/table/
H A Dinstable.cxx62 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()
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx159 NumericField aRowEdit; member in SwPreViewZoomDlg
182 aRowEdit(this,SW_RES(ED_ROW)), in SwPreViewZoomDlg()
191 aRowEdit.SetValue( rParent.GetRow() ); in SwPreViewZoomDlg()
205 sal_uInt8(aRowEdit.GetValue()), in Apply()
/trunk/main/sw/source/ui/inc/
H A Dinstable.hxx57 NumericField aRowEdit; member in SwInsTableDlg

Completed in 34 milliseconds