Home
last modified time | relevance | path

Searched refs:nDragPos (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx719 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 Dtabview4.cxx490 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 Dpreview.cxx1531 void ScPreview::DrawInvert( long nDragPos, sal_uInt16 nFlags ) in DrawInvert() argument
1537 …Rectangle aRect( nDragPos, -aOffset.Y(), nDragPos + 1,(long)( ( nHeight * HMM_PER_TWIPS ) - aOffse… in DrawInvert()
1542 …Rectangle aRect( -aOffset.X(), nDragPos,(long)( ( nWidth * HMM_PER_TWIPS ) - aOffset.X() ), nDragP… in DrawInvert()
/trunk/main/svx/inc/svx/
H A Dgaltheme.hxx113 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()
/trunk/main/sc/source/ui/inc/
H A Dcolrowba.hxx62 virtual void DrawInvert( long nDragPos );
97 virtual void DrawInvert( long nDragPos );
H A Dhdrcont.hxx69 long nDragPos; member in ScHeaderControl
114 virtual void DrawInvert( long nDragPos );
H A Dtabview.hxx335 void InvertHorizontal( ScVSplitPos eWhich, long nDragPos );
336 void InvertVertical( ScHSplitPos eWhich, long nDragPos );
H A Dpreview.hxx134 void DrawInvert( long nDragPos, sal_uInt16 nFlags );
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx78 nDragPos ( 0 ), in DBG_NAME()

Completed in 39 milliseconds