Searched refs:pFunctionBox (Results 1 – 2 of 2) sorted by relevance
711 , pFunctionBox(new SfxConfigFunctionListBox_Impl( this, CUI_RES( BOX_ACC_FUNCTION ))) in SfxAcceleratorConfigPage()735 pFunctionBox->SetSelectHdl( LINK( this, SfxAcceleratorConfigPage, SelectHdl )); in SfxAcceleratorConfigPage()765 pGroupLBox->SetFunctionListBox(pFunctionBox); in SfxAcceleratorConfigPage()798 delete pFunctionBox; in ~SfxAcceleratorConfigPage()878 pFunctionBox->SetStylesInfo(&m_aStylesInfo); in Init()1028 String sNewCommand = pFunctionBox->GetCurCommand(); in IMPL_LINK()1029 String sLabel = pFunctionBox->GetCurLabel(); in IMPL_LINK()1037 ((Link &) pFunctionBox->GetSelectHdl()).Call( pFunctionBox ); in IMPL_LINK()1053 ((Link &) pFunctionBox->GetSelectHdl()).Call( pFunctionBox ); in IMPL_LINK()1066 ::rtl::OUString sPossibleNewCommand = pFunctionBox->GetCurCommand(); in IMPL_LINK()[all …]
145 SfxConfigFunctionListBox_Impl* pFunctionBox; member in SfxAcceleratorConfigPage