Home
last modified time | relevance | path

Searched refs:m_aCondScroll (Results 1 – 2 of 2) sorted by relevance

/trunk/main/reportdesign/source/ui/dlg/
H A DCondFormat.cxx106 ,m_aCondScroll( this, ModuleRes( SB_ALL_CONDITIONS ) ) in DBG_NAME()
116 m_aCondScroll.SetScrollHdl( LINK( this, ConditionalFormattingDialog, OnScroll ) ); in DBG_NAME()
356 m_aCondScroll.SetPosSizePixel( 0, 0, 0, aPos.Y(), WINDOW_POSSIZE_HEIGHT ); in impl_layoutAll()
359 m_aCondScroll.SetThumbPos( 0 ); in impl_layoutAll()
564 return (size_t)m_aCondScroll.GetThumbPos(); in impl_getFirstVisibleConditionIndex()
593 m_aCondScroll.SetRangeMin( 0 ); in impl_updateScrollBarRange()
594 m_aCondScroll.SetRangeMax( nMax ); in impl_updateScrollBarRange()
595 m_aCondScroll.SetVisibleSize( 1 ); in impl_updateScrollBarRange()
603 m_aCondScroll.SetThumbPos( _nTopCondIndex ); in impl_scrollTo()
604 OnScroll( &m_aCondScroll ); in impl_scrollTo()
/trunk/main/reportdesign/source/ui/inc/
H A DCondFormat.hxx84 ScrollBar m_aCondScroll; member in rptui::ConditionalFormattingDialog

Completed in 30 milliseconds