Lines Matching refs:pTextEngine

1404             TextEngine* pTextEngine = GetTextEngine();  in PreNotify()  local
1405 TextView* pTextView = pTextEngine->GetActiveView(); in PreNotify()
1418 …const TextCharAttrib* pBackAttr = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_BACKGROUND … in PreNotify()
1419 … const TextCharAttrib* pErrorAttr = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_ERROR ); in PreNotify()
1445 …const TextCharAttrib* pIntBackAttr = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_BACKGROU… in PreNotify()
1446 …const TextCharAttrib* pIntErrorAttr = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_ERROR ); in PreNotify()
1488 … pBackAttrLeft = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_BACKGROUND ); in PreNotify()
1489 pErrorAttrLeft = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_ERROR ); in PreNotify()
1586 pTextEngine->RemoveAttrib( 0, *pErrorAttrLeft ); in PreNotify()
1606 pTextEngine->RemoveAttrib( 0, *pErrorAttr ); in PreNotify()
1622 pTextEngine->RemoveAttrib( 0, *pBackAttrLeft ); in PreNotify()
1638 … const TextCharAttrib* pFontColor = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_FONTCOLOR ); in PreNotify()
1639 … pErrorAttrib = pTextEngine->FindCharAttrib( TextPaM(0, m_nErrorStart), TEXTATTR_SPELL_ERROR ); in PreNotify()
1647 pTextEngine->RemoveAttrib( 0, *pErrorAttr ); in PreNotify()
1670 ExtTextEngine* pTextEngine = GetTextEngine(); in MarkNextError() local
1671 sal_uInt16 nTextLen = pTextEngine->GetTextLen(0); in MarkNextError()
1692 0 == (pNextError = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_ERROR))) in MarkNextError()
1733 pTextEngine->FindAttrib( TextPaM(0, nOldErrorStart), TEXTATTR_SPELL_ERROR )); in MarkNextError()
1756 TextEngine* pTextEngine = GetTextEngine(); in MoveErrorMarkTo() local
1757 pTextEngine->RemoveAttribs( 0, (sal_uInt16)TEXTATTR_FONTCOLOR, sal_True ); in MoveErrorMarkTo()
1758 pTextEngine->RemoveAttribs( 0, (sal_uInt16)TEXTATTR_FONTWEIGHT, sal_True ); in MoveErrorMarkTo()
1759 pTextEngine->SetAttrib( TextAttribFontWeight(WEIGHT_BOLD), 0, nStart, nEnd ); in MoveErrorMarkTo()
1760pTextEngine->SetAttrib( TextAttribFontColor(bGrammarError ? COL_LIGHTBLUE : COL_LIGHTRED), 0, nSta… in MoveErrorMarkTo()
1774 ExtTextEngine* pTextEngine = GetTextEngine(); in ChangeMarkedWord() local
1775 pTextEngine->UndoActionStart(); in ChangeMarkedWord()
1776 …const TextCharAttrib* pErrorAttrib = pTextEngine->FindCharAttrib( TextPaM(0, m_nErrorStart), TEXT… in ChangeMarkedWord()
1782 pTextEngine->RemoveAttrib(0, *pErrorAttrib); in ChangeMarkedWord()
1785 …const TextCharAttrib* pBackAttrib = pTextEngine->FindCharAttrib( TextPaM(0, m_nErrorStart), TEXTA… in ChangeMarkedWord()
1786 pTextEngine->ReplaceText( aSel, rNewWord ); in ChangeMarkedWord()
1794 pTextEngine->FindCharAttrib( in ChangeMarkedWord()
1796 sal_uInt16 nTextLen = pTextEngine->GetTextLen( 0 ); in ChangeMarkedWord()
1801 pTextEngine->RemoveAttrib(0, *pLangAttrib); in ChangeMarkedWord()
1802pTextEngine->SetAttrib( aNewLangAttrib, 0, (sal_uInt16)(m_nErrorEnd + nDiffLen) , nTextLen ); in ChangeMarkedWord()
1810 pTextEngine->RemoveAttrib(0, *pBackAttrib); in ChangeMarkedWord()
1811 pTextEngine->SetAttrib(*pNewBackground, 0, nStart, m_nErrorStart); in ChangeMarkedWord()
1814 pTextEngine->SetModified(sal_True); in ChangeMarkedWord()
1828 pTextEngine->UndoActionEnd(); in ChangeMarkedWord()
1950 ExtTextEngine* pTextEngine = GetTextEngine(); in CreateSpellPortions() local
1951 const sal_uInt16 nTextLen = pTextEngine->GetTextLen(0); in CreateSpellPortions()
1962 … const TextCharAttrib* pLang = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_LANGUAGE); in CreateSpellPortions()
1970 pError = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_ERROR); in CreateSpellPortions()
1986 aPortion1.sText = pTextEngine->GetText( in CreateSpellPortions()
2005 aPortion1.sText = pTextEngine->GetText( in CreateSpellPortions()
2022 sal_uLong nPara = pTextEngine->GetParagraphCount(); in CreateSpellPortions()
2029 aLeftOverText += pTextEngine->GetText(i); in CreateSpellPortions()
2148 TextEngine* pTextEngine = GetTextEngine(); in SetUndoEditMode() local
2149 pTextEngine->RemoveAttribs( 0, (sal_uInt16)TEXTATTR_FONTCOLOR, sal_True ); in SetUndoEditMode()
2150 pTextEngine->RemoveAttribs( 0, (sal_uInt16)TEXTATTR_FONTWEIGHT, sal_True ); in SetUndoEditMode()