Lines Matching refs:m_pBox
252 m_pBox( NULL ) in FontHeightToolBoxControl()
323 delete m_pBox; in dispose()
324 m_pBox = 0; in dispose()
332 if ( m_pBox ) in statusChanged()
339 m_pBox->Enable(); in statusChanged()
342 m_pBox->statusChanged_Impl( long( 10. * aFontHeight.Height ), false ); in statusChanged()
344 m_pBox->statusChanged_Impl( long( -1 ), true ); in statusChanged()
347 m_pBox->Disable(); in statusChanged()
352 m_pBox->UpdateFont( m_aCurrentFont ); in statusChanged()
390 m_pBox = new SvxFontSizeBox_Impl( in createItemWindow()
395 xItemWindow = VCLUnoHelper::GetInterface( m_pBox ); in createItemWindow()