Searched refs:nOutside (Results 1 – 2 of 2) sorted by relevance
1549 int nOutside = VisibleSide( rPoint ); in Input() local1555 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() local1584 if ( nOutside != mnLastOutside ) in LastPoint()
1730 sal_Int32 nLineThick = 0, nOutside=0; in MatchSdrItemsIntoFlySet() local1747 nOutside = MatchSdrBoxIntoFlyBoxItem(aLineColor, eLineStyle, in MatchSdrItemsIntoFlySet()1801 rSnapRect.GetWidth() + 2*nOutside, in MatchSdrItemsIntoFlySet()1802 rSnapRect.GetHeight() + 2*nOutside) ); in MatchSdrItemsIntoFlySet()1809 aSize.GetWidth() + 2*nOutside, in MatchSdrItemsIntoFlySet()1810 aSize.GetHeight() + 2*nOutside); in MatchSdrItemsIntoFlySet()1817 if (nOutside) in MatchSdrItemsIntoFlySet()1821 aHori.SetPos(MakeSafePositioningValue(aHori.GetPos()-nOutside)); in MatchSdrItemsIntoFlySet()1826 aVert.SetPos(aVert.GetPos()-nOutside); in MatchSdrItemsIntoFlySet()
Completed in 55 milliseconds