Lines Matching refs:TextPaM

911     TextPaM aStartPaM( rSelection.GetStart() );  in retrieveParagraphSelection()
912 TextPaM aEndPaM( rSelection.GetEnd() ); in retrieveParagraphSelection()
913 TextPaM aMinPaM( ::std::min( aStartPaM, aEndPaM ) ); in retrieveParagraphSelection()
914 TextPaM aMaxPaM( ::std::max( aStartPaM, aEndPaM ) ); in retrieveParagraphSelection()
943 TextPaM aEndPaM( rSelection.GetEnd() ); in retrieveParagraphCaretPosition()
969 m_rEngine.PaMtoEditCursor(::TextPaM(nNumber, in retrieveCharacterBounds()
975 m_rEngine.PaMtoEditCursor(::TextPaM(nNumber, in retrieveCharacterBounds()
979 m_rEngine.PaMtoEditCursor(::TextPaM(nNumber, in retrieveCharacterBounds()
1009 ::TextPaM aPaM(m_rEngine.GetPaM(::Point(static_cast< long >(rPoint.X), in retrieveCharacterIndex()
1222 ::TextPaM aPaM( nNumber, static_cast< ::sal_uInt16 >( Index ) ); in retrieveRunAttributesImpl()
1346 ::TextSelection(::TextPaM(nNumber, static_cast< ::sal_uInt16 >(nBegin)), in copyParagraphText()
1347 ::TextPaM(nNumber, static_cast< ::sal_uInt16 >(nEnd)))); in copyParagraphText()
1408 ::TextSelection(::TextPaM(nNumber, static_cast< ::sal_uInt16 >(nBegin)), in changeParagraphSelection()
1409 ::TextPaM(nNumber, static_cast< ::sal_uInt16 >(nEnd)))); in changeParagraphSelection()
1498 TextPaM aEndPaM( rSelection.GetEnd() ); in retrieveParagraphLineWithCursor()
1950 m_rView.SetSelection(::TextSelection(::TextPaM(nNumber, nBegin), in changeParagraphText()
1951 ::TextPaM(nNumber, nEnd))); in changeParagraphText()
2180 TextPaM Ns(Nsp, sal_uInt16(Nsl)); in getSelectionType()
2181 TextPaM Ne(Nep, sal_uInt16(Nel)); in getSelectionType()
2182 TextPaM Os(Osp, sal_uInt16(Osl)); in getSelectionType()
2183 TextPaM Oe(Oep, sal_uInt16(Oel)); in getSelectionType()
2554 void Document::justifySelection( TextPaM& rTextStart, TextPaM& rTextEnd ) in justifySelection()
2558 TextPaM aTextPaM( rTextStart ); in justifySelection()