Lines Matching refs:SetAttrib
1238 …aSentenceED.SetAttrib( SpellErrorAttrib(aDesc), 0, (sal_uInt16) nStartPosition, (sal_uInt16) nEndP… in GetNextSentence_Impl()
1252 …aSentenceED.SetAttrib( SpellErrorAttrib(aDesc), 0, (sal_uInt16) nStartPosition, (sal_uInt16) nEndP… in GetNextSentence_Impl()
1255 …aSentenceED.SetAttrib( SpellBackgroundAttrib(COL_LIGHTGRAY), 0, (sal_uInt16) nStartPosition, (sal_… in GetNextSentence_Impl()
1256 …aSentenceED.SetAttrib( SpellLanguageAttrib(aStart->eLanguage), 0, (sal_uInt16) nStartPosition, (sa… in GetNextSentence_Impl()
1587 SetAttrib( *pNewError, 0, nStart, ++nEnd ); in PreNotify()
1608 SetAttrib( *pNewError, 0, nStart - nAddedChars, nEnd ); in PreNotify()
1623 SetAttrib( *pNewBack, 0, _nStart, _nEnd - nAddedChars); in PreNotify()
1648 SetAttrib( *pNewError, 0, m_nErrorStart, m_nErrorEnd ); in PreNotify()
1759 pTextEngine->SetAttrib( TextAttribFontWeight(WEIGHT_BOLD), 0, nStart, nEnd ); in MoveErrorMarkTo()
1760 …pTextEngine->SetAttrib( TextAttribFontColor(bGrammarError ? COL_LIGHTBLUE : COL_LIGHTRED), 0, nSta… in MoveErrorMarkTo()
1802 … pTextEngine->SetAttrib( aNewLangAttrib, 0, (sal_uInt16)(m_nErrorEnd + nDiffLen) , nTextLen ); in ChangeMarkedWord()
1811 pTextEngine->SetAttrib(*pNewBackground, 0, nStart, m_nErrorStart); in ChangeMarkedWord()
1826 SetAttrib( SpellErrorAttrib(*pSpellErrorDescription), 0, m_nErrorStart, m_nErrorEnd ); in ChangeMarkedWord()
1827 SetAttrib( SpellLanguageAttrib(eLanguage), 0, m_nErrorStart, m_nErrorEnd ); in ChangeMarkedWord()
1885 GetTextEngine()->SetAttrib( SpellErrorAttrib(aDesc), 0, m_nErrorStart, m_nErrorEnd ); in SetAlternatives()
1891 void SentenceEditWindow_Impl::SetAttrib( const TextAttrib& rAttr, sal_uLong nPara, sal_uInt16 nStar… in SetAttrib() function in SentenceEditWindow_Impl
1893 GetTextEngine()->SetAttrib(rAttr, nPara, nStart, nEnd); in SetAttrib()