Searched refs:rBorders (Results 1 – 2 of 2) sorted by relevance
1663 const WW8_BordersSO& rBorders = WW8_BordersSO::Get0x01LineMatch(nIdx); in MatchSdrBoxIntoFlyBoxItem() local1665 aLine.SetOutWidth(rBorders.mnOut); in MatchSdrBoxIntoFlyBoxItem()1666 aLine.SetInWidth (rBorders.mnIn); in MatchSdrBoxIntoFlyBoxItem()1667 aLine.SetDistance(rBorders.mnDist); in MatchSdrBoxIntoFlyBoxItem()
1472 const WW8_BordersSO& rBorders = WW8_BordersSO::Get0x01LineMatch(eCodeIdx); in GetLineIndex() local1474 aLine.SetOutWidth(rBorders.mnOut); in GetLineIndex()1475 aLine.SetInWidth(rBorders.mnIn); in GetLineIndex()1476 aLine.SetDistance(rBorders.mnDist); in GetLineIndex()
Completed in 56 milliseconds