Home
last modified time | relevance | path

Searched refs:nOldY (Results 1 – 15 of 15) sorted by path

/trunk/main/basctl/source/basicide/
H A Dbasides1.cxx728 long nOldY = pTextView->GetStartDocPos().Y(); in ExecuteGlobal() local
731 pTextView->Scroll( 0, -( nNewY - nOldY ) ); in ExecuteGlobal()
/trunk/main/cui/source/tabpages/
H A Dtpshadow.cxx325 sal_Int32 nOldY = 9876543; in FillItemSet() local
331 nOldY = ( ( const SdrShadowYDistItem& ) rOutAttrs. in FillItemSet()
344 if ( nY != nOldY && in FillItemSet()
/trunk/main/sc/source/ui/formdlg/
H A Dprivsplt.cxx51 nOldY=(short)aPos.Y(); in ScPrivatSplit()
95 nOldY=(short)aPos.Y(); in MouseButtonDown()
143 nDeltaY=nNewY-nOldY; in MouseButtonUp()
205 nDeltaY=nNewY-nOldY; in MouseMove()
306 nOldY=(short)a2Pos.Y(); in MoveSplitTo()
328 nDeltaY=nNewY-nOldY; in MoveSplitTo()
/trunk/main/sc/source/ui/inc/
H A Dprivsplt.hxx40 short nOldY; member in ScPrivatSplit
/trunk/main/sc/source/ui/view/
H A Dselect.cxx604 SCROW nOldY = pViewData->GetCurY(); in SetCursorAtCell() local
606 pView->InitBlockMode( nOldX, nOldY, nTab, sal_True ); in SetCursorAtCell()
607 pView->MarkCursor( (SCCOL) nOldX, (SCROW) nOldY, nTab ); in SetCursorAtCell()
609 if ( nOldX != nPosX || nOldY != nPosY ) in SetCursorAtCell()
H A Dtabview.cxx1511 SCROW nOldY = aViewData.GetPosY(eWhich); in ScrollY() local
1512 SCsROW nNewY = static_cast<SCsROW>(nOldY) + static_cast<SCsROW>(nDeltaY); in ScrollY()
1536 nNewY = static_cast<SCsROW>(nOldY); // oben immer stehenlassen in ScrollY()
1544 if (nNewY == static_cast<SCsROW>(nOldY)) in ScrollY()
1551 SCROW nTrackY = std::max( nOldY, static_cast<SCROW>(nNewY) ); in ScrollY()
H A Dtabview3.cxx305 SCROW nOldY = aViewData.GetCurY(); in SetCursor() local
309 if ( nPosX != nOldX || nPosY != nOldY || bNew ) in SetCursor()
974 SCsROW nOldY; in MoveCursorRel() local
980 nOldY = (SCsROW) aViewData.GetRefEndY(); in MoveCursorRel()
982 nCurY = nOldY + nMovY; in MoveCursorRel()
987 nOldY = (SCsROW) aViewData.GetCurY(); in MoveCursorRel()
989 nCurY = (nMovY != 0) ? nOldY+nMovY : (SCsROW) aViewData.GetOldCurY(); in MoveCursorRel()
1055 nCurY = nOldY; in MoveCursorRel()
2523 double nOldY = aViewData.GetPPTY(); in RecalcPPT() local
2528 sal_Bool bChangedY = ( aViewData.GetPPTY() != nOldY ); in RecalcPPT()
/trunk/main/sd/source/ui/view/
H A Dsdwindow.cxx787 long nOldY = maWinPos.Y(); in SetVisibleXY() local
796 Scroll(nOldX - maWinPos.X(), nOldY - maWinPos.Y(), SCROLL_CHILDREN); in SetVisibleXY()
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx1025 long nOldY = nY; in implHighlightEntry() local
1030 if ( ( nOldY <= nMouseY ) && ( nY > nMouseY ) ) in implHighlightEntry()
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx760 SwTwips nOldY = nY; in _GetCharRect() local
922 nY = nOldY; in _GetCharRect()
H A Ditrpaint.cxx291 const SwTwips nOldY = GetInfo().Y(); in DrawTextLine() local
299 GetInfo().Y( nOldY ); in DrawTextLine()
322 const SwTwips nOldY = GetInfo().Y(); in DrawTextLine() local
388 CheckSpecialUnderline( pPor, bAdjustBaseLine ? nOldY : 0 ); in DrawTextLine()
425 GetInfo().Y( nOldY ); in DrawTextLine()
456 const SwTwips nOldY = GetInfo().Y(); in DrawTextLine() local
471 GetInfo().Y( nOldY ); in DrawTextLine()
501 GetInfo().Y( nOldY ); in DrawTextLine()
H A Dpormulti.cxx1419 long nOldY = GetInfo().Y(); in PaintMultiPortion() local
1464 GetInfo().Y( nOldY - rMulti.GetAscent() ); in PaintMultiPortion()
1469 GetInfo().Y( nOldY - rMulti.GetAscent() + rMulti.Height() ); in PaintMultiPortion()
1489 nOfst = nOldY - rMulti.GetAscent(); in PaintMultiPortion()
1495 nOfst = nOldY - rMulti.GetAscent(); in PaintMultiPortion()
1625 GetInfo().Y( nOldY - rMulti.GetAscent() ); in PaintMultiPortion()
1630 GetInfo().Y( nOldY - rMulti.GetAscent() + rMulti.Height() ); in PaintMultiPortion()
1666 GetInfo().Y( nOldY ); in PaintMultiPortion()
H A Dtxtdrop.cxx660 const SwTwips nOldY = GetInfo().Y(); in PaintDropPortion() local
704 GetInfo().Y( nOldY ); in PaintDropPortion()
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx915 const long nOldY = aRect.Top(); in Crop() local
919 for( long nY = 0, nY2 = nOldY; nY < nNewHeight; nY++, nY2++ ) in Crop()
/trunk/main/vcl/source/window/
H A Dmenu.cxx4146 long nOldY = nY; in ImplHighlightItem() local
4148 if ( ( nOldY <= nMouseY ) && ( nY > nMouseY ) && pMenu->ImplIsSelectable( n ) ) in ImplHighlightItem()

Completed in 113 milliseconds