Searched refs:nOldX (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/sc/source/ui/formdlg/ |
H A D | privsplt.cxx | 50 nOldX=(short)aPos.X(); in ScPrivatSplit() 94 nOldX=(short)aPos.X(); in MouseButtonDown() 127 nDeltaX=nNewX-nOldX; in MouseButtonUp() 188 nDeltaX=nNewX-nOldX; in MouseMove() 305 nOldX=(short)a2Pos.X(); in MoveSplitTo() 312 nDeltaX=nNewX-nOldX; in MoveSplitTo()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | tabview3.cxx | 304 SCCOL nOldX = aViewData.GetCurX(); in SetCursor() local 309 if ( nPosX != nOldX || nPosY != nOldY || bNew ) in SetCursor() 973 SCsCOL nOldX; in MoveCursorRel() local 979 nOldX = (SCsCOL) aViewData.GetRefEndX(); in MoveCursorRel() 981 nCurX = nOldX + nMovX; in MoveCursorRel() 986 nOldX = (SCsCOL) aViewData.GetCurX(); in MoveCursorRel() 988 nCurX = (nMovX != 0) ? nOldX+nMovX : (SCsCOL) aViewData.GetOldCurX(); in MoveCursorRel() 1013 nCurX = nOldX; in MoveCursorRel() 2522 double nOldX = aViewData.GetPPTX(); in RecalcPPT() local 2527 sal_Bool bChangedX = ( aViewData.GetPPTX() != nOldX ); in RecalcPPT()
|
H A D | select.cxx | 603 SCCOL nOldX = pViewData->GetCurX(); 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 | 1422 SCCOL nOldX = aViewData.GetPosX(eWhich); in ScrollX() local 1423 SCsCOL nNewX = static_cast<SCsCOL>(nOldX) + static_cast<SCsCOL>(nDeltaX); in ScrollX() 1447 nNewX = static_cast<SCsCOL>(nOldX); // links immer stehenlassen in ScrollX() 1455 if (nNewX == static_cast<SCsCOL>(nOldX)) in ScrollX() 1462 SCCOL nTrackX = std::max( nOldX, static_cast<SCCOL>(nNewX) ); in ScrollX()
|
/aoo4110/main/sw/source/core/text/ |
H A D | txthyph.cxx | 619 const SwTwips nOldX = rInf.X(); in FormatEOL() local 630 rInf.X( nOldX ); in FormatEOL() 632 rInf.X( nOldX + Width() ); in FormatEOL()
|
H A D | pormulti.cxx | 1419 KSHORT nOldX = KSHORT(GetInfo().X()); in PaintMultiPortion() local 1674 GetInfo().X( nOldX ); in PaintMultiPortion() 1680 GetInfo().X( nOldX ); in PaintMultiPortion() 1747 KSHORT nOldX = 0; in BuildMultiPortion() local 1754 nOldX = KSHORT(GetInfo().X()); in BuildMultiPortion() 2049 GetInfo().X( nOldX ); in BuildMultiPortion()
|
H A D | txtdrop.cxx | 1019 const long nOldX = rInf.X(); in Format() local 1050 Width( (sal_uInt16)(rInf.X() - nOldX) ); in Format()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | tpshadow.cxx | 324 sal_Int32 nOldX = 9876543; // Unmoeglicher Wert, entspr. DontCare in FillItemSet() local 329 nOldX = ( ( const SdrShadowXDistItem& ) rOutAttrs. in FillItemSet() 336 if ( nX != nOldX && in FillItemSet()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | privsplt.hxx | 39 short nOldX; member in ScPrivatSplit
|
/aoo4110/main/sd/source/ui/view/ |
H A D | sdwindow.cxx | 786 long nOldX = maWinPos.X(); in SetVisibleXY() local 796 Scroll(nOldX - maWinPos.X(), nOldY - maWinPos.Y(), SCROLL_CHILDREN); in SetVisibleXY()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 914 const long nOldX = aRect.Left(); in Crop() local 920 for( long nX = 0, nX2 = nOldX; nX < nNewWidth; nX++, nX2++ ) in Crop()
|
H A D | outdev3.cxx | 4603 long nOldX = rSalLayout.DrawBase().X(); in ImplDrawTextDirect() local 4632 rSalLayout.DrawBase().X() = nOldX; in ImplDrawTextDirect()
|
Completed in 112 milliseconds