Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dww8graf.cxx1687 Rectangle& rInnerDist ) in MatchSdrItemsIntoFlySet() argument
1751 rInnerDist.Left()+=nLineThick; in MatchSdrItemsIntoFlySet()
1752 rInnerDist.Top()+=nLineThick; in MatchSdrItemsIntoFlySet()
1753 rInnerDist.Right()+=nLineThick; in MatchSdrItemsIntoFlySet()
1754 rInnerDist.Bottom()+=nLineThick; in MatchSdrItemsIntoFlySet()
1759 rInnerDist.Left() -= (pLine->GetOutWidth() + pLine->GetInWidth() + in MatchSdrItemsIntoFlySet()
1765 rInnerDist.Top() -= (pLine->GetOutWidth() + pLine->GetInWidth() + in MatchSdrItemsIntoFlySet()
1771 rInnerDist.Right() -= (pLine->GetOutWidth() + pLine->GetInWidth() + in MatchSdrItemsIntoFlySet()
1777 rInnerDist.Bottom() -= (pLine->GetOutWidth() + pLine->GetInWidth() + in MatchSdrItemsIntoFlySet()
1782 if( 0 < rInnerDist.Left() ) in MatchSdrItemsIntoFlySet()
[all …]
H A Dww8par.hxx1321 void GetBorderDistance(const WW8_BRC* pbrc, Rectangle& rInnerDist) const;
1334 MSO_LineStyle eLineStyle, MSO_SPT eShapeType, Rectangle &rInnerDist );
H A Dww8par6.cxx1615 Rectangle& rInnerDist) const in GetBorderDistance()
1620 rInnerDist = Rectangle(((pbrc[ 1 ].aBits1[1] >> 3) & 0x1f) * 20, in GetBorderDistance()
1627 rInnerDist = Rectangle( (pbrc[ 1 ].aBits2[1] & 0x1f) * 20, in GetBorderDistance()