Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/miscdlgs/
H A Dinstbdlg.cxx75 aNfCount ( this, ScResId( NF_COUNT ) ), in ScInsertTableDlg()
119 aNfCount .SetModifyHdl( LINK( this, ScInsertTableDlg, CountHdl_Impl)); in Init_Impl()
123 aNfCount.SetText( String::CreateFromInt32(nTableCount) ); in Init_Impl()
124 aNfCount.SetMax( MAXTAB - rDoc.GetTableCount() + 1 ); in Init_Impl()
189 aNfCount .Enable(); in SetNewTable_Impl()
213 aNfCount .Disable(); in SetFromTo_Impl()
294 nTableCount = static_cast<SCTAB>(aNfCount.GetValue()); in IMPL_LINK()
/aoo41x/main/sc/source/ui/inc/
H A Dinstbdlg.hxx89 NumericField aNfCount; member in ScInsertTableDlg

Completed in 12 milliseconds