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()
1265 TextPaM aPaM( mpImpl->maSelection.GetEnd() ); in ImpMoveCursor()
1266 TextPaM aOldEnd( aPaM ); in ImpMoveCursor()
1392 TextPaM aPaM = mpImpl->mpTextEngine->ImpInsertText( mpImpl->maSelection, aChunk ); in InsertNewText()
1441 TextPaM TextView::CursorLeft( const TextPaM& rPaM, sal_Bool bWordMode ) in CursorLeft()
1449 TextPaM TextView::CursorRight( const TextPaM& rPaM, sal_Bool bWordMode ) in CursorRight()
1456 TextPaM TextView::CursorLeft( const TextPaM& rPaM, sal_uInt16 nCharacterIteratorMode ) in CursorLeft()
1458 TextPaM aPaM( rPaM ); in CursorLeft()
1476 TextPaM TextView::CursorRight( const TextPaM& rPaM, sal_uInt16 nCharacterIteratorMode ) in CursorRight()
1478 TextPaM aPaM( rPaM ); in CursorRight()
1497 TextPaM TextView::CursorWordLeft( const TextPaM& rPaM ) in CursorWordLeft()
1499 TextPaM aPaM( rPaM ); in CursorWordLeft()
1520 TextPaM TextView::CursorWordRight( const TextPaM& rPaM ) in CursorWordRight()
1522 TextPaM aPaM( rPaM ); in CursorWordRight()
1540 TextPaM TextView::ImpDelete( sal_uInt8 nMode, sal_uInt8 nDelMode ) in ImpDelete()
1545 TextPaM aStartPaM = mpImpl->maSelection.GetStart(); in ImpDelete()
1546 TextPaM aEndPaM = aStartPaM; in ImpDelete()
1608 TextPaM TextView::CursorUp( const TextPaM& rPaM ) in CursorUp()
1610 TextPaM aPaM( rPaM ); in CursorUp()
1646 TextPaM TextView::CursorDown( const TextPaM& rPaM ) in CursorDown()
1648 TextPaM aPaM( rPaM ); in CursorDown()
1685 TextPaM TextView::CursorStartOfLine( const TextPaM& rPaM ) in CursorStartOfLine()
1687 TextPaM aPaM( rPaM ); in CursorStartOfLine()
1697 TextPaM TextView::CursorEndOfLine( const TextPaM& rPaM ) in CursorEndOfLine()
1699 TextPaM aPaM( rPaM ); in CursorEndOfLine()
1720 TextPaM TextView::CursorStartOfParagraph( const TextPaM& rPaM ) in CursorStartOfParagraph()
1722 TextPaM aPaM( rPaM ); in CursorStartOfParagraph()
1727 TextPaM TextView::CursorEndOfParagraph( const TextPaM& rPaM ) in CursorEndOfParagraph()
1730 TextPaM aPaM( rPaM ); in CursorEndOfParagraph()
1735 TextPaM TextView::CursorStartOfDoc() in CursorStartOfDoc()
1737 TextPaM aPaM( 0, 0 ); in CursorStartOfDoc()
1741 TextPaM TextView::CursorEndOfDoc() in CursorEndOfDoc()
1745 TextPaM aPaM( nNode, pNode->GetText().Len() ); in CursorEndOfDoc()
1749 TextPaM TextView::PageUp( const TextPaM& rPaM ) in PageUp()
1758 TextPaM aPaM = mpImpl->mpTextEngine->GetPaM( aTopLeft ); in PageUp()
1762 TextPaM TextView::PageDown( const TextPaM& rPaM ) in PageDown()
1772 TextPaM aPaM = mpImpl->mpTextEngine->GetPaM( aBottomRight ); in PageDown()
1790 TextPaM aPaM( mpImpl->maSelection.GetEnd() ); in ImpShowCursor()
1825TextPaM aNext = CursorRight( TextPaM( aPaM.GetPara(), aPaM.GetIndex() ), (sal_uInt16)i18n::Charact… in ImpShowCursor()
1919 TextPaM aPaM = mpImpl->mpTextEngine->GetPaM( aDocPos ); in SetCursorAtPoint()
1950 TextPaM aPaM = mpImpl->mpTextEngine->GetPaM( aDocPos, sal_False ); in IsSelectionAtPoint()
1959 sal_Bool TextView::IsInSelection( const TextPaM& rPaM ) in IsInSelection()
2193 TextPaM aTempStart = mpImpl->maSelection.GetStart(); in drop()
2234 TextPaM aPaM = mpImpl->maSelection.GetStart(); in drop()
2279 TextPaM aPrevDropPos = mpImpl->mpDDInfo->maDropPos; in dragOver()
2381 TextPaM aPaM = GetSelection().GetEnd(); in GetLineNumberOfCursorInSelection()