Searched refs:FuncPage (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/formula/source/ui/dlg/ |
H A D | funcpage.cxx | 91 FuncPage::FuncPage(Window* pParent,const IFunctionManager* _pFunctionManager): in FuncPage() function in formula::FuncPage 132 void FuncPage::UpdateFunctionList() in UpdateFunctionList() 183 IMPL_LINK( FuncPage, SelHdl, ListBox*, pLb ) in IMPL_LINK() argument 210 void FuncPage::SetCategory(sal_uInt16 nCat) in SetCategory() 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() [all …]
|
H A D | funcpage.hxx | 67 class FuncPage : public TabPage class 96 FuncPage( Window* pParent,const IFunctionManager* _pFunctionManager);
|
H A D | formula.cxx | 156 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 26 milliseconds