Home
last modified time | relevance | path

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

/trunk/main/starmath/source/
H A Dview.cxx903 Size TextSize; in GetTextSize() local
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()
955 return TextSize; in GetTextSize()
H A Ddialog.cxx256 Size TextSize(GetTextWidth(Text), GetTextHeight()); in Paint() local
258 DrawText(Point((GetOutputSize().Width() - TextSize.Width()) / 2, in Paint()
259 (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 >>()

Completed in 49 milliseconds