Searched refs:bIsAction (Results 1 – 3 of 3) sorted by relevance
78 bIsAction(sal_False), in SdrViewEvent()595 sal_Bool bIsAction=IsAction(); in PickAnything() local597 if (bIsAction) in PickAnything()759 rVEvt.bIsAction=bIsAction; in PickAnything()974 else if (bLeftUp || (rVEvt.bIsAction && !bAction)) pWin->ReleaseMouse(); in DoMouseEvent()
1001 bool bIsAction = false; in execute_Command() local1007 bIsAction = m_pDrawViewWrapper->IsAction(); in execute_Command()1011 if(rCEvt.GetCommand() == COMMAND_CONTEXTMENU && !bIsAction) in execute_Command()
132 unsigned bIsAction : 1; // Action ist aktiv member
Completed in 21 milliseconds