Searched refs:pBeginAttrib (Results 1 – 1 of 1) sorted by relevance
1652 …const TextCharAttrib* pBeginAttrib = pTextEngine->FindCharAttrib( rSelection.GetStart(), TEXTATTR_… in RemoveCurrentEntry() local1654 if(pBeginAttrib && in RemoveCurrentEntry()1655 (pBeginAttrib->GetStart() <= rSelection.GetStart().GetIndex() in RemoveCurrentEntry()1656 && pBeginAttrib->GetEnd() >= rSelection.GetEnd().GetIndex())) in RemoveCurrentEntry()1659 …TextSelection aEntrySel(TextPaM( nPara, pBeginAttrib->GetStart()), TextPaM(nPara, pBeginAttrib->Ge… in RemoveCurrentEntry()1674 …const TextCharAttrib* pBeginAttrib = pTextEngine->FindCharAttrib( rSelection.GetStart(), TEXTATTR_… in MoveCurrentItem() local1675 if(pBeginAttrib && in MoveCurrentItem()1676 (pBeginAttrib->GetStart() <= rSelection.GetStart().GetIndex() in MoveCurrentItem()1677 && pBeginAttrib->GetEnd() >= rSelection.GetEnd().GetIndex())) in MoveCurrentItem()1681 sal_uInt16 nIndex = pBeginAttrib->GetStart(); in MoveCurrentItem()[all …]