Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx1683 Rectangle& rInnerDist ) in MatchSdrItemsIntoFlySet() argument
1747 rInnerDist.Left()+=nLineThick; in MatchSdrItemsIntoFlySet()
1748 rInnerDist.Top()+=nLineThick; in MatchSdrItemsIntoFlySet()
1749 rInnerDist.Right()+=nLineThick; in MatchSdrItemsIntoFlySet()
1750 rInnerDist.Bottom()+=nLineThick; in MatchSdrItemsIntoFlySet()
1755 rInnerDist.Left() -= (pLine->GetOutWidth() + pLine->GetInWidth() + in MatchSdrItemsIntoFlySet()
1761 rInnerDist.Top() -= (pLine->GetOutWidth() + pLine->GetInWidth() + in MatchSdrItemsIntoFlySet()
1767 rInnerDist.Right() -= (pLine->GetOutWidth() + pLine->GetInWidth() + in MatchSdrItemsIntoFlySet()
1773 rInnerDist.Bottom() -= (pLine->GetOutWidth() + pLine->GetInWidth() + in MatchSdrItemsIntoFlySet()
1778 if( 0 < rInnerDist.Left() ) in MatchSdrItemsIntoFlySet()
[all …]
H A Dww8par.hxx1320 void GetBorderDistance(const WW8_BRC* pbrc, Rectangle& rInnerDist) const;
1333 MSO_LineStyle eLineStyle, MSO_SPT eShapeType, Rectangle &rInnerDist );
H A Dww8par6.cxx1614 Rectangle& rInnerDist) const in GetBorderDistance()
1619 rInnerDist = Rectangle(((pbrc[ 1 ].aBits1[1] >> 3) & 0x1f) * 20, in GetBorderDistance()
1626 rInnerDist = Rectangle( (pbrc[ 1 ].aBits2[1] & 0x1f) * 20, in GetBorderDistance()