Lines Matching refs:SetAttrib

1240 …aSentenceED.SetAttrib( SpellErrorAttrib(aDesc), 0, (sal_uInt16) nStartPosition, (sal_uInt16) nEndP…  in GetNextSentence_Impl()
1254 …aSentenceED.SetAttrib( SpellErrorAttrib(aDesc), 0, (sal_uInt16) nStartPosition, (sal_uInt16) nEndP… in GetNextSentence_Impl()
1257 …aSentenceED.SetAttrib( SpellBackgroundAttrib(COL_LIGHTGRAY), 0, (sal_uInt16) nStartPosition, (sal_… in GetNextSentence_Impl()
1258 …aSentenceED.SetAttrib( SpellLanguageAttrib(aStart->eLanguage), 0, (sal_uInt16) nStartPosition, (sa… in GetNextSentence_Impl()
1589 SetAttrib( *pNewError, 0, nStart, ++nEnd ); in PreNotify()
1610 SetAttrib( *pNewError, 0, nStart - nAddedChars, nEnd ); in PreNotify()
1625 SetAttrib( *pNewBack, 0, _nStart, _nEnd - nAddedChars); in PreNotify()
1650 SetAttrib( *pNewError, 0, m_nErrorStart, m_nErrorEnd ); in PreNotify()
1761 pTextEngine->SetAttrib( TextAttribFontWeight(WEIGHT_BOLD), 0, nStart, nEnd ); in MoveErrorMarkTo()
1762 …pTextEngine->SetAttrib( TextAttribFontColor(bGrammarError ? COL_LIGHTBLUE : COL_LIGHTRED), 0, nSta… in MoveErrorMarkTo()
1804 … pTextEngine->SetAttrib( aNewLangAttrib, 0, (sal_uInt16)(m_nErrorEnd + nDiffLen) , nTextLen ); in ChangeMarkedWord()
1813 pTextEngine->SetAttrib(*pNewBackground, 0, nStart, m_nErrorStart); in ChangeMarkedWord()
1828 SetAttrib( SpellErrorAttrib(*pSpellErrorDescription), 0, m_nErrorStart, m_nErrorEnd ); in ChangeMarkedWord()
1829 SetAttrib( SpellLanguageAttrib(eLanguage), 0, m_nErrorStart, m_nErrorEnd ); in ChangeMarkedWord()
1887 GetTextEngine()->SetAttrib( SpellErrorAttrib(aDesc), 0, m_nErrorStart, m_nErrorEnd ); in SetAlternatives()
1893 void SentenceEditWindow_Impl::SetAttrib( const TextAttrib& rAttr, sal_uLong nPara, sal_uInt16 nStar… in SetAttrib() function in SentenceEditWindow_Impl
1895 GetTextEngine()->SetAttrib(rAttr, nPara, nStart, nEnd); in SetAttrib()