Home
last modified time | relevance | path

Searched refs:mpScrollBarBox (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/vcl/source/control/
H A Dilstbox.cxx2265 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()
/trunk/main/vcl/inc/
H A Dilstbox.hxx407 ScrollBarBox* mpScrollBarBox; member in ImplListBox
/trunk/main/sd/source/ui/view/
H A Dviewshel.cxx261 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()
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx136 mpScrollBarBox(rpScrollBarBox), in SlideSorter()
161 mpScrollBarBox(new ScrollBarBox(&rParentWindow)), in SlideSorter()
237 mpScrollBarBox.reset(); in ~SlideSorter()
282 return mpScrollBarBox; in GetScrollBarFiller()
H A DSlideSorterViewShell.cxx195 mpScrollBarBox); in Initialize()
/trunk/main/sd/source/ui/inc/
H A DViewShell.hxx490 ::boost::shared_ptr<ScrollBarBox> mpScrollBarBox;
H A DSlideSorter.hxx239 ::boost::shared_ptr<ScrollBarBox> mpScrollBarBox;
H A DDialogListBox.hxx37 ScrollBarBox* mpScrollBarBox; member in sd::DialogListBox
/trunk/main/sd/source/ui/animations/
H A DDialogListBox.cxx37 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()

Completed in 49 milliseconds