Home
last modified time | relevance | path

Searched refs:aNfCount (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sc/source/ui/miscdlgs/
H A Dinstbdlg.cxx74 aNfCount ( this, ScResId( NF_COUNT ) ), in ScInsertTableDlg()
118 aNfCount .SetModifyHdl( LINK( this, ScInsertTableDlg, CountHdl_Impl)); in Init_Impl()
122 aNfCount.SetText( String::CreateFromInt32(nTableCount) ); in Init_Impl()
123 aNfCount.SetMax( MAXTAB - rDoc.GetTableCount() + 1 ); in Init_Impl()
188 aNfCount .Enable(); in SetNewTable_Impl()
212 aNfCount .Disable(); in SetFromTo_Impl()
293 nTableCount = static_cast<SCTAB>(aNfCount.GetValue()); in IMPL_LINK()
/aoo42x/main/sc/source/ui/inc/
H A Dinstbdlg.hxx89 NumericField aNfCount; member in ScInsertTableDlg

Completed in 13 milliseconds