Home
last modified time | relevance | path

Searched refs:bAlt (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sc/source/ui/drawfunc/
H A Dfudraw.cxx91 sal_Bool bAlt = rMEvt.IsMod2(); in DoModifiers() local
101 sal_Bool bCenter = bAlt; in DoModifiers()
793 sal_Bool bAlt = pMEvt && pMEvt->IsMod2(); in ForcePointer() local
824 else if ( !bAlt && ( !pMEvt || !pMEvt->GetButtons() ) in ForcePointer()
830 else if ( !bAlt && pView->PickObj(aPnt, pView->getHitTolLog(), pObj, pPV, SDRSEARCH_PICKMACRO) ) in ForcePointer()
837 …else if ( !bAlt && pInfo && ((pInfo->GetMacro().getLength() > 0) || (pInfo->GetHlink().getLength()… in ForcePointer()
839 else if ( !bAlt && pInfo && (pInfo->GetMacro().getLength() > 0) ) in ForcePointer()
H A Dfusel.cxx170 sal_Bool bAlt = rMEvt.IsMod2(); in MouseButtonDown() local
171 if ( !bAlt && pView->PickObj(aMDPos, pView->getHitTolLog(), pObj, pPV, SDRSEARCH_PICKMACRO) ) in MouseButtonDown()
179 … if ( !bAlt && pView->PickObj(aMDPos, pView->getHitTolLog(), pObj, pPV, SDRSEARCH_ALSOONMASTER)) in MouseButtonDown()
236 if ( !bAlt && in MouseButtonDown()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh4.cxx1292 sal_Bool bAlt = aCode.IsMod2(); in TabKeyInput() local
1325 if ( !bControl && !bAlt ) in TabKeyInput()
1332 bIsType = bControl && !bAlt; // Control, Shift-Control-Return in TabKeyInput()
1342 bIsType = !bControl && !bAlt; // ohne Modifier oder Shift-Space in TabKeyInput()
1396 sal_Bool bNormal = !bControl && !bAlt; in TabKeyInput()
1418 else if ( bAlt ) in TabKeyInput()
1450 if ( !bUsed && bAlt && !bControl ) in TabKeyInput()
1487 if ( !bUsed && bAlt && bControl && bShift) in TabKeyInput()
H A Dgridwin.cxx1804 sal_Bool bAlt = rMEvt.IsMod2(); in HandleMouseButtonDown() local
1805 if ( !bAlt && rMEvt.IsLeft() && in HandleMouseButtonDown()
2197 sal_Bool bAlt = rMEvt.IsMod2(); in MouseButtonUp() local
2198 if ( !bAlt && !bRefMode && !bDouble && nMouseStatus == SC_GM_URLDOWN ) in MouseButtonUp()
2414 sal_Bool bAlt = rMEvt.IsMod2(); in MouseMove() local
2415 if ( !bAlt && !nButtonDown && pEditView && pEditView->GetFieldUnderMousePointer() ) in MouseMove()
2492 sal_Bool bAlt = rMEvt.IsMod2(); in MouseMove() local
2496 else if ( !bAlt && !nButtonDown && in MouseMove()
/trunk/main/forms/source/richtext/
H A Drichtextvclcontrol.cxx225 sal_Bool bAlt = pKeyEvent->GetKeyCode().IsMod2(); in PreNotify() local
226 if ( ( KEY_TAB == nCode ) && bCtrl && !bAlt ) in PreNotify()
241 && bAlt in PreNotify()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx651 sal_Bool bAlt = pKeyEvent->GetKeyCode().IsMod2(); in PreNotify() local
656 if (!bAlt && !bCtrl && !bShift ) in PreNotify()
691 if ( !bAlt && !bCtrl && bShift ) in PreNotify()
704 if ( !bAlt && bCtrl && bShift ) in PreNotify()
711 if ( !bAlt && bCtrl && !bShift ) in PreNotify()
H A Dbrwbox2.cxx1856 sal_Bool bAlt = rEvt.GetKeyCode().IsMod2(); in ProcessKey() local
1860 if ( !bAlt && !bCtrl && !bShift ) in ProcessKey()
1885 if ( !bAlt && !bCtrl && bShift ) in ProcessKey()
1899 if ( !bAlt && bCtrl && !bShift ) in ProcessKey()
/trunk/main/svx/source/svdraw/
H A Dsvdview.cxx332 #define MODKEY_Center bAlt /* Zentrisch erzeugen/resizen */
337 #define MODKEY_PolyPoly bAlt /* Neues Poly bei InsPt und bei Create */
339 #define MODKEY_Unmark bAlt /* Unmark durch Rahmenaufziehen */
341 #define MODKEY_DeepMark bAlt /* MarkNextObj */
366 sal_Bool bAlt=(rVEvt.nMouseCode & KEY_MOD2) !=0; in PickAnything() local
792 sal_Bool bAlt=(rVEvt.nMouseCode & KEY_MOD2) !=0; in DoMouseEvent() local
/trunk/main/svtools/source/dialogs/
H A Daddresstemplate.cxx1281 sal_Bool bAlt = pKeyEvent->GetKeyCode().IsMod2(); in PreNotify() local
1285 if (!bAlt && !bCtrl && !bShift) in PreNotify()
1300 else if (!bAlt && !bCtrl && bShift) in PreNotify()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx2994 sal_Bool bAlt = aCode.IsMod2(); in KeyInput() local
2999 if (( bAlt && !bControl && nCode != KEY_RETURN ) || in KeyInput()
3029 else if ( bAlt ) in KeyInput()
3040 if (!bControl && !bAlt) in KeyInput()
3086 if ( !bShift && !bControl && !bAlt && eMode == SC_INPUT_TABLE ) in KeyInput()
/trunk/main/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx131 sal_Bool bAlt = pKeyEvent->GetKeyCode().IsMod2(); in PreNotify() local
135 if ( (bCtrl && bAlt && KEY_F == nCode) || KEY_ESCAPE == nCode ) in PreNotify()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx695 bool bAlt = rKEvt.GetKeyCode().IsMod2(); in KeyInput() local
697 if ( !bAlt && !bShift ) in KeyInput()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx3436 sal_Bool bAlt = pKeyEvent->GetKeyCode().IsMod2(); in PreNotify() local
3437 if ( ( KEY_TAB == nCode ) && bCtrl && !bAlt ) in PreNotify()

Completed in 132 milliseconds