Searched refs:aLineSize (Results 1 – 2 of 2) sorted by relevance
68 Size aLineSize( GetTextWidth( aLine ), GetTextHeight() ); in ScHintWindow() local69 nTextHeight = aLineSize.Height(); in ScHintWindow()71 if ( aLineSize.Width() > aTextSize.Width() ) in ScHintWindow()72 aTextSize.Width() = aLineSize.Width(); in ScHintWindow()
557 Size aLineSize( m_aFL_DialogButtons.GetSizePixel() ); in adjustSize() local558 aLineSize.Width() = aDlgSize.Width(); in adjustSize()559 m_aFL_DialogButtons.SetSizePixel(aLineSize); in adjustSize()
Completed in 26 milliseconds