Lines Matching refs:SwCursor
124 SwCursor::SwCursor( const SwPosition &rPos, SwPaM* pRing, bool bColumnSel ) in SwCursor() function in SwCursor
131 SwCursor::SwCursor( SwCursor& rCpy ) in SwCursor() function in SwCursor
137 SwCursor::~SwCursor() in ~SwCursor()
147 SwCursor* SwCursor::Create( SwPaM* pRing ) const in Create()
149 return new SwCursor( *GetPoint(), pRing, false ); in Create()
152 bool SwCursor::IsReadOnlyAvailable() const in IsReadOnlyAvailable()
157 sal_Bool SwCursor::IsSkipOverHiddenSections() const in IsSkipOverHiddenSections()
162 sal_Bool SwCursor::IsSkipOverProtectSections() const in IsSkipOverProtectSections()
175 void SwCursor::SaveState() in SaveState()
182 void SwCursor::RestoreState() in RestoreState()
192 _SwCursor_SavePos* SwCursor::CreateNewSavePos() const in CreateNewSavePos()
199 sal_Bool SwCursor::IsNoCntnt() const in IsNoCntnt()
205 bool SwCursor::IsSelOvrCheck(int) in IsSelOvrCheck()
226 return SwCursor::IsSelOvrCheck(eFlags); in IsSelOvrCheck()
229 sal_Bool SwCursor::IsSelOvr( int eFlags ) in IsSelOvr()
563 sal_Bool SwCursor::IsInProtectTable( sal_Bool bMove, sal_Bool bChgCrsr ) in IsInProtectTable()
734 sal_Bool SwCursor::IsAtValidPos( sal_Bool bPoint ) const in IsAtValidPos()
762 void SwCursor::SaveTblBoxCntnt( const SwPosition* ) {} in SaveTblBoxCntnt()
765 SwMoveFnCollection* SwCursor::MakeFindRange( SwDocPositions nStart, in MakeFindRange()
781 sal_uLong lcl_FindSelection( SwFindParas& rParas, SwCursor* pCurCrsr, in lcl_FindSelection()
782 SwMoveFn fnMove, SwCursor*& pFndRing, in lcl_FindSelection()
834 SwCursor* pNew = pCurCrsr->Create( pFndRing ); in lcl_FindSelection()
975 sal_uLong SwCursor::FindAll( SwFindParas& rParas, in FindAll()
990 SwCursor* pFndRing = 0; in FindAll()
1018 std::auto_ptr< SwCursor > pSav( Create( this ) ); // save the current cursor in FindAll()
1076 ::std::auto_ptr< SwCursor> pSav( Create( this ) ); // save the current cursor in FindAll()
1127 if( nFound && SwCursor::IsSelOvr( nsSwCursorSelOverFlags::SELOVER_TOGGLE ) ) in FindAll()
1133 void SwCursor::FillFindPos( SwDocPositions ePos, SwPosition& rPos ) const in FillFindPos()
1177 short SwCursor::MaxReplaceArived() in MaxReplaceArived()
1183 sal_Bool SwCursor::IsStartWord( sal_Int16 nWordType ) const in IsStartWord()
1188 sal_Bool SwCursor::IsEndWord( sal_Int16 nWordType ) const in IsEndWord()
1193 sal_Bool SwCursor::IsInWord( sal_Int16 nWordType ) const in IsInWord()
1198 sal_Bool SwCursor::GoStartWord() in GoStartWord()
1203 sal_Bool SwCursor::GoEndWord() in GoEndWord()
1208 sal_Bool SwCursor::GoNextWord() in GoNextWord()
1213 sal_Bool SwCursor::GoPrevWord() in GoPrevWord()
1218 sal_Bool SwCursor::SelectWord( ViewShell* pViewShell, const Point* pPt ) in SelectWord()
1223 sal_Bool SwCursor::IsStartWordWT( sal_Int16 nWordType ) const in IsStartWordWT()
1238 sal_Bool SwCursor::IsEndWordWT( sal_Int16 nWordType ) const in IsEndWordWT()
1254 sal_Bool SwCursor::IsInWordWT( sal_Int16 nWordType ) const in IsInWordWT()
1279 sal_Bool SwCursor::IsStartEndSentence( bool bEnd ) const in IsStartEndSentence()
1287 SwCursor aCrsr(*GetPoint(), 0, false); in IsStartEndSentence()
1289 aCrsr.GoSentence( bEnd ? SwCursor::END_SENT : SwCursor::START_SENT ); in IsStartEndSentence()
1296 sal_Bool SwCursor::GoStartWordWT( sal_Int16 nWordType ) in GoStartWordWT()
1320 sal_Bool SwCursor::GoEndWordWT( sal_Int16 nWordType ) in GoEndWordWT()
1345 sal_Bool SwCursor::GoNextWordWT( sal_Int16 nWordType ) in GoNextWordWT()
1369 sal_Bool SwCursor::GoPrevWordWT( sal_Int16 nWordType ) in GoPrevWordWT()
1396 sal_Bool SwCursor::SelectWordWT( ViewShell* pViewShell, sal_Int16 nWordType, const Point* pPt ) in SelectWordWT()
1477 sal_Bool SwCursor::GoSentence( SentenceMoveType eMoveType ) in GoSentence()
1540 sal_Bool SwCursor::ExpandToSentenceBorders() in ExpandToSentenceBorders()
1594 SwCursor::DoSetBidiLevelLeftRight( in DoSetBidiLevelLeftRight()
1642 sal_Bool SwCursor::LeftRight( sal_Bool bLeft, sal_uInt16 nCnt, sal_uInt16 nMode, in LeftRight()
1774 void SwCursor::DoSetBidiLevelUpDown() in DoSetBidiLevelUpDown()
1803 sal_Bool SwCursor::UpDown( sal_Bool bUp, sal_uInt16 nCnt, in UpDown()
1911 sal_Bool SwCursor::LeftRightMargin( sal_Bool bLeft, sal_Bool bAPI ) in LeftRightMargin()
1926 sal_Bool SwCursor::IsAtLeftRightMargin( sal_Bool bLeft, sal_Bool bAPI ) const in IsAtLeftRightMargin()
1943 sal_Bool SwCursor::SttEndDoc( sal_Bool bStt ) in SttEndDoc()
1960 sal_Bool SwCursor::GoPrevNextCell( sal_Bool bNext, sal_uInt16 nCnt ) in GoPrevNextCell()
2026 sal_Bool SwCursor::GotoTable( const String& rName ) in GotoTable()
2045 sal_Bool SwCursor::GotoTblBox( const String& rName ) in GotoTblBox()
2066 sal_Bool SwCursor::MovePara(SwWhichPara fnWhichPara, SwPosPara fnPosPara ) in MovePara()
2107 sal_Bool SwCursor::MoveSection( SwWhichSection fnWhichSect, in MoveSection()
2123 void SwCursor::RestoreSavePos() // Point auf die SavePos setzen in RestoreSavePos()
2136 : SwCursor( rPos, pRing, false ) in SwTableCursor()
2175 SwCursor* SwTableCursor::MakeBoxSels( SwCursor* pAktCrsr ) in MakeBoxSels()