Home
last modified time | relevance | path

Searched refs:nUpDownX (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx1816 Point* pPt, long nUpDownX ) in UpDown() argument
1847 nUpDownX = pFrm->IsVertical() ? in UpDown()
1878 (bUp ? pFrm->UnitUp( this, nUpDownX, bInReadOnly ) in UpDown()
1879 : pFrm->UnitDown( this, nUpDownX, bInReadOnly ) ) && in UpDown()
1902 aPt.Y() = pFrm->Frm().Top() + nUpDownX; in UpDown()
1908 aPt.X() = pFrm->Frm().Left() + nUpDownX; in UpDown()
H A Dcrstrvl.cxx99 aPt.Y() = pFrm->Frm().Top() + nUpDownX; in GotoNextNum()
104 aPt.X() = pFrm->Frm().Left() + nUpDownX; in GotoNextNum()
139 aPt.Y() = pFrm->Frm().Top() + nUpDownX; in GotoPrevNum()
144 aPt.X() = pFrm->Frm().Left() + nUpDownX; in GotoPrevNum()
H A Dcrsrsh.cxx1817 nUpDownX = pFrm->IsVertical() ? in UpdateCrsr()
/trunk/main/sw/inc/
H A Dcrsrsh.hxx204 long nUpDownX; // versuche den Cursor bei Up/Down immer in member in SwCrsrShell
376 long GetUpDownX() const { return nUpDownX; } in GetUpDownX()
H A Dswcrsr.hxx163 sal_Bool UpDown( sal_Bool bUp, sal_uInt16 nCnt, Point* pPt, long nUpDownX );

Completed in 50 milliseconds