Lines Matching refs:aSize

264 	Size  aSize   (pNode->GetItalicSize());  in SetCursor()  local
265 Point aBRPos (aTLPos.X() + aSize.Width(), aTLPos.Y() + aSize.Height()); in SetCursor()
267 SetCursor(Rectangle(aTLPos, aSize)); in SetCursor()
432 Size aSize (LogicToPixel(rDoc.GetSize())); in ZoomToFitInWindow() local
435 if (aSize.Width() > 0 && aSize.Height() > 0) in ZoomToFitInWindow()
437 long nVal = Min ((85 * aWindowSize.Width()) / aSize.Width(), in ZoomToFitInWindow()
438 (85 * aWindowSize.Height()) / aSize.Height()); in ZoomToFitInWindow()
872 Size aSize(rDevice.GetTextWidth(rLine), rDevice.GetTextHeight()); in GetTextLineSize() local
879 aSize.Width() = 0; in GetTextLineSize()
884 aSize.Width() = ((aSize.Width() / TabPos) + 1) * TabPos; in GetTextLineSize()
889 aSize.Width() += rDevice.GetTextWidth(aText); in GetTextLineSize()
893 return aSize; in GetTextLineSize()
901 Size aSize; in GetTextSize() local
914 aSize = GetTextLineSize(rDevice, aLine); in GetTextSize()
916 if (aSize.Width() > MaxWidth) in GetTextSize()
938 aSize = GetTextLineSize(rDevice, aText); in GetTextSize()
939 TextSize.Height() += aSize.Height(); in GetTextSize()
940 TextSize.Width() = Max(TextSize.Width(), Min(aSize.Width(), MaxWidth)); in GetTextSize()
950 TextSize.Height() += aSize.Height(); in GetTextSize()
951 TextSize.Width() = Max(TextSize.Width(), aSize.Width()); in GetTextSize()
994 Size aSize; in DrawText() local
1004 aSize = GetTextLineSize(rDevice, aLine); in DrawText()
1005 if (aSize.Width() > MaxWidth) in DrawText()
1028 aPoint.Y() += aSize.Height(); in DrawText()
1040 aPoint.Y() += aSize.Height(); in DrawText()
1046 aPoint.Y() += aSize.Height(); in DrawText()
1126 Size aSize (GetTextSize(rOutDev, GetDoc()->GetText(), aOutRect.GetWidth() - 200)); in Impl_Print() local
1128 aOutRect.Bottom() -= aSize.Height() + 600; in Impl_Print()
1132 Size(aOutRect.GetWidth(), 200 + aSize.Height() + 200))); in Impl_Print()
1134 Point aPoint (aOutRect.Left() + (aOutRect.GetWidth() - aSize.Width()) / 2, in Impl_Print()
1149 Size aSize (GetDoc()->GetSize()); in Impl_Print() local
1162 if ((aSize.Width() > 0) && (aSize.Height() > 0)) in Impl_Print()
1166 Size GraphicSize (rOutDev.LogicToPixel(aSize, MapMode(MAP_100TH_MM))); in Impl_Print()
1186 aSize = rOutDev.PixelToLogic(rOutDev.LogicToPixel(aSize, OutputMapMode), in Impl_Print()
1189 Point aPos (aOutRect.Left() + (aOutRect.GetWidth() - aSize.Width()) / 2, in Impl_Print()
1190 aOutRect.Top() + (aOutRect.GetHeight() - aSize.Height()) / 2); in Impl_Print()