Searched refs:mpScrollBarBox (Results 1 – 9 of 9) sorted by relevance
37 mpScrollBarBox = new ScrollBarBox( this ); in DialogListBox()54 delete mpScrollBarBox; in ~DialogListBox()209 mpScrollBarBox->SetPosSizePixel( aBoxPos, Size( nSBWidth, nSBWidth ) ); in ImplResizeControls()210 mpScrollBarBox->Show(); in ImplResizeControls()214 mpScrollBarBox->Hide(); in ImplResizeControls()287 mpScrollBarBox->Enable( IsEnabled() ); in StateChanged()
261 mpScrollBarBox.reset(new ScrollBarBox(GetParentWindow(), WB_SIZEABLE)); in construct()262 mpScrollBarBox->Show(); in construct()1019 if (mpScrollBarBox.get() != NULL) in ArrangeGUIElements()1026 mpScrollBarBox->Show(); in ArrangeGUIElements()1027 mpScrollBarBox->SetPosSizePixel(Point(nRight, nBottom), maScrBarWH); in ArrangeGUIElements()1030 mpScrollBarBox->Hide(); in ArrangeGUIElements()1604 if (mpScrollBarBox.get() != NULL) in ShowUIControls()1605 mpScrollBarBox->Show(bVisible); in ShowUIControls()1628 if (mpScrollBarBox.get() != NULL) in RelocateToParentWindow()1629 mpScrollBarBox->SetParent(mpParentWindow); in RelocateToParentWindow()
137 mpScrollBarBox(rpScrollBarBox), in SlideSorter()162 mpScrollBarBox(new ScrollBarBox(&rParentWindow)), in SlideSorter()238 mpScrollBarBox.reset(); in ~SlideSorter()283 return mpScrollBarBox; in GetScrollBarFiller()
195 mpScrollBarBox); in Initialize()
2265 mpScrollBarBox = new ScrollBarBox( this ); in ImplListBox()2288 delete mpScrollBarBox; in ~ImplListBox()2567 mpScrollBarBox->SetPosSizePixel( aBoxPos, Size( nSBWidth, nSBWidth ) ); in ImplResizeControls()2568 mpScrollBarBox->Show(); in ImplResizeControls()2572 mpScrollBarBox->Hide(); in ImplResizeControls()2625 mpScrollBarBox->Enable( IsEnabled() ); in StateChanged()
37 ScrollBarBox* mpScrollBarBox; member in sd::DialogListBox
239 ::boost::shared_ptr<ScrollBarBox> mpScrollBarBox;
490 ::boost::shared_ptr<ScrollBarBox> mpScrollBarBox;
407 ScrollBarBox* mpScrollBarBox; member in ImplListBox
Completed in 84 milliseconds