Home
last modified time | relevance | path

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

/aoo4110/main/starmath/source/
H A Dview.cxx900 Size TextSize; in GetTextSize() local
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()
952 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()
/aoo4110/main/svtools/source/inc/
H A Dsgvmain.hxx235 #define TextSize 116 macro
/aoo4110/main/svtools/source/filter/
H A Dsgvmain.cxx272 rInp.Read((char*)&rText.Last,TextSize); in operator >>()

Completed in 43 milliseconds