Home
last modified time | relevance | path

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

/aoo4110/main/vcl/inc/vcl/
H A Dcmdevt.hxx282 …sal_Bool IsLeftShift() const { return (mnCode & MODKEY_LSHIFT) ? sal_True : sal_False; } in IsLeftShift() function in CommandModKeyData
/aoo4110/main/sw/source/ui/docvw/
H A Dedtwin.cxx5098 if(pCommandData->IsLeftShift() && !pCommandData->IsRightShift()) in Command()
5100 else if(!pCommandData->IsLeftShift() && pCommandData->IsRightShift()) in Command()

Completed in 47 milliseconds