Searched refs:bScroll (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | select.cxx | 258 sal_Bool bScroll = bRightScroll || bBottomScroll || bNegScroll; in SetCursorAtPoint() local 296 …pViewData->GetView()->ActivatePart( SC_SPLIT_TOPRIGHT ), bScroll = sal_False, bDidSwitch = sal_Tru… in SetCursorAtPoint() 298 …pViewData->GetView()->ActivatePart( SC_SPLIT_BOTTOMRIGHT ), bScroll = sal_False, bDidSwitch = sal_… in SetCursorAtPoint() 305 …pViewData->GetView()->ActivatePart( SC_SPLIT_BOTTOMLEFT ), bScroll = sal_False, bDidSwitch = sal_T… in SetCursorAtPoint() 312 return SetCursorAtCell( nPosX, nPosY, bScroll ); in SetCursorAtPoint() 315 sal_Bool ScViewFunctionSet::SetCursorAtCell( SCsCOL nPosX, SCsROW nPosY, sal_Bool bScroll ) in SetCursorAtCell() argument 349 if (bScroll) in SetCursorAtCell() 762 sal_Bool bScroll; in SetCursorAtPoint() local 764 bScroll = ( rPointPixel.X() < 0 || rPointPixel.X() >= aWinSize.Width() ); in SetCursorAtPoint() 766 bScroll = ( rPointPixel.Y() < 0 || rPointPixel.Y() >= aWinSize.Height() ); in SetCursorAtPoint() [all …]
|
/aoo41x/main/svx/source/sdr/attribute/ |
H A D | sdrtextattribute.cxx | 92 bool bScroll, in ImpSdrTextAttribute() argument 111 mbScroll(bScroll), in ImpSdrTextAttribute() 273 bool bScroll, in SdrTextAttribute() argument 280 bFitToSize, bHideContour, bBlink, bScroll, bInEditMode, bFixedCellHeight, bWrongSpell)) in SdrTextAttribute()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdotxat.cxx | 84 …FASTBOOL bScroll=eAniKind==SDRTEXTANI_SCROLL || eAniKind==SDRTEXTANI_ALTERNATE || eAniKind==SDRTEX… in AdjustTextFrameWidthAndHeight() local 85 FASTBOOL bHScroll=bScroll && (eAniDir==SDRTEXTANI_LEFT || eAniDir==SDRTEXTANI_RIGHT); in AdjustTextFrameWidthAndHeight() 86 FASTBOOL bVScroll=bScroll && (eAniDir==SDRTEXTANI_UP || eAniDir==SDRTEXTANI_DOWN); in AdjustTextFrameWidthAndHeight()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaapplication.cxx | 511 sal_Bool bScroll = sal_False; in GoTo() local 519 bScroll = aScroll; in GoTo() 541 if( bScroll ) in GoTo() 582 if( bScroll ) in GoTo()
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | csvruler.cxx | 184 void ScCsvRuler::MoveCursor( sal_Int32 nPos, bool bScroll ) in MoveCursor() argument 187 if( bScroll ) in MoveCursor()
|
/aoo41x/main/svx/inc/svx/sdr/attribute/ |
H A D | sdrtextattribute.hxx | 76 bool bScroll,
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | select.hxx | 80 sal_Bool SetCursorAtCell( SCsCOL nPosX, SCsROW nPosY, sal_Bool bScroll );
|
H A D | csvruler.hxx | 89 SC_DLLPRIVATE void MoveCursor( sal_Int32 nPos, bool bScroll = true );
|
Completed in 51 milliseconds