Lines Matching refs:SwCrsrShell
119 return SwCrsrShell::Left( nCount, nMode, bVisual ); in Left()
139 return SwCrsrShell::Right( nCount, nMode, bVisual ); in Right()
157 return SwCrsrShell::Up( nCount ); in Up()
176 return SwCrsrShell::Down( nCount ); in Down()
194 return SwCrsrShell::LeftMargin(); in LeftMargin()
214 return SwCrsrShell::RightMargin(bBasicCall); in RightMargin()
282 return SwCrsrShell::MoveRegion( fnRegionCurrAndSkip, fnRegionStart ) || in GoStart()
283 SwCrsrShell::SttEndDoc(sal_True); in GoStart()
318 return SwCrsrShell::MoveRegion( fnRegionCurrAndSkip, fnRegionEnd ) || in GoEnd()
319 SwCrsrShell::SttEndDoc(sal_False); in GoEnd()
652 if( SwCrsrShell::GotoPage(nPage) && bRecord) in GotoPage()
669 return SwCrsrShell::GotoMark( pMark, bStart ); in GotoMark()
680 bRet = SwCrsrShell::SelectTxtAttr( nWhich, sal_False, pAttr ); in SelectTxtAttr()