Home
last modified time | relevance | path

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

/trunk/main/cui/source/customize/ !
H A Dacccfg.cxx711 , 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 …]
/trunk/main/cui/source/inc/ !
H A Dacccfg.hxx145 SfxConfigFunctionListBox_Impl* pFunctionBox; member in SfxAcceleratorConfigPage