Home
last modified time | relevance | path

Searched refs:mpContentWindow (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sd/source/ui/view/
H A Dviewshe2.cxx394 if (mpContentWindow.get() != NULL) in SetZoom()
439 if (mpContentWindow.get() != NULL) in SetZoomRect()
446 mpContentWindow->UpdateMapOrigin(); in SetZoomRect()
474 if (mpContentWindow.get() != NULL) in InitWindows()
483 mpContentWindow->Invalidate(); in InitWindows()
506 if (mpContentWindow.get() != NULL) in InvalidateWindows()
507 mpContentWindow->Invalidate(); in InvalidateWindows()
520 if (mpContentWindow.get() != NULL) in DrawMarkRect()
1150 if (mpContentWindow.get() != NULL) in SetWinViewPos()
1182 return mpContentWindow->GetWinViewPos(); in GetWinViewPos()
[all …]
H A Dviewshel.cxx182 if (mpContentWindow) in ~ViewShell()
193 if (mpContentWindow) in ~ViewShell()
197 mpContentWindow.reset(); in ~ViewShell()
235 mpContentWindow->SetViewShell(this); in construct()
236 mpContentWindow->SetPosSizePixel( in construct()
238 mpContentWindow->Show(); in construct()
1066 if (mpContentWindow) in ArrangeGUIElements()
1078 if (mpContentWindow.get() != NULL) in ArrangeGUIElements()
1607 if (mpContentWindow.get() != NULL) in ShowUIControls()
1621 if (mpContentWindow.get() != NULL) in RelocateToParentWindow()
[all …]
H A Doutlnvsh.cxx307 ::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()
H A Ddrviews4.cxx365 if (mpContentWindow.get() != NULL) in MouseMove()
368 mpContentWindow->GetOutputSizePixel()); in MouseMove()
370 Point aPos = mpContentWindow->GetPointerPosPixel(); in MouseMove()
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx132 mpContentWindow(rpContentWindow), in SlideSorter()
157 mpContentWindow(new ContentWindow(rParentWindow,*this )), in SlideSorter()
177 if (mpContentWindow) in Init()
180 mpContentWindow->GetSettings().GetStyleSettings().GetWindowColor()); in Init()
241 OSL_ASSERT(mpContentWindow.unique()); in ~SlideSorter()
247 OSL_ASSERT(mpContentWindow.use_count()==2); in ~SlideSorter()
249 mpContentWindow.reset(); in ~SlideSorter()
336 return mpContentWindow; in GetContentWindow()
547 if (mpContentWindow.get() !=NULL) in RelocateToWindow()
549 mpContentWindow->Hide(); in RelocateToWindow()
[all …]
H A DSlideSorterViewShell.cxx192 mpContentWindow, in Initialize()
224 if (mpContentWindow.get() != NULL) in Init()
225 mpContentWindow->SetViewShell(this); in Init()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleSlideSorterView.cxx126 mpContentWindow(pContentWindow) in AccessibleSlideSorterView()
239 if (mpContentWindow != NULL) 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()
491 if (mpContentWindow != NULL) in getLocation()
539 if (mpContentWindow != NULL) in getSize()
558 if (mpContentWindow) in grabFocus()
[all …]
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsScrollBarManager.cxx58 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()
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsScrollBarManager.hxx229 SharedSdWindow mpContentWindow; member in sd::slidesorter::controller::ScrollBarManager
/trunk/main/sd/source/ui/inc/
H A DSlideSorter.hxx235 SharedSdWindow mpContentWindow; member in sd::slidesorter::SlideSorter
H A DAccessibleSlideSorterView.hxx301 ::Window* mpContentWindow;
H A DViewShell.hxx479 ::boost::shared_ptr<sd::Window> mpContentWindow;

Completed in 75 milliseconds