Home
last modified time | relevance | path

Searched refs:mpVerticalScrollBar (Results 1 – 15 of 15) sorted by relevance

/AOO41X/main/sd/source/ui/slidesorter/controller/
H A DSlsScrollBarManager.cxx48 mpVerticalScrollBar(mrSlideSorter.GetVerticalScrollBar()), in ScrollBarManager()
67 mpVerticalScrollBar->Hide(); in ScrollBarManager()
94 if( bool(mpVerticalScrollBar)) in Connect() local
96 mpVerticalScrollBar->SetScrollHdl ( in Connect()
111 if( bool(mpVerticalScrollBar) ) in Disconnect() local
113 mpVerticalScrollBar->SetScrollHdl (Link()); in Disconnect()
148 if( bool(mpVerticalScrollBar) && mpVerticalScrollBar->IsVisible()) in PlaceScrollBars() local
184 const sal_Int32 nThumbPosition (mpVerticalScrollBar->GetThumbPos()); in PlaceVerticalScrollBar()
187 Size aScrollBarSize (mpVerticalScrollBar->GetSizePixel()); in PlaceVerticalScrollBar()
190 mpVerticalScrollBar->SetPosSizePixel(aPosition, aSize); in PlaceVerticalScrollBar()
[all …]
/AOO41X/main/sfx2/source/sidebar/
H A DDeck.cxx68 mpVerticalScrollBar(new ScrollBar(this)) in Deck()
79 mpVerticalScrollBar->SetScrollHdl(LINK(this, Deck, HandleVerticalScrollBarChange)); in Deck()
85 mpVerticalScrollBar->SetText(A2S("VerticalScrollBar")); in Deck()
125 mpVerticalScrollBar.reset(); in Dispose()
252 if ( ! mpVerticalScrollBar) in ProcessWheelEvent()
254 if ( ! mpVerticalScrollBar->IsVisible()) in ProcessWheelEvent()
260 if (rEvent.GetWindow() != mpVerticalScrollBar.get()) in ProcessWheelEvent()
274 mpVerticalScrollBar->DoScroll( in ProcessWheelEvent()
275 mpVerticalScrollBar->GetThumbPos() - nDelta); in ProcessWheelEvent()
309 *mpVerticalScrollBar); in RequestLayout()
[all …]
H A DDeck.hxx104 ::boost::scoped_ptr<ScrollBar> mpVerticalScrollBar;
/AOO41X/main/sd/source/ui/notes/
H A DEditWindow.cxx60 mpVerticalScrollBar(NULL), in EditWindow()
103 delete mpVerticalScrollBar; in ~EditWindow()
485 if (mpVerticalScrollBar == NULL) in CreateEditView()
486 mpVerticalScrollBar = new ScrollBar ( in CreateEditView()
493 mpVerticalScrollBar->SetScrollHdl(LINK(this, EditWindow, ScrollHdl)); in CreateEditView()
532 mpVerticalScrollBar->GetThumbPos()), in IMPL_LINK_INLINE_START()
546 if (mpVerticalScrollBar && mpHorizontalScrollBar && mpScrollBox) in IMPL_LINK_INLINE_END()
550 mpVerticalScrollBar->SetPosSizePixel( aPt, Size(nTmp, aOut.Height() - nTmp)); in IMPL_LINK_INLINE_END()
556 aPt.Y() = mpVerticalScrollBar->GetSizePixel().Height(); in IMPL_LINK_INLINE_END()
570 if (mpVerticalScrollBar != NULL) in SetScrollBarRanges()
[all …]
H A DEditWindow.hxx61 ScrollBar* mpVerticalScrollBar; member in sd::notes::EditWindow
/AOO41X/main/sd/source/ui/view/
H A Dviewshe2.cxx119 if (mpVerticalScrollBar.get() != NULL) in UpdateScrollBars()
129 mpVerticalScrollBar->SetRange(Range(0,256*nTotalPages)); in UpdateScrollBars()
130 mpVerticalScrollBar->SetVisibleSize(256); in UpdateScrollBars()
131 mpVerticalScrollBar->SetThumbPos(256*nCurPage); in UpdateScrollBars()
132 mpVerticalScrollBar->SetLineSize(256); in UpdateScrollBars()
133 mpVerticalScrollBar->SetPageSize(256); in UpdateScrollBars()
137 mpVerticalScrollBar->SetRange(Range(0,32000)); in UpdateScrollBars()
138 mpVerticalScrollBar->SetVisibleSize(nH); in UpdateScrollBars()
139 mpVerticalScrollBar->SetThumbPos(nY); in UpdateScrollBars()
143 mpVerticalScrollBar->SetLineSize(nLine); in UpdateScrollBars()
[all …]
H A Dviewshel.cxx253 mpVerticalScrollBar.reset (new ScrollBar(GetParentWindow(), WinBits(WB_VSCROLL | WB_DRAG))); in construct()
254 mpVerticalScrollBar->SetRange(Range(0, 32000)); in construct()
255 mpVerticalScrollBar->SetScrollHdl(LINK(this, ViewShell, VScrollHdl)); in construct()
256 mpVerticalScrollBar->Show(); in construct()
258 mpVerticalScrollBar->GetSizePixel().Width(), in construct()
772 mpVerticalScrollBar.get()) == sal_True; in HandleScrollCommand()
961 if (mpVerticalScrollBar.get()!=NULL in GetBorder()
962 && mpVerticalScrollBar->IsVisible()) in GetBorder()
1009 if (mpVerticalScrollBar.get()!=NULL in ArrangeGUIElements()
1010 && mpVerticalScrollBar->IsVisible()) in ArrangeGUIElements()
[all …]
H A Doutlnvsh.cxx1594 aResult.Width() += mpVerticalScrollBar->GetSizePixel().Width(); in GetOptimalSizePixel()
/AOO41X/main/sdext/source/presenter/
H A DPresenterSlideSorter.cxx145 ::rtl::Reference<PresenterScrollBar> mpVerticalScrollBar;
284 mpVerticalScrollBar(), in PresenterSlideSorter()
334 mpVerticalScrollBar = ::rtl::Reference<PresenterScrollBar>( in PresenterSlideSorter()
367 mpVerticalScrollBar)); in PresenterSlideSorter()
424 if (mpVerticalScrollBar.is()) in disposing()
427 static_cast<XWeak*>(mpVerticalScrollBar.get()), UNO_QUERY); in disposing()
428 mpVerticalScrollBar = NULL; in disposing()
860 if (mpVerticalScrollBar.get() != NULL) in PlaceScrollBars()
865 mpVerticalScrollBar->SetPosSize(geometry::RealRectangle2D( in PlaceScrollBars()
866 rUpperBox.X2 - mpVerticalScrollBar->GetSize(), in PlaceScrollBars()
[all …]
H A DPresenterSlideSorter.hxx184 ::rtl::Reference<PresenterScrollBar> mpVerticalScrollBar;
/AOO41X/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx136 mpVerticalScrollBar(rpVerticalScrollBar), in SlideSorter()
161 mpVerticalScrollBar(new ScrollBar(&rParentWindow,WinBits(WB_VSCROLL | WB_DRAG))), in SlideSorter()
237 mpVerticalScrollBar.reset(); in ~SlideSorter()
266 return mpVerticalScrollBar; in GetVerticalScrollBar()
H A DSlideSorterViewShell.cxx194 mpVerticalScrollBar, in Initialize()
/AOO41X/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsScrollBarManager.hxx200 ::boost::shared_ptr<ScrollBar> mpVerticalScrollBar;
/AOO41X/main/sd/source/ui/inc/
H A DSlideSorter.hxx238 ::boost::shared_ptr<ScrollBar> mpVerticalScrollBar;
H A DViewShell.hxx484 ::boost::shared_ptr<ScrollBar> mpVerticalScrollBar;