Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx215 aAddToDictMB ( this, CUI_RES( MB_ADDTODICT ) ), in SpellDialog()
258 aAddToDictMB.SetPopupMenu( new PopupMenu ); in SpellDialog()
281 delete aAddToDictMB.GetPopupMenu(); in ~SpellDialog()
305 aAddToDictMB.SetActivateHdl(LINK ( this, SpellDialog, MenuButtonActivateHdl ) ); in Init_Impl()
306 aAddToDictMB.SetSelectHdl(LINK ( this, SpellDialog, AddToDictionaryHdl ) ); in Init_Impl()
385 aAddToDictMB.Show( bShowChangeAll ); in UpdateBoxes_Impl()
503 &pThis->aAddToDictMB, in IMPL_STATIC_LINK()
956 aAddToDictMB.Enable( bEnable ); in InitUserDicts()
972 PopupMenu* pMenu = aAddToDictMB.GetPopupMenu();
1010 aAddToDictMB.Enable( bEnable );
[all …]
/trunk/main/cui/source/inc/
H A DSpellDialog.hxx165 MenuButton aAddToDictMB; member in svx::SpellDialog