Lines Matching refs:FuncPage
91 FuncPage::FuncPage(Window* pParent,const IFunctionManager* _pFunctionManager): in FuncPage() function in formula::FuncPage
116 aLbCategory.SetSelectHdl( LINK( this, FuncPage, SelHdl ) ); in FuncPage()
117 aLbFunction.SetSelectHdl( LINK( this, FuncPage, SelHdl ) ); in FuncPage()
118 aLbFunction.SetDoubleClickHdl( LINK( this, FuncPage, DblClkHdl ) ); in FuncPage()
121 void FuncPage::impl_addFunctions(const IFunctionCategory* _pCategory) in impl_addFunctions()
132 void FuncPage::UpdateFunctionList() in UpdateFunctionList()
183 IMPL_LINK( FuncPage, SelHdl, ListBox*, pLb ) in IMPL_LINK() argument
204 IMPL_LINK( FuncPage, DblClkHdl, ListBox*, EMPTYARG ) in IMPL_LINK() argument
210 void FuncPage::SetCategory(sal_uInt16 nCat) in SetCategory()
215 sal_uInt16 FuncPage::GetFuncPos(const IFunctionDescription* _pDesc) in GetFuncPos()
219 void FuncPage::SetFunction(sal_uInt16 nFunc) in SetFunction()
224 void FuncPage::SetFocus() in SetFocus()
229 sal_uInt16 FuncPage::GetCategory() in GetCategory()
234 sal_uInt16 FuncPage::GetFunction() in GetFunction()
239 sal_uInt16 FuncPage::GetFunctionEntryCount() in GetFunctionEntryCount()
244 String FuncPage::GetSelFunctionName() const in GetSelFunctionName()
248 const IFunctionDescription* FuncPage::GetFuncDesc( sal_uInt16 nPos ) const in GetFuncDesc()
254 void FuncPage::InitLRUList() in InitLRUList()