Searched refs:nDragPos (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | hdrcont.cxx | 719 nDragPos = nDragStart; in MouseButtonDown() 721 DrawInvert( nDragPos ); in MouseButtonDown() 770 DrawInvert( nDragPos ); in MouseButtonUp() 825 if ( nNewPos != nDragPos ) in MouseMove() 827 DrawInvert( nDragPos ); in MouseMove() 828 nDragPos = nNewPos; in MouseMove() 830 DrawInvert( nDragPos ); in MouseMove() 832 if (nDragPos <= nDragStart-SC_DRAG_MIN || nDragPos >= nDragStart+SC_DRAG_MIN) in MouseMove() 927 DrawInvert( nDragPos ); in StopMarking() 946 long nVal = bLayoutRTL ? ( nScrPos - nDragPos + 1 ) in ShowDragHelp() [all …]
|
H A D | tabview4.cxx | 490 void ScTabView::InvertHorizontal( ScVSplitPos eWhich, long nDragPos ) in InvertHorizontal() argument 498 Rectangle aRect( 0,nDragPos, pWin->GetOutputSizePixel().Width()-1,nDragPos+HDR_SLIDERSIZE-1 ); in InvertHorizontal() 505 void ScTabView::InvertVertical( ScHSplitPos eWhich, long nDragPos ) in InvertVertical() argument 513 Rectangle aRect( nDragPos,0, nDragPos+HDR_SLIDERSIZE-1,pWin->GetOutputSizePixel().Height()-1 ); in InvertVertical()
|
H A D | preview.cxx | 1528 void ScPreview::DrawInvert( long nDragPos, sal_uInt16 nFlags ) in DrawInvert() argument 1534 …Rectangle aRect( nDragPos, -aOffset.Y(), nDragPos + 1,(long)( ( nHeight * HMM_PER_TWIPS ) - aOffse… in DrawInvert() 1539 …Rectangle aRect( -aOffset.X(), nDragPos,(long)( ( nWidth * HMM_PER_TWIPS ) - aOffset.X() ), nDragP… in DrawInvert()
|
/aoo42x/main/svx/inc/svx/ |
H A D | galtheme.hxx | 113 sal_uIntPtr nDragPos; member in GalleryTheme 172 void SetDragPos( sal_uIntPtr nPos ) { nDragPos = nPos; } in SetDragPos() 173 sal_uIntPtr GetDragPos() const { return nDragPos; } in GetDragPos()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | colrowba.hxx | 62 virtual void DrawInvert( long nDragPos ); 97 virtual void DrawInvert( long nDragPos );
|
H A D | hdrcont.hxx | 69 long nDragPos; member in ScHeaderControl 114 virtual void DrawInvert( long nDragPos );
|
H A D | tabview.hxx | 335 void InvertHorizontal( ScVSplitPos eWhich, long nDragPos ); 336 void InvertVertical( ScHSplitPos eWhich, long nDragPos );
|
H A D | preview.hxx | 134 void DrawInvert( long nDragPos, sal_uInt16 nFlags );
|
/aoo42x/main/svx/source/gallery2/ |
H A D | galtheme.cxx | 78 nDragPos ( 0 ), in DBG_NAME()
|
Completed in 35 milliseconds