Home
last modified time | relevance | path

Searched refs:aCrsr (Results 1 – 10 of 10) sorted by relevance

/aoo42x/main/sw/source/core/edit/
H A Dednumber.cxx448 SwPaM aCrsr( *pCrsr->Start() ); in GetCurrentOutlineLevels() local
449 aCrsr.SetMark(); in GetCurrentOutlineLevels()
451 *aCrsr.GetPoint() = *pCrsr->End(); in GetCurrentOutlineLevels()
462 SwPaM aCrsr( *pCrsr->Start() ); in MoveNumParas() local
463 aCrsr.SetMark(); in MoveNumParas()
466 *aCrsr.GetPoint() = *pCrsr->End(); in MoveNumParas()
481 SwPosition aPos( *aCrsr.GetMark() ); in MoveNumParas()
484 aCrsr.GetMark()->nNode.GetIndex(); in MoveNumParas()
499 if( aCrsr.GetNode()->IsTxtNode() && in MoveNumParas()
534 aCrsr.Move( fnMoveBackward, fnGoNode ); in MoveNumParas()
[all …]
H A Deddel.cxx183 SwCursor aCrsr( *pPos, 0, false); in Copy() local
184 if( aCrsr.UpDown( sal_False, nMove, 0, 0 ) ) in Copy()
186 pInsertPos.reset( new SwPosition( *aCrsr.GetPoint() ) ); in Copy()
/aoo42x/main/sw/source/core/unocore/
H A Dunoobj.cxx1630 SwCursor aCrsr(*rUnoCursor.GetPoint(),0,false); in isStartOfSentence() local
1631 SwPosition aOrigPos = *aCrsr.GetPoint(); in isStartOfSentence()
1632 aCrsr.GoSentence(SwCursor::START_SENT ); in isStartOfSentence()
1633 bRet = aOrigPos == *aCrsr.GetPoint(); in isStartOfSentence()
1656 SwCursor aCrsr(*rUnoCursor.GetPoint(), 0, false); in isEndOfSentence() local
1657 SwPosition aOrigPos = *aCrsr.GetPoint(); in isEndOfSentence()
1658 aCrsr.GoSentence(SwCursor::END_SENT); in isEndOfSentence()
1659 bRet = aOrigPos == *aCrsr.GetPoint(); in isEndOfSentence()
H A Dunotext.cxx501 SwCursor aCrsr(*aTmp.GetPoint(),0,false); in insertControlCharacter() local
502 SwUnoCursorHelper::SelectPam(aCrsr, true); in insertControlCharacter()
503 aCrsr.Left(1, CRSR_SKIP_CHARS, sal_False, sal_False); in insertControlCharacter()
507 pRange->SetPositions(aCrsr); in insertControlCharacter()
512 *pUnoCrsr->GetPoint() = *aCrsr.GetPoint(); in insertControlCharacter()
513 if (aCrsr.HasMark()) in insertControlCharacter()
516 *pUnoCrsr->GetMark() = *aCrsr.GetMark(); in insertControlCharacter()
/aoo42x/main/sw/source/core/frmedt/
H A Dfecopy.cxx782 SwCursor aCrsr( aStartPos, 0, false); in Paste() local
785 if( aCrsr.UpDown( sal_False, ++nMove, 0, 0 ) ) in Paste()
786 aInsertPos = *aCrsr.GetPoint(); in Paste()
/aoo42x/main/sw/source/core/crsr/
H A Dswcrsr.cxx1299 SwCursor aCrsr(*GetPoint(), 0, false); in IsStartEndSentence() local
1300 SwPosition aOrigPos = *aCrsr.GetPoint(); in IsStartEndSentence()
1301 aCrsr.GoSentence( bEnd ? SwCursor::END_SENT : SwCursor::START_SENT ); in IsStartEndSentence()
1302 bRet = aOrigPos == *aCrsr.GetPoint(); in IsStartEndSentence()
H A Dcrstrvl.cxx1856 rRect = aFPos.aCrsr; in GetShadowCrsrPos()
/aoo42x/main/sw/source/core/doc/
H A Ddocedt.cxx1958 SwCursor aCrsr(aStart, 0, false); in Spell() local
1959 SwPosition aOrigPos = *aCrsr.GetPoint(); in Spell()
1960 aCrsr.GoSentence( SwCursor::START_SENT ); in Spell()
1961 if( aOrigPos != *aCrsr.GetPoint() ) in Spell()
1963 nBeginGrammarCheck = aCrsr.GetPoint()->nContent.GetIndex(); in Spell()
/aoo42x/main/sw/inc/
H A Dcrstate.hxx42 SwRect aCrsr; // Position und Groesse des Shadowcursors member
/aoo42x/main/sw/source/core/text/
H A Dfrmcrsr.cxx667 SwitchHorizontalToVertical( pFillData->Fill().aCrsr.Pos() ); in _GetCrsrOfst()
673 SwitchLTRtoRTL( pFillData->Fill().aCrsr.Pos() ); in _GetCrsrOfst()
1498 SwRect &rRect = rFill.Fill().aCrsr; in FillCrsrPos()

Completed in 163 milliseconds