Home
last modified time | relevance | path

Searched refs:nOutside (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx1727 sal_Int32 nLineThick = 0, nOutside=0; in MatchSdrItemsIntoFlySet() local
1744 nOutside = MatchSdrBoxIntoFlyBoxItem(aLineColor, eLineStyle, in MatchSdrItemsIntoFlySet()
1798 rSnapRect.GetWidth() + 2*nOutside, in MatchSdrItemsIntoFlySet()
1799 rSnapRect.GetHeight() + 2*nOutside) ); in MatchSdrItemsIntoFlySet()
1806 aSize.GetWidth() + 2*nOutside, in MatchSdrItemsIntoFlySet()
1807 aSize.GetHeight() + 2*nOutside); in MatchSdrItemsIntoFlySet()
1814 if (nOutside) in MatchSdrItemsIntoFlySet()
1818 aHori.SetPos(MakeSafePositioningValue(aHori.GetPos()-nOutside)); in MatchSdrItemsIntoFlySet()
1823 aVert.SetPos(aVert.GetPos()-nOutside); in MatchSdrItemsIntoFlySet()
/trunk/main/tools/source/generic/
H A Dpoly.cxx1549 int nOutside = VisibleSide( rPoint ); in Input() local
1555 if ( !nOutside ) in Input()
1560 else if ( !nOutside ) in Input()
1567 mrNextFilter.Input( EdgeSection( rPoint, nOutside ) ); in Input()
1568 else if ( nOutside != mnLastOutside ) in Input()
1571 mrNextFilter.Input( EdgeSection( rPoint, nOutside ) ); in Input()
1575 mnLastOutside = nOutside; in Input()
1582 int nOutside = VisibleSide( maFirstPoint ); in LastPoint() local
1584 if ( nOutside != mnLastOutside ) in LastPoint()

Completed in 34 milliseconds