Searched refs:m_aPropertiesWin (Results 1 – 2 of 2) sorted by relevance
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()[all …]
519 CustomPropertiesWindow m_aPropertiesWin; member in CustomPropertiesControl536 inline bool AreAllLinesValid() const { return m_aPropertiesWin.AreAllLinesValid(); } in AreAllLinesValid()537 inline void ClearAllLines() { m_aPropertiesWin.ClearAllLines(); } in ClearAllLines()539 { return m_aPropertiesWin.DoesCustomPropertyExist( rName ); } in DoesCustomPropertyExist()542 { return m_aPropertiesWin.GetCustomProperties(); } in GetCustomProperties()