Searched refs:IsLeftShift (Results 1 – 2 of 2) sorted by relevance
282 …sal_Bool IsLeftShift() const { return (mnCode & MODKEY_LSHIFT) ? sal_True : sal_False; } in IsLeftShift() function in CommandModKeyData
5129 if(pCommandData->IsLeftShift() && !pCommandData->IsRightShift()) in Command()5131 else if(!pCommandData->IsLeftShift() && pCommandData->IsRightShift()) in Command()