Lines Matching refs:SwUnoCrsr
36 IMPL_FIXEDMEMPOOL_NEWDEL( SwUnoCrsr, 10, 10 ) in SV_IMPL_PTRARR()
38 SwUnoCrsr::SwUnoCrsr( const SwPosition &rPos, SwPaM* pRing ) in SV_IMPL_PTRARR()
46 SwUnoCrsr::~SwUnoCrsr() in ~SwUnoCrsr()
71 SwUnoCrsr * SwUnoCrsr::Clone() const in Clone()
73 SwUnoCrsr * pNewCrsr = GetDoc()->CreateUnoCrsr( *GetPoint() ); in Clone()
97 bool SwUnoCrsr::IsReadOnlyAvailable() const in IsReadOnlyAvailable()
103 SwUnoCrsr::DoSetBidiLevelLeftRight( sal_Bool &, sal_Bool, sal_Bool ) in DoSetBidiLevelLeftRight()
108 void SwUnoCrsr::DoSetBidiLevelUpDown() in DoSetBidiLevelUpDown()
113 sal_Bool SwUnoCrsr::IsSelOvr( int eFlags ) in IsSelOvr()
206 : SwCursor(rPos,0,false), SwUnoCrsr(rPos), SwTableCursor(rPos), aTblSel(rPos,0,false) in SwUnoTableCrsr()
227 sal_Bool bRet = SwUnoCrsr::IsSelOvr( eFlags ); in IsSelOvr()