Home
last modified time | relevance | path

Searched refs:rFnc (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/sw/source/ui/table/
H A Dcolwd.cxx63 const SwTwips lWidth = rFnc.GetColWidth(nId); in IMPL_LINK_INLINE_START()
65 aWidthEdit.SetMax(aWidthEdit.Normalize(rFnc.GetMaxColWidth(nId)), FUNIT_TWIP); in IMPL_LINK_INLINE_START()
84 rFnc(rTableFnc) in IMPL_LINK_INLINE_END()
95 aColEdit.SetValue( rFnc.GetCurColNum() +1 ); in IMPL_LINK_INLINE_END()
100 if(rFnc.GetColCount() == 0) in IMPL_LINK_INLINE_END()
101 aWidthEdit.SetMin(aWidthEdit.Normalize(rFnc.GetColWidth(0)), FUNIT_TWIP); in IMPL_LINK_INLINE_END()
102 aColEdit.SetMax(rFnc.GetColCount() +1 ); in IMPL_LINK_INLINE_END()
111 rFnc.InitTabCols(); in Apply()
112 rFnc.SetColWidth( in Apply()
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.hxx481 …virtual VclAbstractDialog * CreateSwTableWidthDlg ( Window *pParent, SwTableFUNC &rFnc , int nResI…
H A Dswdlgfact.cxx1132 …stractDialogFactory_Impl::CreateSwTableWidthDlg ( Window *pParent, SwTableFUNC &rFnc , int nResId ) in CreateSwTableWidthDlg() argument
1138 pDlg = new SwTableWidthDlg( pParent, rFnc); in CreateSwTableWidthDlg()
/trunk/main/sw/inc/
H A Dswabstdlg.hxx403 …virtual VclAbstractDialog * CreateSwTableWidthDlg ( Window *pParent, SwTableFUNC &rFnc , int nResI…
H A Dcolwd.hxx48 SwTableFUNC &rFnc; member in SwTableWidthDlg
55 SwTableWidthDlg(Window *pParent, SwTableFUNC &rFnc );

Completed in 24 milliseconds