Lines Matching refs:aSiz
2622 Size aSiz(rR.GetSize()); aSiz.Width()--; aSiz.Height()--; in AdjustTextFrameWidthAndHeight() local
2633 aSiz.Width()=nMaxWdt; in AdjustTextFrameWidthAndHeight()
2641 aSiz.Height()=nMaxHgt; in AdjustTextFrameWidthAndHeight()
2645 aSiz.Width()-=nHDist; in AdjustTextFrameWidthAndHeight()
2646 aSiz.Height()-=nVDist; in AdjustTextFrameWidthAndHeight()
2647 if ( aSiz.Width() < 2 ) in AdjustTextFrameWidthAndHeight()
2648 aSiz.Width() = 2; // Mindestgroesse 2 in AdjustTextFrameWidthAndHeight()
2649 if ( aSiz.Height() < 2 ) in AdjustTextFrameWidthAndHeight()
2650 aSiz.Height() = 2; // Mindestgroesse 2 in AdjustTextFrameWidthAndHeight()
2654 pEdtOutl->SetMaxAutoPaperSize( aSiz ); in AdjustTextFrameWidthAndHeight()
2668 rOutliner.SetPaperSize(aSiz); in AdjustTextFrameWidthAndHeight()