Lines Matching refs:aSize

261 	Size  aSize   (pNode->GetItalicSize());  in SetCursor()  local
262 Point aBRPos (aTLPos.X() + aSize.Width(), aTLPos.Y() + aSize.Height()); in SetCursor()
264 SetCursor(Rectangle(aTLPos, aSize)); in SetCursor()
429 Size aSize (LogicToPixel(rDoc.GetSize())); in ZoomToFitInWindow() local
432 if (aSize.Width() > 0 && aSize.Height() > 0) in ZoomToFitInWindow()
434 long nVal = Min ((85 * aWindowSize.Width()) / aSize.Width(), in ZoomToFitInWindow()
435 (85 * aWindowSize.Height()) / aSize.Height()); in ZoomToFitInWindow()
869 Size aSize(rDevice.GetTextWidth(rLine), rDevice.GetTextHeight()); in GetTextLineSize() local
876 aSize.Width() = 0; in GetTextLineSize()
881 aSize.Width() = ((aSize.Width() / TabPos) + 1) * TabPos; in GetTextLineSize()
886 aSize.Width() += rDevice.GetTextWidth(aText); in GetTextLineSize()
890 return aSize; in GetTextLineSize()
898 Size aSize; in GetTextSize() local
911 aSize = GetTextLineSize(rDevice, aLine); in GetTextSize()
913 if (aSize.Width() > MaxWidth) in GetTextSize()
935 aSize = GetTextLineSize(rDevice, aText); in GetTextSize()
936 TextSize.Height() += aSize.Height(); in GetTextSize()
937 TextSize.Width() = Max(TextSize.Width(), Min(aSize.Width(), MaxWidth)); in GetTextSize()
947 TextSize.Height() += aSize.Height(); in GetTextSize()
948 TextSize.Width() = Max(TextSize.Width(), aSize.Width()); in GetTextSize()
991 Size aSize; in DrawText() local
1001 aSize = GetTextLineSize(rDevice, aLine); in DrawText()
1002 if (aSize.Width() > MaxWidth) in DrawText()
1025 aPoint.Y() += aSize.Height(); in DrawText()
1037 aPoint.Y() += aSize.Height(); in DrawText()
1043 aPoint.Y() += aSize.Height(); in DrawText()
1123 Size aSize (GetTextSize(rOutDev, GetDoc()->GetText(), aOutRect.GetWidth() - 200)); in Impl_Print() local
1125 aOutRect.Bottom() -= aSize.Height() + 600; in Impl_Print()
1129 Size(aOutRect.GetWidth(), 200 + aSize.Height() + 200))); in Impl_Print()
1131 Point aPoint (aOutRect.Left() + (aOutRect.GetWidth() - aSize.Width()) / 2, in Impl_Print()
1146 Size aSize (GetDoc()->GetSize()); in Impl_Print() local
1159 if ((aSize.Width() > 0) && (aSize.Height() > 0)) in Impl_Print()
1163 Size GraphicSize (rOutDev.LogicToPixel(aSize, MapMode(MAP_100TH_MM))); in Impl_Print()
1183 aSize = rOutDev.PixelToLogic(rOutDev.LogicToPixel(aSize, OutputMapMode), in Impl_Print()
1186 Point aPos (aOutRect.Left() + (aOutRect.GetWidth() - aSize.Width()) / 2, in Impl_Print()
1187 aOutRect.Top() + (aOutRect.GetHeight() - aSize.Height()) / 2); in Impl_Print()