Searched refs:bControl (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | tabvwsh4.cxx | 1291 sal_Bool bControl = aCode.IsMod1(); 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() 1409 sal_Bool bEditReturn = bControl && !bShift; // An Edit-Engine weiter in TabKeyInput() 1416 if ( bShift && bControl ) in TabKeyInput() 1450 if ( !bUsed && bAlt && !bControl ) in TabKeyInput() 1487 if ( !bUsed && bAlt && bControl && bShift) in TabKeyInput()
|
H A D | tabview3.cxx | 113 void ScTabView::ClickCursor( SCCOL nPosX, SCROW nPosY, sal_Bool bControl ) in ClickCursor() argument 128 if (bControl) in ClickCursor() 135 DoneBlockMode( bControl ); in ClickCursor() 909 sal_Bool bShift, sal_Bool bControl, sal_Bool bKeepOld, sal_Bool bKeepSel ) in MoveCursorAbs() argument 943 pSelEngine->CursorPosChanging( bShift, bControl ); in MoveCursorAbs()
|
H A D | tabview.cxx | 314 sal_Bool bControl = rMEvt.IsMod1(); in MouseButtonDown() local 315 pViewSh->SelectAll( bControl ); in MouseButtonDown()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdopath.cxx | 114 FASTBOOL bControl; // Punkt ist ein Kontrollpunkt member 190 bControl=rHdl.IsPlusHdl(); // Punkt ist ein Kontrollpunkt in ImpSdrPathDragData() 195 if (bControl) { in ImpSdrPathDragData() 678 FASTBOOL bControl =mpSdrPathDragData->bControl ; // Punkt ist ein Kontrollpunkt in movePathDrag() local 685 if (!bControl && rDrag.GetView()!=NULL && rDrag.GetView()->IsOrtho()) { in movePathDrag() 759 if (!bControl && rDrag.GetView()!=NULL && rDrag.GetView()->IsEliminatePolyPoints() && in movePathDrag() 798 if (bControl) { // Faelle 5,6,7,8 in movePathDrag() 813 if (!bControl) { // Faelle 1,2,3,4 wobei bei 1 nix passiert und bei 3+4 unten noch mehr folgt in movePathDrag() 1198 FASTBOOL bControl =mpSdrPathDragData->bControl ; // Punkt ist ein Kontrollpunkt in getSpecialDragPoly() local 1208 if (bControl) { in getSpecialDragPoly()
|
/aoo41x/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 2993 sal_Bool bControl = aCode.IsMod1(); in KeyInput() local 2999 if (( bAlt && !bControl && nCode != KEY_RETURN ) || in KeyInput() 3000 ( bControl && aCode.GetCode() == KEY_TAB )) in KeyInput() 3012 if (bControl && !bShift && !bInputLine) in KeyInput() 3027 if ( bShift && bControl ) in KeyInput() 3034 pActiveViewSh->MoveCursorEnter( bShift && !bControl ); in KeyInput() 3040 if (!bControl && !bAlt) in KeyInput() 3086 if ( !bShift && !bControl && !bAlt && eMode == SC_INPUT_TABLE ) in KeyInput()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | tabview.hxx | 324 void ClickCursor( SCCOL nPosX, SCROW nPosY, sal_Bool bControl ); 369 sal_Bool bShift, sal_Bool bControl,
|
/aoo41x/main/xmloff/source/transform/ |
H A D | StyleOOoTContext.cxx | 1202 sal_Bool bControl = sal_False; in StartElement() local 1232 bControl = sal_True; in StartElement() 1240 else if( bControl ) in StartElement()
|
/aoo41x/main/oox/source/dump/ |
H A D | biffdumper.cxx | 4103 bool bControl = false; in dumpObjRecBiff8() local 4136 bControl = getFlag( nFlags, BIFF_OBJFLAGS_CONTROL ); in dumpObjRecBiff8() 4145 if( bControl && bCtlsStrm ) in dumpObjRecBiff8() 4150 if( bControl && (rStrm.tell() + 8 <= nSubRecEnd) ) in dumpObjRecBiff8()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | gdimtf.cxx | 2760 const bool bControl(aPolygon.areControlPointsUsed()); in GetChecksum() local 2771 if(bControl) in GetChecksum()
|
Completed in 123 milliseconds