Home
last modified time | relevance | path

Searched refs:aDescSize (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/starmath/source/
H A Dview.cxx1080 Size aDescSize (GetTextSize(rOutDev, GetDoc()->GetComment(), aOutRect.GetWidth() - 200)); in Impl_Print() local
1084 … Size(aOutRect.GetWidth(), 100 + aTitleSize.Height() + 200 + aDescSize.Height() + 100))); in Impl_Print()
1101 aPoint.X() = aOutRect.Left() + (aOutRect.GetWidth() - aDescSize.Width()) / 2; in Impl_Print()
1105 aOutRect.Top() += aDescSize.Height() + 300; in Impl_Print()