Searched refs:POINTER_HSPLIT (Results  1 – 13 of 13) sorted by relevance
| /aoo42x/main/sc/source/ui/view/ | 
| H A D | preview.cxx | 983     if( rMEvt.IsLeft() && GetPointer() == POINTER_HSPLIT )  in MouseButtonDown()1000             DrawInvert( PixelToLogic( Point( nLeftPosition, 0 ),aMMMode ).X() ,POINTER_HSPLIT );  in MouseButtonDown()
 1004         DrawInvert( aButtonDownChangePoint.X(), POINTER_HSPLIT );  in MouseButtonDown()
 1203         if( rMEvt.IsLeft() && GetPointer() == POINTER_HSPLIT )  in MouseButtonUp()
 1213 …               DrawInvert( PixelToLogic( Point( nLeftPosition, 0 ),aMMMode ).X() ,POINTER_HSPLIT );  in MouseButtonUp()
 1216                 DrawInvert( aButtonUpPt.X(), POINTER_HSPLIT );  in MouseButtonUp()
 1320             if( !rMEvt.GetButtons() && GetPointer() == POINTER_HSPLIT )  in MouseMove()
 1373                 SetPointer( Pointer( POINTER_HSPLIT ) );  in MouseMove()
 1377                        DragMove( aMouseMovePoint.X(), POINTER_HSPLIT );  in MouseMove()
 1508     if( nFlags == POINTER_HSIZEBAR || nFlags == POINTER_HSPLIT )  in DragMove()
 [all …]
 
 | 
| H A D | tabsplit.cxx | 95 		SetPointer(POINTER_HSPLIT);  in SetFixed()
 | 
| /aoo42x/main/svtools/source/table/ | 
| H A D | mousefunction.cxx | 73                 aNewPointer = Pointer( POINTER_HSPLIT );  in handleMouseMove()93 	        aNewPointer = Pointer( POINTER_HSPLIT );  in handleMouseMove()
 
 | 
| /aoo42x/main/vcl/inc/vcl/ | 
| H A D | ptrstyle.hxx | 58 #define POINTER_HSPLIT					((PointerStyle)23)  macro
 | 
| /aoo42x/main/svx/source/table/ | 
| H A D | tablehandles.cxx | 96 		return POINTER_HSPLIT;  in GetPointer()
 | 
| /aoo42x/main/sc/source/ui/formdlg/ | 
| H A D | privsplt.cxx | 65 		aWinPointer=Pointer(POINTER_HSPLIT);  in ScPrivatSplit()
 | 
| /aoo42x/main/vcl/source/window/ | 
| H A D | split.cxx | 84 		    ePointerStyle = POINTER_HSPLIT;  in ImplInitHorVer()
 | 
| H A D | splitwin.cxx | 2370 			eStyle = POINTER_HSPLIT;  in ImplStartSplit()2502 					eStyle = POINTER_HSPLIT;  in MouseMove()
 
 | 
| /aoo42x/main/sc/source/ui/dbgui/ | 
| H A D | csvruler.cxx | 665     SetPointer( Pointer( HasSplit( nPos ) ? POINTER_HSPLIT : POINTER_ARROW ) );  in ImplSetMousePointer()
 | 
| /aoo42x/main/svtools/source/brwbox/ | 
| H A D | brwbox2.cxx | 1521 				SetPointer( Pointer( POINTER_HSPLIT ) );  in MouseButtonDown()1575 				aNewPointer = Pointer( POINTER_HSPLIT );  in MouseMove()
 
 | 
| /aoo42x/main/vcl/unx/gtk/app/ | 
| H A D | gtkdata.cxx | 409 			MAP_BUILTIN( POINTER_HSPLIT, GDK_SB_H_DOUBLE_ARROW );  in getCursor()
 | 
| /aoo42x/main/vcl/aqua/source/window/ | 
| H A D | salframe.cxx | 918     case POINTER_HSPLIT:  in getCurrentCursor()
 | 
| /aoo42x/main/vcl/unx/generic/app/ | 
| H A D | saldisp.cxx | 1857         case POINTER_HSPLIT:  in GetPointer()
 | 
        Completed in 113 milliseconds