Searched refs:nDragPos (Results 1 – 9 of 9) sorted by relevance
| /AOO42X/main/sc/source/ui/view/ |
| H A D | hdrcont.cxx | 668 nDragPos = nDragStart; in MouseButtonDown() 670 DrawInvert( nDragPos ); in MouseButtonDown() 719 DrawInvert( nDragPos ); in MouseButtonUp() 774 if ( nNewPos != nDragPos ) in MouseMove() 776 DrawInvert( nDragPos ); in MouseMove() 777 nDragPos = nNewPos; in MouseMove() 779 DrawInvert( nDragPos ); in MouseMove() 781 if (nDragPos <= nDragStart-SC_DRAG_MIN || nDragPos >= nDragStart+SC_DRAG_MIN) in MouseMove() 876 DrawInvert( nDragPos ); in StopMarking() 895 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 | 1484 void ScPreview::DrawInvert( long nDragPos, sal_uInt16 nFlags ) in DrawInvert() argument 1490 …Rectangle aRect( nDragPos, -aOffset.Y(), nDragPos + 1,(long)( ( nHeight * HMM_PER_TWIPS ) - aOffse… in DrawInvert() 1495 …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 | 64 long nDragPos; member in ScHeaderControl 107 virtual void DrawInvert( long nDragPos );
|
| H A D | tabview.hxx | 331 void InvertHorizontal( ScVSplitPos eWhich, long nDragPos ); 332 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()
|