Home
last modified time | relevance | path

Searched refs:m_pScrollBar (Results 1 – 3 of 3) sorted by relevance

/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx209 m_pScrollBar( NULL ), in ExtensionBox_Impl()
214 m_pScrollBar = new ScrollBar( this, WB_VERT ); in ExtensionBox_Impl()
215 m_pScrollBar->SetScrollHdl( LINK( this, ExtensionBox_Impl, ScrollHdl ) ); in ExtensionBox_Impl()
216 m_pScrollBar->EnableDrag(); in ExtensionBox_Impl()
271 delete m_pScrollBar; in ~ExtensionBox_Impl()
391 aSize.Width() -= m_pScrollBar->GetSizePixel().Width(); in CalcActiveHeight()
428 aSize.Width() -= m_pScrollBar->GetSizePixel().Width(); in GetEntryRect()
715 m_pScrollBar->SetThumbPos( m_nTopIndex ); in RecalcAll()
786 aSize.Width() -= m_pScrollBar->GetSizePixel().Width(); in Paint()
826 m_pScrollBar->SetPosSizePixel( Point( aSize.Width() - nScrBarSize, 0 ), in SetupScrollBar()
[all …]
H A Ddp_gui_extlistbox.hxx145 ScrollBar *m_pScrollBar; member in dp_gui::ExtensionBox_Impl
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx147 QScrollBar *m_pScrollBar; member in WidgetPainter
383 m_pScrollBar( NULL ), in WidgetPainter()
412 delete m_pScrollBar, m_pScrollBar = NULL; in ~WidgetPainter()
998 if ( !m_pScrollBar ) in scrollBar()
1000 m_pScrollBar = new QScrollBar( NULL, "scroll_bar" ); in scrollBar()
1001 m_pScrollBar->setTracking( false ); in scrollBar()
1002 m_pScrollBar->setLineStep( 1 ); in scrollBar()
1007 m_pScrollBar->move( qRect.topLeft() ); in scrollBar()
1008 m_pScrollBar->resize( qRect.size() ); in scrollBar()
1009 m_pScrollBar->setOrientation( bHorizontal? Qt::Horizontal: Qt::Vertical ); in scrollBar()
[all …]