Home
last modified time | relevance | path

Searched refs:FuncPage (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/formula/source/ui/dlg/
H A Dfuncpage.cxx91 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()
[all …]
H A Dfuncpage.hxx67 class FuncPage : public TabPage class
96 FuncPage( Window* pParent,const IFunctionManager* _pFunctionManager);
H A Dformula.cxx156 DECL_LINK( DblClkHdl, FuncPage* );
157 DECL_LINK( FuncSelHdl, FuncPage*);
210 FuncPage* pFuncPage;
325 pFuncPage= new FuncPage( &aTabCtrl,_pFunctionMgr); in FormulaDlg_Impl()
1104 IMPL_LINK( FormulaDlg_Impl, DblClkHdl, FuncPage*, EMPTYARG ) in IMPL_LINK() argument
1716 IMPL_LINK( FormulaDlg_Impl, FuncSelHdl, FuncPage*, EMPTYARG ) in IMPL_LINK() argument