Home
last modified time | relevance | path

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

/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx210 FuncPage* pFuncPage; member in formula::FormulaDlg_Impl
325 pFuncPage= new FuncPage( &aTabCtrl,_pFunctionMgr); in FormulaDlg_Impl()
327 pFuncPage->Hide(); in FormulaDlg_Impl()
329 aTabCtrl.SetTabPage( TP_FUNCTION, pFuncPage); in FormulaDlg_Impl()
351 pFuncPage->SetDoubleClickHdl( LINK( this, FormulaDlg_Impl, DblClkHdl ) ); in FormulaDlg_Impl()
352 pFuncPage->SetSelectHdl( LINK( this, FormulaDlg_Impl, FuncSelHdl) ); in FormulaDlg_Impl()
396 delete pFuncPage; in ~FormulaDlg_Impl()
804 if( pFuncPage->GetCategory() != pFuncDesc->getCategory()->getNumber() + 1 ) in FillListboxes()
805pFuncPage->SetCategory(static_cast<sal_uInt16>(pFuncDesc->getCategory()->getNumber() + 1)); in FillListboxes()
807 sal_uInt16 nPos=pFuncPage->GetFuncPos(pFuncDesc); in FillListboxes()
[all …]