Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx1652 …const TextCharAttrib* pBeginAttrib = pTextEngine->FindCharAttrib( rSelection.GetStart(), TEXTATTR_… in RemoveCurrentEntry() local
1654 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() local
1675 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 …]