/aoo41x/main/sc/source/ui/formdlg/ |
H A D | privsplt.cxx | 51 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()
|
/aoo41x/main/sw/source/core/text/ |
H A D | itrpaint.cxx | 291 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 D | pormulti.cxx | 1420 long nOldY = GetInfo().Y(); in PaintMultiPortion() local 1465 GetInfo().Y( nOldY - rMulti.GetAscent() ); in PaintMultiPortion() 1470 GetInfo().Y( nOldY - rMulti.GetAscent() + rMulti.Height() ); in PaintMultiPortion() 1490 nOfst = nOldY - rMulti.GetAscent(); in PaintMultiPortion() 1496 nOfst = nOldY - rMulti.GetAscent(); in PaintMultiPortion() 1626 GetInfo().Y( nOldY - rMulti.GetAscent() ); in PaintMultiPortion() 1631 GetInfo().Y( nOldY - rMulti.GetAscent() + rMulti.Height() ); in PaintMultiPortion() 1667 GetInfo().Y( nOldY ); in PaintMultiPortion()
|
H A D | txtdrop.cxx | 660 const SwTwips nOldY = GetInfo().Y(); in PaintDropPortion() local 704 GetInfo().Y( nOldY ); in PaintDropPortion()
|
H A D | itrcrsr.cxx | 760 SwTwips nOldY = nY; in _GetCharRect() local 922 nY = nOldY; in _GetCharRect()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabview3.cxx | 305 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()
|
H A D | select.cxx | 604 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 D | tabview.cxx | 1511 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()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | tpshadow.cxx | 325 sal_Int32 nOldY = 9876543; in FillItemSet() local 331 nOldY = ( ( const SdrShadowYDistItem& ) rOutAttrs. in FillItemSet() 344 if ( nY != nOldY && in FillItemSet()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | privsplt.hxx | 40 short nOldY; member in ScPrivatSplit
|
/aoo41x/main/sd/source/ui/view/ |
H A D | sdwindow.cxx | 787 long nOldY = maWinPos.Y(); in SetVisibleXY() local 796 Scroll(nOldX - maWinPos.X(), nOldY - maWinPos.Y(), SCROLL_CHILDREN); in SetVisibleXY()
|
/aoo41x/main/svtools/source/control/ |
H A D | toolbarmenu.cxx | 1025 long nOldY = nY; in implHighlightEntry() local 1030 if ( ( nOldY <= nMouseY ) && ( nY > nMouseY ) ) in implHighlightEntry()
|
/aoo41x/main/basctl/source/basicide/ |
H A D | basides1.cxx | 728 long nOldY = pTextView->GetStartDocPos().Y(); in ExecuteGlobal() local 731 pTextView->Scroll( 0, -( nNewY - nOldY ) ); in ExecuteGlobal()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 915 const long nOldY = aRect.Top(); in Crop() local 919 for( long nY = 0, nY2 = nOldY; nY < nNewHeight; nY++, nY2++ ) in Crop()
|
/aoo41x/main/vcl/source/window/ |
H A D | menu.cxx | 4146 long nOldY = nY; in ImplHighlightItem() local 4148 if ( ( nOldY <= nMouseY ) && ( nY > nMouseY ) && pMenu->ImplIsSelectable( n ) ) in ImplHighlightItem()
|