Lines Matching refs:SwCrsrShell
111 SwCrsrShell::LeftMargin(); in DelLine()
113 SwCrsrShell::RightMargin(); in DelLine()
129 SwCrsrShell::LeftMargin(); in DelToStartOfLine()
140 SwCrsrShell::RightMargin(); in DelToEndOfLine()
203 const SwTableNode * pWasInTblNd = SwCrsrShell::IsCrsrInTbl(); in DelLeft()
205 if( SwCrsrShell::IsSttPara()) in DelLeft()
216 if( !SwCrsrShell::Left(1,CRSR_SKIP_CHARS) ) in DelLeft()
221 const SwTableNode* pIsInTblNd = SwCrsrShell::IsCrsrInTbl(); in DelLeft()
236 SwCrsrShell::Right(1,CRSR_SKIP_CHARS); in DelLeft()
237 SwCrsrShell::SwapPam(); in DelLeft()
243 SwCrsrShell::Left(1,CRSR_SKIP_CHARS); in DelLeft()
247 SwCrsrShell::SwapPam(); in DelLeft()
301 if( nsSelectionType::SEL_TXT & nSelection && SwCrsrShell::IsSttPara() && in DelRight()
302 SwCrsrShell::IsEndPara() ) in DelRight()
305 SwCrsrShell::Push(); in DelRight()
308 if ( SwCrsrShell::Right(1,CRSR_SKIP_CHARS) ) in DelRight()
315 SwCrsrShell::Pop( sal_False ); in DelRight()
331 if ( SwCrsrShell::IsEndPara() ) in DelRight()
338 SwCrsrShell::Push(); in DelRight()
341 if ( SwCrsrShell::Right(1, CRSR_SKIP_CHARS) ) in DelRight()
355 SwCrsrShell::Pop( sal_True ); in DelRight()
362 SwCrsrShell::Pop( sal_False ); in DelRight()
367 SwCrsrShell::Right(1,CRSR_SKIP_CELLS); in DelRight()