Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dwindow.cxx349 long nSymHeight = nTextHeight*4; in ImplInitAppFontData() local
354 if ( nSymHeight > nTextWidth ) in ImplInitAppFontData()
355 nTextWidth = nSymHeight; in ImplInitAppFontData()
356 else if ( nSymHeight+5 > nTextWidth ) in ImplInitAppFontData()
357 nTextWidth = nSymHeight+5; in ImplInitAppFontData()

Completed in 104 milliseconds