Lines Matching refs:TextEngine

90 TextEngine::TextEngine()  in SV_IMPL_VARARR_SORT()
120 mpIdleFormatter->SetTimeoutHdl( LINK( this, TextEngine, IdleFormatHdl ) ); in SV_IMPL_VARARR_SORT()
137 TextEngine::~TextEngine() in ~TextEngine()
151 void TextEngine::InsertView( TextView* pTextView ) in InsertView()
160 void TextEngine::RemoveView( TextView* pTextView ) in RemoveView()
172 sal_uInt16 TextEngine::GetViewCount() const in GetViewCount()
177 TextView* TextEngine::GetView( sal_uInt16 nView ) const in GetView()
182 TextView* TextEngine::GetActiveView() const in GetActiveView()
187 void TextEngine::SetActiveView( TextView* pTextView ) in SetActiveView()
201 void TextEngine::SetFont( const Font& rFont ) in SetFont()
259 void TextEngine::SetDefTab( sal_uInt16 nDefTab ) in SetDefTab()
265 void TextEngine::SetMaxTextLen( sal_uLong nLen ) in SetMaxTextLen()
270 void TextEngine::SetMaxTextWidth( sal_uLong nMaxWidth ) in SetMaxTextWidth()
297 void TextEngine::ReplaceText(const TextSelection& rSel, const String& rText) in ReplaceText()
302 String TextEngine::GetText( LineEnd aSeparator ) const in GetText()
307 String TextEngine::GetTextLines( LineEnd aSeparator ) const in GetTextLines()
328 String TextEngine::GetText( sal_uLong nPara ) const in GetText()
333 sal_uLong TextEngine::GetTextLen( LineEnd aSeparator ) const in GetTextLen()
338 sal_uLong TextEngine::GetTextLen( const TextSelection& rSel, LineEnd aSeparator ) const in GetTextLen()
346 sal_uInt16 TextEngine::GetTextLen( sal_uLong nPara ) const in GetTextLen()
351 void TextEngine::SetUpdateMode( sal_Bool bUpdate ) in SetUpdateMode()
365 sal_Bool TextEngine::DoesKeyMoveCursor( const KeyEvent& rKeyEvent ) in DoesKeyMoveCursor()
388 sal_Bool TextEngine::DoesKeyChangeText( const KeyEvent& rKeyEvent ) in DoesKeyChangeText()
426 bDoesChange = TextEngine::IsSimpleCharInput( rKeyEvent ); in DoesKeyChangeText()
433 sal_Bool TextEngine::IsSimpleCharInput( const KeyEvent& rKeyEvent ) in IsSimpleCharInput()
444 void TextEngine::ImpInitDoc() in ImpInitDoc()
466 String TextEngine::GetText( const TextSelection& rSel, LineEnd aSeparator ) const in GetText()
497 void TextEngine::ImpRemoveText() in ImpRemoveText()
511 void TextEngine::SetText( const XubString& rText ) in SetText()
547 void TextEngine::CursorMoved( sal_uLong nNode ) in CursorMoved()
555 void TextEngine::ImpRemoveChars( const TextPaM& rPaM, sal_uInt16 nChars, SfxUndoAction* ) in ImpRemoveChars()
589 TextPaM TextEngine::ImpConnectParagraphs( sal_uLong nLeft, sal_uLong nRight ) in ImpConnectParagraphs()
617 TextPaM TextEngine::ImpDeleteText( const TextSelection& rSel ) in ImpDeleteText()
687 void TextEngine::ImpRemoveParagraph( sal_uLong nPara ) in ImpRemoveParagraph()
705 uno::Reference < i18n::XExtendedInputSequenceChecker > TextEngine::GetInputSequenceChecker() const in GetInputSequenceChecker()
721 sal_Bool TextEngine::IsInputSequenceCheckingRequired( sal_Unicode c, const TextSelection& rCurSel )… in IsInputSequenceCheckingRequired()
723 uno::Reference< i18n::XBreakIterator > xBI = ((TextEngine *) this)->GetBreakIterator(); 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()
853 TextPaM TextEngine::ImpInsertText( const TextSelection& rCurSel, const XubString& rStr ) in ImpInsertText()
913 TextPaM TextEngine::ImpInsertParaBreak( const TextSelection& rCurSel, sal_Bool bKeepEndingAttribs ) in ImpInsertParaBreak()
924 TextPaM TextEngine::ImpInsertParaBreak( const TextPaM& rPaM, sal_Bool bKeepEndingAttribs ) in ImpInsertParaBreak()
952 Rectangle TextEngine::PaMtoEditCursor( const TextPaM& rPaM, sal_Bool bSpecial ) in PaMtoEditCursor()
978 Rectangle TextEngine::GetEditCursor( const TextPaM& rPaM, sal_Bool bSpecial, sal_Bool bPreferPortio… in GetEditCursor()
1035 long TextEngine::ImpGetXPos( sal_uLong nPara, TextLine* pLine, sal_uInt16 nIndex, sal_Bool bPreferP… in ImpGetXPos()
1116 const TextAttrib* TextEngine::FindAttrib( const TextPaM& rPaM, sal_uInt16 nWhich ) const in FindAttrib()
1125 const TextCharAttrib* TextEngine::FindCharAttrib( const TextPaM& rPaM, sal_uInt16 nWhich ) const in FindCharAttrib()
1134 sal_Bool TextEngine::HasAttrib( sal_uInt16 nWhich ) const in HasAttrib()
1145 TextPaM TextEngine::GetPaM( const Point& rDocPos, sal_Bool bSmart ) in GetPaM()
1173 sal_uInt16 TextEngine::ImpFindIndex( sal_uLong nPortion, const Point& rPosInPara, sal_Bool bSmart ) in ImpFindIndex()
1207 sal_uInt16 TextEngine::GetCharPos( sal_uLong nPortion, sal_uInt16 nLine, long nXPos, sal_Bool ) in GetCharPos()
1247 sal_uLong TextEngine::GetTextHeight() const in GetTextHeight()
1252 ((TextEngine*)this)->FormatAndUpdate(); in GetTextHeight()
1257 sal_uLong TextEngine::GetTextHeight( sal_uLong nParagraph ) const in GetTextHeight()
1262 ((TextEngine*)this)->FormatAndUpdate(); in GetTextHeight()
1267 sal_uLong TextEngine::CalcTextWidth( sal_uLong nPara ) in CalcTextWidth()
1286 sal_uLong TextEngine::CalcTextWidth() in CalcTextWidth()
1304 sal_uLong TextEngine::CalcTextHeight() in CalcTextHeight()
1314 sal_uLong TextEngine::CalcTextWidth( sal_uLong nPara, sal_uInt16 nPortionStart, sal_uInt16 nLen, co… in CalcTextWidth()
1345 sal_uInt16 TextEngine::GetLineCount( sal_uLong nParagraph ) const in GetLineCount()
1356 sal_uInt16 TextEngine::GetLineLen( sal_uLong nParagraph, sal_uInt16 nLine ) const in GetLineLen()
1370 sal_uLong TextEngine::CalcParaHeight( sal_uLong nParagraph ) const in CalcParaHeight()
1382 void TextEngine::UpdateSelections() in UpdateSelections()
1386 Range TextEngine::GetInvalidYOffsets( sal_uLong nPortion ) in GetInvalidYOffsets()
1415 sal_uLong TextEngine::GetParagraphCount() const in GetParagraphCount()
1420 void TextEngine::EnableUndo( sal_Bool bEnable ) in EnableUndo()
1429 ::svl::IUndoManager& TextEngine::GetUndoManager() in GetUndoManager()
1436 void TextEngine::UndoActionStart( sal_uInt16 nId ) in UndoActionStart()
1446 void TextEngine::UndoActionEnd() in UndoActionEnd()
1452 void TextEngine::InsertUndo( TextUndo* pUndo, sal_Bool bTryMerge ) in InsertUndo()
1458 void TextEngine::ResetUndo() in ResetUndo()
1464 void TextEngine::InsertContent( TextNode* pNode, sal_uLong nPara ) in InsertContent()
1474 TextPaM TextEngine::SplitContent( sal_uLong nNode, sal_uInt16 nSepPos ) in SplitContent()
1486 TextPaM TextEngine::ConnectContents( sal_uLong nLeftNode ) in ConnectContents()
1492 void TextEngine::SeekCursor( sal_uLong nPara, sal_uInt16 nPos, Font& rFont, OutputDevice* pOutDev ) in SeekCursor()
1559 void TextEngine::SetUpdateMode( sal_Bool bUp, TextView* pCurView, sal_Bool bForceUpdate ) in SetUpdateMode()
1568 void TextEngine::FormatAndUpdate( TextView* pCurView ) in FormatAndUpdate()
1583 void TextEngine::IdleFormatAndUpdate( TextView* pCurView, sal_uInt16 nMaxTimerRestarts ) in IdleFormatAndUpdate()
1588 void TextEngine::TextModified() in TextModified()
1594 void TextEngine::UpdateViews( TextView* pCurView ) in UpdateViews()
1633 IMPL_LINK( TextEngine, IdleFormatHdl, Timer *, EMPTYARG ) in IMPL_LINK() argument
1639 void TextEngine::CheckIdleFormatter() in CheckIdleFormatter()
1644 void TextEngine::FormatFullDoc() in FormatFullDoc()
1655 void TextEngine::FormatDoc() in FormatDoc()
1745 void TextEngine::CreateAndInsertEmptyLine( sal_uLong nPara ) in CreateAndInsertEmptyLine()
1781 void TextEngine::ImpBreakLine( sal_uLong nPara, TextLine* pLine, TETextPortion*, sal_uInt16 nPortio… in ImpBreakLine()
1831 sal_uInt16 TextEngine::SplitTextPortion( sal_uLong nPara, sal_uInt16 nPos ) in SplitTextPortion()
1868 void TextEngine::CreateTextPortions( sal_uLong nPara, sal_uInt16 nStartPos ) in CreateTextPortions()
1964 void TextEngine::RecalcTextPortion( sal_uLong nPara, sal_uInt16 nStartPos, short nNewChars ) in RecalcTextPortion()
2060 void TextEngine::ImpPaint( OutputDevice* pOutDev, const Point& rStartPos, Rectangle const* pPaintAr… in ImpPaint()
2281 sal_Bool TextEngine::CreateLines( sal_uLong nPara ) in CreateLines()
2616 String TextEngine::GetWord( const TextPaM& rCursorPos, TextPaM* pStartOfWord ) in GetWord()
2634 sal_Bool TextEngine::Read( SvStream& rInput, const TextSelection* pSel ) in Read()
2679 sal_Bool TextEngine::Write( SvStream& rOutput, const TextSelection* pSel, sal_Bool bHTML ) in Write()
2766 void TextEngine::RemoveAttribs( sal_uLong nPara, sal_Bool bIdleFormatAndUpdate ) in RemoveAttribs()
2787 void TextEngine::RemoveAttribs( sal_uLong nPara, sal_uInt16 nWhich, sal_Bool bIdleFormatAndUpdate ) in RemoveAttribs()
2811 void TextEngine::RemoveAttrib( sal_uLong nPara, const TextCharAttrib& rAttrib ) in RemoveAttrib()
2836 void TextEngine::SetAttrib( const TextAttrib& rAttr, sal_uLong nPara, sal_uInt16 nStart, sal_uInt16… in SetAttrib()
2867 void TextEngine::SetTextAlign( TxtAlign eAlign ) in SetTextAlign()
2878 void TextEngine::ValidateSelection( TextSelection& rSel ) const in ValidateSelection()
2884 void TextEngine::ValidatePaM( TextPaM& rPaM ) const in ValidatePaM()
2901 void TextEngine::ImpParagraphInserted( sal_uLong nPara ) in ImpParagraphInserted()
2932 void TextEngine::ImpParagraphRemoved( sal_uLong nPara ) in ImpParagraphRemoved()
2960 void TextEngine::ImpCharsRemoved( sal_uLong nPara, sal_uInt16 nPos, sal_uInt16 nChars ) in ImpCharsRemoved()
2987 void TextEngine::ImpCharsInserted( sal_uLong nPara, sal_uInt16 nPos, sal_uInt16 nChars ) in ImpCharsInserted()
3011 void TextEngine::ImpFormattingParagraph( sal_uLong nPara ) in ImpFormattingParagraph()
3016 void TextEngine::ImpTextHeightChanged() in ImpTextHeightChanged()
3021 void TextEngine::ImpTextFormatted() in ImpTextFormatted()
3026 void TextEngine::Draw( OutputDevice* pDev, const Point& rPos ) in Draw()
3031 void TextEngine::SetLeftMargin( sal_uInt16 n ) in SetLeftMargin()
3036 sal_uInt16 TextEngine::GetLeftMargin() const in GetLeftMargin()
3041 uno::Reference< i18n::XBreakIterator > TextEngine::GetBreakIterator() in GetBreakIterator()
3049 void TextEngine::SetLocale( const ::com::sun::star::lang::Locale& rLocale ) in SetLocale()
3056 ::com::sun::star::lang::Locale TextEngine::GetLocale() in GetLocale()
3065 LocaleDataWrapper* TextEngine::ImpGetLocaleDataWrapper() in ImpGetLocaleDataWrapper()
3073 void TextEngine::SetRightToLeft( sal_Bool bR2L ) in SetRightToLeft()
3084 void TextEngine::ImpInitWritingDirections( sal_uLong nPara ) in ImpInitWritingDirections()
3127 sal_uInt8 TextEngine::ImpGetRightToLeft( sal_uLong nPara, sal_uInt16 nPos, sal_uInt16* pStart, sal_… in ImpGetRightToLeft()
3155 long TextEngine::ImpGetPortionXOffset( sal_uLong nPara, TextLine* pLine, sal_uInt16 nTextPortion ) in ImpGetPortionXOffset()
3235 void TextEngine::ImpInitLayoutMode( OutputDevice* pOutDev, sal_Bool bDrawingR2LPortion ) in ImpInitLayoutMode()
3246 TxtAlign TextEngine::ImpGetAlign() const in ImpGetAlign()
3259 long TextEngine::ImpGetOutputOffset( sal_uLong nPara, TextLine* pLine, sal_uInt16 nIndex, sal_uInt1… in ImpGetOutputOffset()