Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dhintwin.cxx68 Size aLineSize( GetTextWidth( aLine ), GetTextHeight() ); in ScHintWindow() local
69 nTextHeight = aLineSize.Height(); in ScHintWindow()
71 if ( aLineSize.Width() > aTextSize.Width() ) in ScHintWindow()
72 aTextSize.Width() = aLineSize.Width(); in ScHintWindow()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_ChartType.cxx557 Size aLineSize( m_aFL_DialogButtons.GetSizePixel() ); in adjustSize() local
558 aLineSize.Width() = aDlgSize.Width(); in adjustSize()
559 m_aFL_DialogButtons.SetSizePixel(aLineSize); in adjustSize()

Completed in 23 milliseconds