Lines Matching refs:FuncPage
91 FuncPage::FuncPage(Window* pParent,const IFunctionManager* _pFunctionManager): in FuncPage() function in formula::FuncPage
115 aLbCategory.SetSelectHdl( LINK( this, FuncPage, SelHdl ) ); in FuncPage()
116 aLbFunction.SetSelectHdl( LINK( this, FuncPage, SelHdl ) ); in FuncPage()
117 aLbFunction.SetDoubleClickHdl( LINK( this, FuncPage, DblClkHdl ) ); in FuncPage()
120 void FuncPage::impl_addFunctions(const IFunctionCategory* _pCategory) in impl_addFunctions()
131 void FuncPage::UpdateFunctionList() in UpdateFunctionList()
182 IMPL_LINK( FuncPage, SelHdl, ListBox*, pLb ) in IMPL_LINK() argument
203 IMPL_LINK( FuncPage, DblClkHdl, ListBox*, EMPTYARG ) in IMPL_LINK() argument
209 void FuncPage::SetCategory(sal_uInt16 nCat) in SetCategory()
214 sal_uInt16 FuncPage::GetFuncPos(const IFunctionDescription* _pDesc) in GetFuncPos()
218 void FuncPage::SetFunction(sal_uInt16 nFunc) in SetFunction()
223 void FuncPage::SetFocus() in SetFocus()
228 sal_uInt16 FuncPage::GetCategory() in GetCategory()
233 sal_uInt16 FuncPage::GetFunction() in GetFunction()
238 sal_uInt16 FuncPage::GetFunctionEntryCount() in GetFunctionEntryCount()
243 String FuncPage::GetSelFunctionName() const in GetSelFunctionName()
247 const IFunctionDescription* FuncPage::GetFuncDesc( sal_uInt16 nPos ) const in GetFuncDesc()
253 void FuncPage::InitLRUList() in InitLRUList()