Searched refs:LeftRight (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sw/inc/ |
H A D | swcrsr.hxx | 161 virtual sal_Bool LeftRight( sal_Bool bLeft, sal_uInt16 nCnt, sal_uInt16 nMode, 170 … { return LeftRight( sal_True, nCnt, nMode, bAllowVisual, bSkipHidden, sal_False ); } in Left() 172 … { return LeftRight( sal_False, nCnt, nMode, bAllowVisual, bSkipHidden, sal_False ); } in Right() 268 virtual sal_Bool LeftRight( sal_Bool bLeft, sal_uInt16 nCnt, sal_uInt16 nMode,
|
H A D | crsrsh.hxx | 274 sal_Bool LeftRight( sal_Bool, sal_uInt16, sal_uInt16, sal_Bool ); 379 { return LeftRight( sal_True, nCnt, nMode, bAllowVisual ); } in Left() 381 { return LeftRight( sal_False, nCnt, nMode, bAllowVisual ); } in Right()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | swcrsr.cxx | 1596 sal_Bool SwTableCursor::LeftRight( sal_Bool bLeft, sal_uInt16 nCnt, sal_uInt16 /*nMode*/, in LeftRight() function in SwTableCursor 1654 sal_Bool SwCursor::LeftRight( sal_Bool bLeft, sal_uInt16 nCnt, sal_uInt16 nMode, in LeftRight() function in SwCursor
|
H A D | crsrsh.cxx | 364 sal_Bool SwCrsrShell::LeftRight( sal_Bool bLeft, sal_uInt16 nCnt, sal_uInt16 nMode, in LeftRight() function in SwCrsrShell 411 bRet = pShellCrsr->LeftRight( bLeft, nCnt, nMode, bVisualAllowed, in LeftRight()
|
Completed in 64 milliseconds