Searched refs:rBorders (Results 1 – 2 of 2) sorted by relevance
1662 const WW8_BordersSO& rBorders = WW8_BordersSO::Get0x01LineMatch(nIdx); in MatchSdrBoxIntoFlyBoxItem() local1664 aLine.SetOutWidth(rBorders.mnOut); in MatchSdrBoxIntoFlyBoxItem()1665 aLine.SetInWidth (rBorders.mnIn); in MatchSdrBoxIntoFlyBoxItem()1666 aLine.SetDistance(rBorders.mnDist); in MatchSdrBoxIntoFlyBoxItem()
1471 const WW8_BordersSO& rBorders = WW8_BordersSO::Get0x01LineMatch(eCodeIdx); in GetLineIndex() local1473 aLine.SetOutWidth(rBorders.mnOut); in GetLineIndex()1474 aLine.SetInWidth(rBorders.mnIn); in GetLineIndex()1475 aLine.SetDistance(rBorders.mnDist); in GetLineIndex()