Searched refs:aCrsr (Results 1 – 10 of 10) sorted by relevance
/trunk/main/sw/source/core/edit/ |
H A D | ednumber.cxx | 448 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 D | eddel.cxx | 183 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()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoobj.cxx | 1630 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 D | unotext.cxx | 501 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()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 782 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()
|
/trunk/main/sw/source/core/crsr/ |
H A D | swcrsr.cxx | 1299 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 D | crstrvl.cxx | 1856 rRect = aFPos.aCrsr; in GetShadowCrsrPos()
|
/trunk/main/sw/source/core/doc/ |
H A D | docedt.cxx | 1958 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()
|
/trunk/main/sw/inc/ |
H A D | crstate.hxx | 42 SwRect aCrsr; // Position und Groesse des Shadowcursors member
|
/trunk/main/sw/source/core/text/ |
H A D | frmcrsr.cxx | 667 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 86 milliseconds