Lines Matching refs:m_aHelpText
49 ,m_aHelpText( this, WB_LEFT | WB_READONLY | WB_AUTOVSCROLL ) in InspectorHelpWindow()
59 m_aHelpText.SetControlBackground( /*m_aSeparator.GetBackground().GetColor() */); in InspectorHelpWindow()
60 m_aHelpText.SetBackground(); in InspectorHelpWindow()
61 m_aHelpText.SetPaintTransparent(sal_True); in InspectorHelpWindow()
62 m_aHelpText.Show(); in InspectorHelpWindow()
68 m_aHelpText.SetText( _rStr ); in SetText()
82 m_aHelpText.GetBorder( nDummy, nTop, nDummy, nBottom ); in impl_getHelpTextBorderHeight()
103 return impl_getHelpTextBorderHeight() + m_aHelpText.GetTextHeight() * m_nMinLines; in impl_getMinimalTextWindowHeight()
109 return impl_getHelpTextBorderHeight() + m_aHelpText.GetTextHeight() * m_nMaxLines; in impl_getMaximalTextWindowHeight()
119 Rectangle aTextRect( Point( 0, 0 ), m_aHelpText.GetOutputSizePixel() ); in GetOptimalHeightPixel()
120 aTextRect = m_aHelpText.GetTextRect( aTextRect, m_aHelpText.GetText(), in GetOptimalHeightPixel()
143 m_aHelpText.SetPosSizePixel( aTextArea.TopLeft(), aTextArea.GetSize() ); in Resize()