Home
last modified time | relevance | path

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

/aoo4110/main/formula/source/ui/dlg/
H A Dfuncpage.cxx91 FuncPage::FuncPage(Window* pParent,const IFunctionManager* _pFunctionManager): in FuncPage() function in formula::FuncPage
131 void FuncPage::UpdateFunctionList() in UpdateFunctionList()
182 IMPL_LINK( FuncPage, SelHdl, ListBox*, pLb ) in IMPL_LINK() argument
209 void FuncPage::SetCategory(sal_uInt16 nCat) in SetCategory()
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()
[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

Completed in 30 milliseconds