Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx2332 m_aVertScroll.EnableDrag(); in CustomPropertiesControl()
2333 m_aVertScroll.Show(); in CustomPropertiesControl()
2349 m_aPropertiesWin.InitControls( &m_aHeaderBar, &m_aVertScroll ); in CustomPropertiesControl()
2352 m_aVertScroll.SetRangeMin( 0 ); in CustomPropertiesControl()
2355 m_aVertScroll.SetRangeMax( nVisibleEntries ); in CustomPropertiesControl()
2356 m_aVertScroll.SetPageSize( nVisibleEntries - 1 ); in CustomPropertiesControl()
2357 m_aVertScroll.SetVisibleSize( nVisibleEntries ); in CustomPropertiesControl()
2361 aPos = m_aVertScroll.GetPosPixel(); in CustomPropertiesControl()
2362 aSize = m_aVertScroll.GetSizePixel(); in CustomPropertiesControl()
2365 m_aVertScroll.SetScrollHdl( aScrollLink ); in CustomPropertiesControl()
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Ddinfdlg.hxx520 ScrollBar m_aVertScroll; member in CustomPropertiesControl

Completed in 23 milliseconds