Lines Matching refs:TextSelection

154 	pTextView->SetSelection( TextSelection() );  in InsertView()
297 void TextEngine::ReplaceText(const TextSelection& rSel, const String& rText) in ReplaceText()
338 sal_uLong TextEngine::GetTextLen( const TextSelection& rSel, LineEnd aSeparator ) const in GetTextLen()
340 TextSelection aSel( rSel ); in GetTextLen()
466 String TextEngine::GetText( const TextSelection& rSel, LineEnd aSeparator ) const in GetText()
473 TextSelection aSel( rSel ); in GetText()
502 TextSelection aEmptySel( aStartPaM, aStartPaM ); in ImpRemoveText()
520 TextSelection aEmptySel( aStartPaM, aStartPaM ); in SetText()
617 TextPaM TextEngine::ImpDeleteText( const TextSelection& rSel ) in ImpDeleteText()
622 TextSelection aSel( rSel ); in ImpDeleteText()
721 sal_Bool TextEngine::IsInputSequenceCheckingRequired( sal_Unicode c, const TextSelection& rCurSel )… in IsInputSequenceCheckingRequired()
741 TextPaM TextEngine::ImpInsertText( const TextSelection& rCurSel, sal_Unicode c, sal_Bool bOverwrite… in ImpInsertText()
746 TextPaM TextEngine::ImpInsertText( sal_Unicode c, const TextSelection& rCurSel, sal_Bool bOverwrite… in ImpInsertText()
771 TextSelection aTmpSel( aPaM ); in ImpInsertText()
809 TextSelection aSel( TextPaM( aPaM.GetPara(), (sal_uInt16) nChgPos ), aPaM ); in ImpInsertText()
853 TextPaM TextEngine::ImpInsertText( const TextSelection& rCurSel, const XubString& rStr ) in ImpInsertText()
913 TextPaM TextEngine::ImpInsertParaBreak( const TextSelection& rCurSel, sal_Bool bKeepEndingAttribs ) in ImpInsertParaBreak()
2060 …const Point& rStartPos, Rectangle const* pPaintArea, TextSelection const* pPaintRange, TextSelecti… in ImpPaint()
2621 TextSelection aSel( rCursorPos ); in GetWord()
2634 sal_Bool TextEngine::Read( SvStream& rInput, const TextSelection* pSel ) in Read()
2640 TextSelection aSel; in Read()
2667 TextSelection aNewSel( aSel.GetEnd(), aSel.GetEnd() ); in Read()
2679 sal_Bool TextEngine::Write( SvStream& rOutput, const TextSelection* pSel, sal_Bool bHTML ) in Write()
2681 TextSelection aSel; in Write()
2878 void TextEngine::ValidateSelection( TextSelection& rSel ) const in ValidateSelection()