Home
last modified time | relevance | path

Searched refs:pBackAttrLeft (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/cui/source/dialogs/
H A DSpellDialog.cxx1422 const TextCharAttrib* pBackAttrLeft = 0; in PreNotify() local
1474 pBackAttrLeft = pBackAttr; in PreNotify()
1490pBackAttrLeft = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_BACKGROUND ); in PreNotify()
1492 bHasFieldLeft = pBackAttrLeft !=0; in PreNotify()
1570 const TextCharAttrib* pCharAttr = pBackAttr ? pBackAttr : pBackAttrLeft; in PreNotify()
1619 if(pBackAttrLeft) in PreNotify()
1621 TextAttrib* pNewBack = pBackAttrLeft->GetAttr().Clone(); in PreNotify()
1622 sal_uInt16 _nStart = pBackAttrLeft->GetStart(); in PreNotify()
1623 sal_uInt16 _nEnd = pBackAttrLeft->GetEnd(); in PreNotify()
1624 pTextEngine->RemoveAttrib( 0, *pBackAttrLeft ); in PreNotify()

Completed in 21 milliseconds