Lines Matching refs:m_aPropertiesWin
2324 m_aPropertiesWin( this, ResId( WIN_PROPERTIES, *rResId.GetResMgr() ) ), in CustomPropertiesControl()
2331 m_aPropertiesWin.SetBackground( Wallpaper( GetSettings().GetStyleSettings().GetFieldColor() ) ); in CustomPropertiesControl()
2349 m_aPropertiesWin.InitControls( &m_aHeaderBar, &m_aVertScroll ); in CustomPropertiesControl()
2350 m_aPropertiesWin.SetRemovedHdl( LINK( this, CustomPropertiesControl, RemovedHdl ) ); in CustomPropertiesControl()
2353 sal_Int32 nScrollOffset = m_aPropertiesWin.GetLineHeight(); in CustomPropertiesControl()
2354 sal_Int32 nVisibleEntries = m_aPropertiesWin.GetSizePixel().Height() / nScrollOffset; in CustomPropertiesControl()
2379 sal_Int32 nOffset = m_aPropertiesWin.GetLineHeight(); in IMPL_LINK()
2382 m_aPropertiesWin.DoScroll( nOffset ); in IMPL_LINK()
2388 m_aVertScroll.SetRangeMax( m_aPropertiesWin.GetVisibleLineCount() + 1 ); in IMPL_LINK()
2389 …if ( m_aPropertiesWin.GetOutputSizePixel().Height() < m_aPropertiesWin.GetVisibleLineCount() * m_a… in IMPL_LINK()
2396 m_aPropertiesWin.AddLine( sName, rAny ); in AddLine()
2397 m_aVertScroll.SetRangeMax( m_aPropertiesWin.GetVisibleLineCount() + 1 ); in AddLine()
2398 …if ( bInteractive && m_aPropertiesWin.GetOutputSizePixel().Height() < m_aPropertiesWin.GetVisibleL… in AddLine()
2399 m_aVertScroll.DoScroll( m_aPropertiesWin.GetVisibleLineCount() + 1 ); in AddLine()