Lines Matching refs:TextPaM

311     TextPaM aPaM = mpImpl->mpTextEngine->ImpDeleteText( mpImpl->maSelection );  in DeleteSelected()
457 …Rectangle aTmpRec( mpImpl->mpTextEngine->GetEditCursor( TextPaM( nPara, nStartIndex ), sal_False )… in ImpHighlight()
462 … aTmpRec = mpImpl->mpTextEngine->GetEditCursor( TextPaM( nPara, nEndIndex ), sal_True ); in ImpHighlight()
699 TextPaM(mpImpl->maSelection.GetStart().GetPara(), in KeyInput()
703 TextPaM(mpImpl->maSelection.GetEnd().GetPara(), in KeyInput()
881 TextPaM(aNewSel.GetStart().GetPara(), in MouseButtonDown()
885 TextPaM(aNewSel.GetEnd().GetPara(), in MouseButtonDown()
984 TextPaM aPaM( mpImpl->mpTextEngine->mpIMEInfos->aPos ); in Command()
996 TextPaM aPaM( mpImpl->mpTextEngine->mpIMEInfos->aPos ); in Command()
1020 …TextSelection aNewSel = TextPaM( mpImpl->mpTextEngine->mpIMEInfos->aPos.GetPara(), mpImpl->mpTextE… in Command()
1034 TextPaM aPaM( GetSelection().GetEnd() ); in Command()
1047 … Rectangle aR2 = mpImpl->mpTextEngine->PaMtoEditCursor( TextPaM( aPaM.GetPara(), nInputEnd ) ); in Command()
1261 TextPaM aPaM( mpImpl->maSelection.GetEnd() ); in ImpMoveCursor()
1262 TextPaM aOldEnd( aPaM ); in ImpMoveCursor()
1388 TextPaM aPaM = mpImpl->mpTextEngine->ImpInsertText( mpImpl->maSelection, aChunk ); in InsertNewText()
1437 TextPaM TextView::CursorLeft( const TextPaM& rPaM, sal_Bool bWordMode ) in CursorLeft()
1445 TextPaM TextView::CursorRight( const TextPaM& rPaM, sal_Bool bWordMode ) in CursorRight()
1452 TextPaM TextView::CursorLeft( const TextPaM& rPaM, sal_uInt16 nCharacterIteratorMode ) in CursorLeft()
1454 TextPaM aPaM( rPaM ); in CursorLeft()
1472 TextPaM TextView::CursorRight( const TextPaM& rPaM, sal_uInt16 nCharacterIteratorMode ) in CursorRight()
1474 TextPaM aPaM( rPaM ); in CursorRight()
1493 TextPaM TextView::CursorWordLeft( const TextPaM& rPaM ) in CursorWordLeft()
1495 TextPaM aPaM( rPaM ); in CursorWordLeft()
1516 TextPaM TextView::CursorWordRight( const TextPaM& rPaM ) in CursorWordRight()
1518 TextPaM aPaM( rPaM ); in CursorWordRight()
1536 TextPaM TextView::ImpDelete( sal_uInt8 nMode, sal_uInt8 nDelMode ) in ImpDelete()
1541 TextPaM aStartPaM = mpImpl->maSelection.GetStart(); in ImpDelete()
1542 TextPaM aEndPaM = aStartPaM; in ImpDelete()
1604 TextPaM TextView::CursorUp( const TextPaM& rPaM ) in CursorUp()
1606 TextPaM aPaM( rPaM ); in CursorUp()
1642 TextPaM TextView::CursorDown( const TextPaM& rPaM ) in CursorDown()
1644 TextPaM aPaM( rPaM ); in CursorDown()
1681 TextPaM TextView::CursorStartOfLine( const TextPaM& rPaM ) in CursorStartOfLine()
1683 TextPaM aPaM( rPaM ); in CursorStartOfLine()
1693 TextPaM TextView::CursorEndOfLine( const TextPaM& rPaM ) in CursorEndOfLine()
1695 TextPaM aPaM( rPaM ); in CursorEndOfLine()
1716 TextPaM TextView::CursorStartOfParagraph( const TextPaM& rPaM ) in CursorStartOfParagraph()
1718 TextPaM aPaM( rPaM ); in CursorStartOfParagraph()
1723 TextPaM TextView::CursorEndOfParagraph( const TextPaM& rPaM ) in CursorEndOfParagraph()
1726 TextPaM aPaM( rPaM ); in CursorEndOfParagraph()
1731 TextPaM TextView::CursorStartOfDoc() in CursorStartOfDoc()
1733 TextPaM aPaM( 0, 0 ); in CursorStartOfDoc()
1737 TextPaM TextView::CursorEndOfDoc() in CursorEndOfDoc()
1741 TextPaM aPaM( nNode, pNode->GetText().Len() ); in CursorEndOfDoc()
1745 TextPaM TextView::PageUp( const TextPaM& rPaM ) in PageUp()
1754 TextPaM aPaM = mpImpl->mpTextEngine->GetPaM( aTopLeft ); in PageUp()
1758 TextPaM TextView::PageDown( const TextPaM& rPaM ) in PageDown()
1768 TextPaM aPaM = mpImpl->mpTextEngine->GetPaM( aBottomRight ); in PageDown()
1786 TextPaM aPaM( mpImpl->maSelection.GetEnd() ); in ImpShowCursor()
1821TextPaM aNext = CursorRight( TextPaM( aPaM.GetPara(), aPaM.GetIndex() ), (sal_uInt16)i18n::Charact… in ImpShowCursor()
1915 TextPaM aPaM = mpImpl->mpTextEngine->GetPaM( aDocPos ); in SetCursorAtPoint()
1946 TextPaM aPaM = mpImpl->mpTextEngine->GetPaM( aDocPos, sal_False ); in IsSelectionAtPoint()
1955 sal_Bool TextView::IsInSelection( const TextPaM& rPaM ) in IsInSelection()
2189 TextPaM aTempStart = mpImpl->maSelection.GetStart(); in drop()
2230 TextPaM aPaM = mpImpl->maSelection.GetStart(); in drop()
2275 TextPaM aPrevDropPos = mpImpl->mpDDInfo->maDropPos; in dragOver()
2377 TextPaM aPaM = GetSelection().GetEnd(); in GetLineNumberOfCursorInSelection()