Lines Matching refs:pTextEngine

1406             TextEngine* pTextEngine = GetTextEngine();  in PreNotify()  local
1407 TextView* pTextView = pTextEngine->GetActiveView(); in PreNotify()
1420 …const TextCharAttrib* pBackAttr = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_BACKGROUND … in PreNotify()
1421 … const TextCharAttrib* pErrorAttr = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_ERROR ); in PreNotify()
1447 …const TextCharAttrib* pIntBackAttr = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_BACKGROU… in PreNotify()
1448 …const TextCharAttrib* pIntErrorAttr = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_ERROR ); in PreNotify()
1490 … pBackAttrLeft = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_BACKGROUND ); in PreNotify()
1491 pErrorAttrLeft = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_ERROR ); in PreNotify()
1588 pTextEngine->RemoveAttrib( 0, *pErrorAttrLeft ); in PreNotify()
1608 pTextEngine->RemoveAttrib( 0, *pErrorAttr ); in PreNotify()
1624 pTextEngine->RemoveAttrib( 0, *pBackAttrLeft ); in PreNotify()
1640 … const TextCharAttrib* pFontColor = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_FONTCOLOR ); in PreNotify()
1641 … pErrorAttrib = pTextEngine->FindCharAttrib( TextPaM(0, m_nErrorStart), TEXTATTR_SPELL_ERROR ); in PreNotify()
1649 pTextEngine->RemoveAttrib( 0, *pErrorAttr ); in PreNotify()
1672 ExtTextEngine* pTextEngine = GetTextEngine(); in MarkNextError() local
1673 sal_uInt16 nTextLen = pTextEngine->GetTextLen(0); in MarkNextError()
1694 0 == (pNextError = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_ERROR))) in MarkNextError()
1735 pTextEngine->FindAttrib( TextPaM(0, nOldErrorStart), TEXTATTR_SPELL_ERROR )); in MarkNextError()
1758 TextEngine* pTextEngine = GetTextEngine(); in MoveErrorMarkTo() local
1759 pTextEngine->RemoveAttribs( 0, (sal_uInt16)TEXTATTR_FONTCOLOR, sal_True ); in MoveErrorMarkTo()
1760 pTextEngine->RemoveAttribs( 0, (sal_uInt16)TEXTATTR_FONTWEIGHT, sal_True ); in MoveErrorMarkTo()
1761 pTextEngine->SetAttrib( TextAttribFontWeight(WEIGHT_BOLD), 0, nStart, nEnd ); in MoveErrorMarkTo()
1762pTextEngine->SetAttrib( TextAttribFontColor(bGrammarError ? COL_LIGHTBLUE : COL_LIGHTRED), 0, nSta… in MoveErrorMarkTo()
1776 ExtTextEngine* pTextEngine = GetTextEngine(); in ChangeMarkedWord() local
1777 pTextEngine->UndoActionStart(); in ChangeMarkedWord()
1778 …const TextCharAttrib* pErrorAttrib = pTextEngine->FindCharAttrib( TextPaM(0, m_nErrorStart), TEXT… in ChangeMarkedWord()
1784 pTextEngine->RemoveAttrib(0, *pErrorAttrib); in ChangeMarkedWord()
1787 …const TextCharAttrib* pBackAttrib = pTextEngine->FindCharAttrib( TextPaM(0, m_nErrorStart), TEXTA… in ChangeMarkedWord()
1788 pTextEngine->ReplaceText( aSel, rNewWord ); in ChangeMarkedWord()
1796 pTextEngine->FindCharAttrib( in ChangeMarkedWord()
1798 sal_uInt16 nTextLen = pTextEngine->GetTextLen( 0 ); in ChangeMarkedWord()
1803 pTextEngine->RemoveAttrib(0, *pLangAttrib); in ChangeMarkedWord()
1804pTextEngine->SetAttrib( aNewLangAttrib, 0, (sal_uInt16)(m_nErrorEnd + nDiffLen) , nTextLen ); in ChangeMarkedWord()
1812 pTextEngine->RemoveAttrib(0, *pBackAttrib); in ChangeMarkedWord()
1813 pTextEngine->SetAttrib(*pNewBackground, 0, nStart, m_nErrorStart); in ChangeMarkedWord()
1816 pTextEngine->SetModified(sal_True); in ChangeMarkedWord()
1830 pTextEngine->UndoActionEnd(); in ChangeMarkedWord()
1952 ExtTextEngine* pTextEngine = GetTextEngine(); in CreateSpellPortions() local
1953 const sal_uInt16 nTextLen = pTextEngine->GetTextLen(0); in CreateSpellPortions()
1964 … const TextCharAttrib* pLang = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_LANGUAGE); in CreateSpellPortions()
1972 pError = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_ERROR); in CreateSpellPortions()
1988 aPortion1.sText = pTextEngine->GetText( in CreateSpellPortions()
2007 aPortion1.sText = pTextEngine->GetText( in CreateSpellPortions()
2024 sal_uLong nPara = pTextEngine->GetParagraphCount(); in CreateSpellPortions()
2031 aLeftOverText += pTextEngine->GetText(i); in CreateSpellPortions()
2150 TextEngine* pTextEngine = GetTextEngine(); in SetUndoEditMode() local
2151 pTextEngine->RemoveAttribs( 0, (sal_uInt16)TEXTATTR_FONTCOLOR, sal_True ); in SetUndoEditMode()
2152 pTextEngine->RemoveAttribs( 0, (sal_uInt16)TEXTATTR_FONTWEIGHT, sal_True ); in SetUndoEditMode()