Searched refs:mpContentWindow (Results 1 – 12 of 12) sorted by relevance
108 long nW = (long)(mpContentWindow->GetVisibleWidth() * 32000); in UpdateScrollBars()109 long nX = (long)(mpContentWindow->GetVisibleX() * 32000); in UpdateScrollBars()113 long nLine = (long) (mpContentWindow->GetScrlLineWidth() * nW); in UpdateScrollBars()114 long nPage = (long) (mpContentWindow->GetScrlPageWidth() * nW); in UpdateScrollBars()121 long nH = (long)(mpContentWindow->GetVisibleHeight() * 32000); in UpdateScrollBars()122 long nY = (long)(mpContentWindow->GetVisibleY() * 32000); in UpdateScrollBars()141 long nLine = (long) (mpContentWindow->GetScrlLineHeight() * nH); in UpdateScrollBars()142 long nPage = (long) (mpContentWindow->GetScrlPageHeight() * nH); in UpdateScrollBars()191 mpContentWindow->SetVisibleXY(fX, -1); in IMPL_LINK_INLINE_END()259 mpContentWindow->SetVisibleXY(-1, fY); in IMPL_LINK_INLINE_END()[all …]
143 return this->ISA(DrawViewShell) && mpContentWindow.get() != NULL && in IsPageFlipMode()144 mpContentWindow->GetVisibleHeight() >= 1.0; in IsPageFlipMode()182 if (mpContentWindow) in ~ViewShell()183 mpContentWindow->SetViewShell(NULL); in ~ViewShell()193 if (mpContentWindow) in ~ViewShell()195 OSL_TRACE("destroying mpContentWindow at %x with parent %x", mpContentWindow.get(), in ~ViewShell()196 mpContentWindow->GetParent()); in ~ViewShell()197 mpContentWindow.reset(); in ~ViewShell()229 mpContentWindow.reset(new ::sd::Window(GetParentWindow())); in construct()230 SetActiveWindow (mpContentWindow.get()); in construct()[all …]
359 if (mpContentWindow.get() != NULL) in MouseMove()362 mpContentWindow->GetOutputSizePixel()); in MouseMove()364 Point aPos = mpContentWindow->GetPointerPosPixel(); in MouseMove()
307 ::sd::Window* pWindow = mpContentWindow.get(); in ArrangeGUIElements()1156 Window* pWin = mpContentWindow.get(); in VirtHScrollHdl()1186 Window* pWin = mpContentWindow.get(); in VirtVScrollHdl()1231 ::sd::Window* pWindow = mpContentWindow.get(); in SetZoom()1256 ::sd::Window* pWindow = mpContentWindow.get(); in SetZoomRect()
133 mpContentWindow(rpContentWindow), in SlideSorter()158 mpContentWindow(new ContentWindow(rParentWindow,*this )), in SlideSorter()178 if (mpContentWindow) in Init()181 mpContentWindow->GetSettings().GetStyleSettings().GetWindowColor()); in Init()183 mpContentWindow->GetSettings().GetStyleSettings().GetWindowTextColor()); in Init()185 mpContentWindow->GetSettings().GetStyleSettings().GetMenuHighlightColor()); in Init()187 mpContentWindow->GetSettings().GetStyleSettings().GetMenuHighlightColor()); in Init()242 OSL_ASSERT(mpContentWindow.unique()); in ~SlideSorter()248 OSL_ASSERT(mpContentWindow.use_count()==2); in ~SlideSorter()250 mpContentWindow.reset(); in ~SlideSorter()[all …]
192 mpContentWindow, in Initialize()224 if (mpContentWindow.get() != NULL) in Init()225 mpContentWindow->SetViewShell(this); in Init()
126 mpContentWindow(pContentWindow) in AccessibleSlideSorterView()239 if (mpContentWindow != NULL) in getAccessibleParent()241 ::Window* pParent = mpContentWindow->GetAccessibleParentWindow(); in getAccessibleParent()336 if (mpContentWindow!=NULL) in getAccessibleStateSet()338 if (mpContentWindow->IsVisible()) in getAccessibleStateSet()340 if (mpContentWindow->IsReallyVisible()) in getAccessibleStateSet()468 if (mpContentWindow != NULL) in getBounds()470 const Point aPosition (mpContentWindow->GetPosPixel()); in getBounds()471 const Size aSize (mpContentWindow->GetOutputSizePixel()); in getBounds()491 if (mpContentWindow != NULL) in getLocation()[all …]
58 mpContentWindow(mrSlideSorter.GetContentWindow()), in ScrollBarManager()239 const long nWidth (mpContentWindow->PixelToLogic( in UpdateScrollBars()240 mpContentWindow->GetSizePixel()).Width()); in UpdateScrollBars()268 const long nHeight (mpContentWindow->PixelToLogic( in UpdateScrollBars()269 mpContentWindow->GetSizePixel()).Height()); in UpdateScrollBars()442 Size aWindowModelSize = mpContentWindow->PixelToLogic(aBrowserSize); in TestScrollBarVisibilities()
229 SharedSdWindow mpContentWindow; member in sd::slidesorter::controller::ScrollBarManager
235 SharedSdWindow mpContentWindow; member in sd::slidesorter::SlideSorter
301 ::Window* mpContentWindow;
479 ::boost::shared_ptr<sd::Window> mpContentWindow;