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()
1765 rInnerDist.Top() -= (pLine->GetOutWidth() + pLine->GetInWidth() + in MatchSdrItemsIntoFlySet()
1782 if( 0 < rInnerDist.Left() ) in MatchSdrItemsIntoFlySet()
1784 if( 0 < rInnerDist.Top() ) in MatchSdrItemsIntoFlySet()
1785 aBox.SetDistance( (sal_uInt16)rInnerDist.Top(), BOX_LINE_TOP ); in MatchSdrItemsIntoFlySet()
1786 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 114 milliseconds