Home
last modified time | relevance | path

Searched refs:maskOfInterest (Results 1 – 6 of 6) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/af/ev/xp/
H A Dev_Toolbar_Actions.cpp39 AV_ChangeMask maskOfInterest, in EV_Toolbar_Action() argument
45 m_maskOfInterest = maskOfInterest; in EV_Toolbar_Action()
108 AV_ChangeMask maskOfInterest, in setAction() argument
116 m_actionTable[index] = new EV_Toolbar_Action(id,type,szMethodName,maskOfInterest,pfnGetState); in setAction()
H A Dev_Toolbar_Actions.h99 AV_ChangeMask maskOfInterest,
129 AV_ChangeMask maskOfInterest,
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Toolbar_ActionSet.cpp73 #define _s(id,type,szMethodName,maskOfInterest,pfnGetState) \ in AP_CreateToolbarActionSet() argument
74 pActionSet->setAction(id,type,szMethodName,maskOfInterest,pfnGetState) in AP_CreateToolbarActionSet()
/dports/editors/abiword/abiword-3.0.5/src/af/ev/cocoa/
H A Dev_CocoaToolbar.cpp779 AV_ChangeMask maskOfInterest = pAction->getChangeMaskOfInterest(); in refreshToolbar() local
780 if ((maskOfInterest & mask) == 0) // if this item doesn't care about in refreshToolbar()
/dports/editors/abiword/abiword-3.0.5/src/af/ev/win/
H A Dev_Win32Toolbar.cpp1003 AV_ChangeMask maskOfInterest = pAction->getChangeMaskOfInterest(); in refreshToolbar() local
1004 if ((maskOfInterest & mask) == 0) // if this item doesn't care about in refreshToolbar()
/dports/editors/abiword/abiword-3.0.5/src/af/ev/gtk/
H A Dev_UnixToolbar.cpp1298 AV_ChangeMask maskOfInterest = pAction->getChangeMaskOfInterest(); in refreshToolbar() local
1299 if ((maskOfInterest & mask) == 0) // if this item doesn't care about in refreshToolbar()