Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx1684 Rectangle& rInnerDist ) in MatchSdrItemsIntoFlySet() argument
1748 rInnerDist.Left()+=nLineThick; in MatchSdrItemsIntoFlySet()
1749 rInnerDist.Top()+=nLineThick; in MatchSdrItemsIntoFlySet()
1750 rInnerDist.Right()+=nLineThick; in MatchSdrItemsIntoFlySet()
1751 rInnerDist.Bottom()+=nLineThick; in MatchSdrItemsIntoFlySet()
1762 rInnerDist.Top() -= (pLine->GetOutWidth() + pLine->GetInWidth() + in MatchSdrItemsIntoFlySet()
1779 if( 0 < rInnerDist.Left() ) in MatchSdrItemsIntoFlySet()
1781 if( 0 < rInnerDist.Top() ) in MatchSdrItemsIntoFlySet()
1782 aBox.SetDistance( (sal_uInt16)rInnerDist.Top(), BOX_LINE_TOP ); in MatchSdrItemsIntoFlySet()
1783 if( 0 < rInnerDist.Right() ) 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()

Completed in 66 milliseconds