Lines Matching refs:rPageSize

599 bool lcl_isInsidePage( const awt::Point& rPos, const awt::Size& rSize, const awt::Size& rPageSize )  in lcl_isInsidePage()  argument
603 if( (rPos.X + rSize.Width) > rPageSize.Width ) in lcl_isInsidePage()
605 if( (rPos.Y + rSize.Height) > rPageSize.Height ) in lcl_isInsidePage()
618 …nfo::moveAwayFrom( const PieChart::PieLabelInfo* pFix, const awt::Size& rPageSize, bool bMoveHalfW… in moveAwayFrom() argument
624 const sal_Int32 nLabelDistanceX = rPageSize.Width/50; in moveAwayFrom()
625 const sal_Int32 nLabelDistanceY = rPageSize.Height/50; in moveAwayFrom()
649 if( !lcl_isInsidePage( aNewAWTPos, this->xLabelGroupShape->getSize(), rPageSize ) ) in moveAwayFrom()
666 bool PieChart::detectLabelOverlapsAndMove( const awt::Size& rPageSize ) in detectLabelOverlapsAndMove() argument
753 …bels( pFirstBorder, pSecondBorder, pCenter, bSingleCenter, bAlternativeMoveDirection, rPageSize ) ) in detectLabelOverlapsAndMove()
754 …abels( pFirstBorder, pSecondBorder, pCenter, bSingleCenter, bAlternativeMoveDirection, rPageSize ); in detectLabelOverlapsAndMove()
760 … , bool bSingleCenter, bool& rbAlternativeMoveDirection, const awt::Size& rPageSize ) in tryMoveLabels() argument
774 …if( !pCurrent->moveAwayFrom( pFix, rPageSize, !bSingleCenter && pCurrent == p2, !bLabelOrderIsAnti… in tryMoveLabels()
790 …if( !pCurrent->moveAwayFrom( pFix, rPageSize, false, bLabelOrderIsAntiClockWise, rbAlternativeMove… in tryMoveLabels()
804 void PieChart::rearrangeLabelToAvoidOverlapIfRequested( const awt::Size& rPageSize ) in rearrangeLabelToAvoidOverlapIfRequested() argument
822 …double fPageDiagonaleLength = sqrt( double( rPageSize.Width*rPageSize.Width + rPageSize.Height*rPa… in rearrangeLabelToAvoidOverlapIfRequested()
847 while( detectLabelOverlapsAndMove( rPageSize ) && nMaxIterations > 0 ) in rearrangeLabelToAvoidOverlapIfRequested()