Home
last modified time | relevance | path

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

/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas921 Dim textSize As Long variable
930 textSize = 10
933 textSize = CLEGEND_FONT_SIZE
943 SetupPAWResultsSpreadsheet logWb, fontName, textSize
949 SetupDAWResultsSpreadsheet logWb, fontName, textSize
2286 textSize As Long, fontName As String)
2318 .Size = textSize
2324 .Size = textSize
2336 " textSize: " & textSize & _
/trunk/main/vcl/source/control/
H A Dbutton.cxx1854 …Size textSize = GetTextRect( Rectangle( Point(), Size( nMaxWidth ? nMaxWidth : 0x7fffffff, 0x7ffff… in CalcMinimumSize() local
1856 aSize.Width() += int( textSize.Width () * 1.15 ); in CalcMinimumSize()
1857 aSize.Height() = std::max( aSize.Height(), long( textSize.Height() * 1.15 ) ); in CalcMinimumSize()

Completed in 42 milliseconds