Home
last modified time | relevance | path

Searched refs:nOldX (Results 1 – 12 of 12) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4603 long nOldX = rSalLayout.DrawBase().X(); in ImplDrawTextDirect() local
4632 rSalLayout.DrawBase().X() = nOldX; in ImplDrawTextDirect()
H A Dbitmap.cxx914 const long nOldX = aRect.Left(); in Crop() local
920 for( long nX = 0, nX2 = nOldX; nX < nNewWidth; nX++, nX2++ ) in Crop()
/trunk/main/sw/source/core/text/
H A Dpormulti.cxx1418 KSHORT nOldX = KSHORT(GetInfo().X()); in PaintMultiPortion() local
1673 GetInfo().X( nOldX ); in PaintMultiPortion()
1679 GetInfo().X( nOldX ); in PaintMultiPortion()
1746 KSHORT nOldX = 0; in BuildMultiPortion() local
1753 nOldX = KSHORT(GetInfo().X()); in BuildMultiPortion()
2048 GetInfo().X( nOldX ); in BuildMultiPortion()
H A Dtxtdrop.cxx1019 const long nOldX = rInf.X(); in Format() local
1050 Width( (sal_uInt16)(rInf.X() - nOldX) ); in Format()
H A Dtxthyph.cxx619 const SwTwips nOldX = rInf.X(); in FormatEOL() local
630 rInf.X( nOldX ); in FormatEOL()
632 rInf.X( nOldX + Width() ); in FormatEOL()
/trunk/main/sd/source/ui/view/
H A Dsdwindow.cxx786 long nOldX = maWinPos.X(); in SetVisibleXY() local
796 Scroll(nOldX - maWinPos.X(), nOldY - maWinPos.Y(), SCROLL_CHILDREN); in SetVisibleXY()
/trunk/main/sc/source/ui/view/
H A Dselect.cxx603 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 Dtabview.cxx1422 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()
H A Dtabview3.cxx304 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()
/trunk/main/sc/source/ui/inc/
H A Dprivsplt.hxx39 short nOldX; member in ScPrivatSplit
/trunk/main/sc/source/ui/formdlg/
H A Dprivsplt.cxx50 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()
/trunk/main/cui/source/tabpages/
H A Dtpshadow.cxx324 sal_Int32 nOldX = 9876543; // Unmoeglicher Wert, entspr. DontCare in FillItemSet() local
329 nOldX = ( ( const SdrShadowXDistItem& ) rOutAttrs. in FillItemSet()
336 if ( nX != nOldX && in FillItemSet()

Completed in 146 milliseconds