Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/view/
H A Dhdrcont.cxx668 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 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.cxx1484 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 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()
/AOO42X/main/sc/source/ui/inc/
H A Dcolrowba.hxx62 virtual void DrawInvert( long nDragPos );
97 virtual void DrawInvert( long nDragPos );
H A Dhdrcont.hxx64 long nDragPos; member in ScHeaderControl
107 virtual void DrawInvert( long nDragPos );
H A Dtabview.hxx331 void InvertHorizontal( ScVSplitPos eWhich, long nDragPos );
332 void InvertVertical( ScHSplitPos eWhich, long nDragPos );
H A Dpreview.hxx134 void DrawInvert( long nDragPos, sal_uInt16 nFlags );
/AOO42X/main/svx/source/gallery2/
H A Dgaltheme.cxx78 nDragPos ( 0 ), in DBG_NAME()