Home
last modified time | relevance | path

Searched refs:bScroll (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dselect.cxx258 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 …]
/trunk/main/svx/source/sdr/attribute/
H A Dsdrtextattribute.cxx92 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()
/trunk/main/svx/source/svdraw/
H A Dsvdotxat.cxx84 …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()
/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx511 sal_Bool bScroll = sal_False; in GoTo() local
519 bScroll = aScroll; in GoTo()
541 if( bScroll ) in GoTo()
582 if( bScroll ) in GoTo()
/trunk/main/sc/source/ui/dbgui/
H A Dcsvruler.cxx184 void ScCsvRuler::MoveCursor( sal_Int32 nPos, bool bScroll ) in MoveCursor() argument
187 if( bScroll ) in MoveCursor()
/trunk/main/svx/inc/svx/sdr/attribute/
H A Dsdrtextattribute.hxx76 bool bScroll,
/trunk/main/sc/source/ui/inc/
H A Dselect.hxx80 sal_Bool SetCursorAtCell( SCsCOL nPosX, SCsROW nPosY, sal_Bool bScroll );
H A Dcsvruler.hxx89 SC_DLLPRIVATE void MoveCursor( sal_Int32 nPos, bool bScroll = true );

Completed in 32 milliseconds