Lines Matching refs:aSiz
92 Size aSiz(rR.GetSize()); aSiz.Width()--; aSiz.Height()--; in AdjustTextFrameWidthAndHeight() local
103 aSiz.Width()=nMaxWdt; in AdjustTextFrameWidthAndHeight()
111 aSiz.Height()=nMaxHgt; in AdjustTextFrameWidthAndHeight()
115 aSiz.Width()-=nHDist; in AdjustTextFrameWidthAndHeight()
116 aSiz.Height()-=nVDist; in AdjustTextFrameWidthAndHeight()
117 if (aSiz.Width()<2) aSiz.Width()=2; // Mindestgroesse 2 in AdjustTextFrameWidthAndHeight()
118 if (aSiz.Height()<2) aSiz.Height()=2; // Mindestgroesse 2 in AdjustTextFrameWidthAndHeight()
125 if (bHScroll) aSiz.Width()=0x0FFFFFFF; // Laufschrift nicht umbrechen in AdjustTextFrameWidthAndHeight()
126 if (bVScroll) aSiz.Height()=0x0FFFFFFF; in AdjustTextFrameWidthAndHeight()
131 pEdtOutl->SetMaxAutoPaperSize(aSiz); in AdjustTextFrameWidthAndHeight()
141 rOutliner.SetPaperSize(aSiz); in AdjustTextFrameWidthAndHeight()