Home
last modified time | relevance | path

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

/trunk/main/starmath/source/
H A Dview.cxx898 Size TextSize; in GetTextSize() local
934 TextSize.Height() += aSize.Height(); in GetTextSize()
935 TextSize.Width() = Max(TextSize.Width(), Min(aSize.Width(), MaxWidth)); in GetTextSize()
945 TextSize.Height() += aSize.Height(); in GetTextSize()
946 TextSize.Width() = Max(TextSize.Width(), aSize.Width()); in GetTextSize()
950 return TextSize; in GetTextSize()
H A Ddialog.cxx234 Size TextSize(GetTextWidth(Text), GetTextHeight()); in Paint() local
236 DrawText(Point((GetOutputSize().Width() - TextSize.Width()) / 2, in Paint()
237 (GetOutputSize().Height() - TextSize.Height()) / 2), Text); in Paint()
/trunk/main/svtools/source/inc/
H A Dsgvmain.hxx235 #define TextSize 116 macro
/trunk/main/svtools/source/filter/
H A Dsgvmain.cxx272 rInp.Read((char*)&rText.Last,TextSize); in operator >>()