Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/dialogs/
H A DSpellDialog.cxx217 aAddToDictMB ( this, CUI_RES( MB_ADDTODICT ) ), in SpellDialog()
260 aAddToDictMB.SetPopupMenu( new PopupMenu ); in SpellDialog()
283 delete aAddToDictMB.GetPopupMenu(); in ~SpellDialog()
307 aAddToDictMB.SetActivateHdl(LINK ( this, SpellDialog, MenuButtonActivateHdl ) ); in Init_Impl()
308 aAddToDictMB.SetSelectHdl(LINK ( this, SpellDialog, AddToDictionaryHdl ) ); in Init_Impl()
387 aAddToDictMB.Show( bShowChangeAll ); in UpdateBoxes_Impl()
505 &pThis->aAddToDictMB, in IMPL_STATIC_LINK()
958 aAddToDictMB.Enable( bEnable ); in InitUserDicts()
974 PopupMenu* pMenu = aAddToDictMB.GetPopupMenu();
1012 aAddToDictMB.Enable( bEnable );
[all …]
/AOO41X/main/cui/source/inc/
H A DSpellDialog.hxx165 MenuButton aAddToDictMB; member in svx::SpellDialog