Searched refs:bZoomIn (Results 1 – 3 of 3) sorted by relevance
132 sal_Bool bZoomIn = rMEvt.IsLeft() && !rMEvt.IsShift(); in MouseButtonDown() local136 if( bZoomIn || bZoomOut ) in MouseButtonDown()143 if( bZoomIn ) in MouseButtonDown()
315 sal_Bool bZoomIn = rMEvt.IsLeft() && !rMEvt.IsShift(); in MouseButtonDown() local319 if( bZoomIn || bZoomOut ) in MouseButtonDown()326 if( bZoomIn ) in MouseButtonDown()
117 sal_uInt16 lcl_GetNextZoomStep(sal_uInt16 nCurrentZoom, sal_Bool bZoomIn) in TYPEINIT1()124 if(bZoomIn) in TYPEINIT1()136 return bZoomIn ? MAX_PREVIEW_ZOOM : MIN_PREVIEW_ZOOM; in TYPEINIT1()
Completed in 24 milliseconds