Lines Matching refs:pFunctionBox
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()
1081 if ( !pFunctionBox->FirstSelected() ) in IMPL_LINK()
1084 else if ( pListBox == pFunctionBox ) in IMPL_LINK()
1095 ::rtl::OUString sPossibleNewCommand = pFunctionBox->GetCurCommand(); in IMPL_LINK()
1176 ((Link &) pFunctionBox->GetSelectHdl()).Call( pFunctionBox ); in IMPL_LINK()