Home
last modified time | relevance | path

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

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Dviewshe2.cxx154 mpContentWindow->SetVisibleXY(fX, -1); in VirtHScrollHdl()
327 if (mpContentWindow) in SetZoom()
353 if (mpContentWindow) in GetZoom()
355 return mpContentWindow->GetZoom(); in GetZoom()
379 if (mpContentWindow) in SetZoomRect()
413 if (mpContentWindow) in InitWindows()
442 if (mpContentWindow) in InvalidateWindows()
443 mpContentWindow->Invalidate(); in InvalidateWindows()
451 if (mpContentWindow) in DrawMarkRect()
919 if (mpContentWindow) in SetWinViewPos()
[all …]
H A Dviewshel.cxx145 if (mpContentWindow) in ~ViewShell()
156 if (mpContentWindow) in ~ViewShell()
202 mpContentWindow->SetViewShell(this); in construct()
203 mpContentWindow->SetPosSizePixel( in construct()
242 mpContentWindow->Show(); in doShow()
1014 if (mpContentWindow) in ArrangeGUIElements()
1026 if (mpContentWindow) in ArrangeGUIElements()
1520 if (mpContentWindow) in ShowUIControls()
1530 if (mpContentWindow) in RelocateToParentWindow()
1554 if (mpContentWindow) in SwitchActiveViewFireFocus()
[all …]
H A Ddrviews4.cxx363 if (mpContentWindow) in MouseMove()
366 mpContentWindow->GetOutputSizePixel()); in MouseMove()
368 Point aPos = mpContentWindow->GetPointerPosPixel(); in MouseMove()
H A Doutlnvsh.cxx252 ::sd::Window* pWindow = mpContentWindow.get(); in ArrangeGUIElements()
1060 Window* pWin = mpContentWindow.get(); in VirtHScrollHdl()
1081 Window* pWin = mpContentWindow.get(); in VirtVScrollHdl()
1117 ::sd::Window* pWindow = mpContentWindow.get(); in SetZoom()
1138 ::sd::Window* pWindow = mpContentWindow.get(); in SetZoomRect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Dviewshe2.cxx153 mpContentWindow->SetVisibleXY(fX, -1); in VirtHScrollHdl()
326 if (mpContentWindow.get() != nullptr) in SetZoom()
352 if (mpContentWindow) in GetZoom()
354 return mpContentWindow->GetZoom(); in GetZoom()
378 if (mpContentWindow.get() != nullptr) in SetZoomRect()
412 if (mpContentWindow.get() != nullptr) in InitWindows()
421 mpContentWindow->Invalidate(); in InitWindows()
441 if (mpContentWindow.get() != nullptr) in InvalidateWindows()
442 mpContentWindow->Invalidate(); in InvalidateWindows()
450 if (mpContentWindow.get() != nullptr) in DrawMarkRect()
[all …]
H A Dviewshel.cxx145 if (mpContentWindow) in ~ViewShell()
156 if (mpContentWindow) in ~ViewShell()
162 mpContentWindow.disposeAndClear(); in ~ViewShell()
197 SetActiveWindow (mpContentWindow.get()); in construct()
202 mpContentWindow->SetViewShell(this); in construct()
203 mpContentWindow->SetPosSizePixel( in construct()
242 mpContentWindow->Show(); in doShow()
1010 if (mpContentWindow) in ArrangeGUIElements()
1022 if (mpContentWindow.get() != nullptr) in ArrangeGUIElements()
1546 if (mpContentWindow) in SwitchActiveViewFireFocus()
[all …]
H A Ddrviews4.cxx326 if (mpContentWindow.get() != nullptr) in MouseMove()
329 mpContentWindow->GetOutputSizePixel()); in MouseMove()
331 Point aPos = mpContentWindow->GetPointerPosPixel(); in MouseMove()
H A Doutlnvsh.cxx250 ::sd::Window* pWindow = mpContentWindow.get(); in ArrangeGUIElements()
1058 Window* pWin = mpContentWindow.get(); in VirtHScrollHdl()
1079 Window* pWin = mpContentWindow.get(); in VirtVScrollHdl()
1115 ::sd::Window* pWindow = mpContentWindow.get(); in SetZoom()
1136 ::sd::Window* pWindow = mpContentWindow.get(); in SetZoomRect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx115 mpContentWindow(pContentWindow), in SlideSorter()
134 mpContentWindow(VclPtr<ContentWindow>::Create(rParentWindow,*this )), in SlideSorter()
149 if (mpContentWindow) in Init()
152 mpContentWindow->GetSettings().GetStyleSettings().GetWindowColor()); in Init()
154 mpContentWindow->GetSettings().GetStyleSettings().GetWindowTextColor()); in Init()
156 mpContentWindow->GetSettings().GetStyleSettings().GetMenuHighlightColor()); in Init()
158 mpContentWindow->GetSettings().GetStyleSettings().GetMenuHighlightColor()); in Init()
367 if (mpContentWindow) in RelocateToWindow()
369 mpContentWindow->Hide(); in RelocateToWindow()
370 mpContentWindow->Show(); in RelocateToWindow()
H A DSlideSorterViewShell.cxx174 mpContentWindow, in Initialize()
208 if (mpContentWindow) in Init()
209 mpContentWindow->SetViewShell(this); in Init()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx115 mpContentWindow(pContentWindow), in SlideSorter()
134 mpContentWindow(VclPtr<ContentWindow>::Create(rParentWindow,*this )), in SlideSorter()
149 if (mpContentWindow) in Init()
152 mpContentWindow->GetSettings().GetStyleSettings().GetWindowColor()); in Init()
154 mpContentWindow->GetSettings().GetStyleSettings().GetWindowTextColor()); in Init()
156 mpContentWindow->GetSettings().GetStyleSettings().GetMenuHighlightColor()); in Init()
158 mpContentWindow->GetSettings().GetStyleSettings().GetMenuHighlightColor()); in Init()
367 if (mpContentWindow.get() !=nullptr) in RelocateToWindow()
369 mpContentWindow->Hide(); in RelocateToWindow()
370 mpContentWindow->Show(); in RelocateToWindow()
H A DSlideSorterViewShell.cxx151 mpContentWindow, in Initialize()
185 if (mpContentWindow.get() != nullptr) in Init()
186 mpContentWindow->SetViewShell(this); in Init()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/accessibility/
H A DAccessibleSlideSorterView.cxx120 mpContentWindow(pContentWindow) in AccessibleSlideSorterView()
222 if (mpContentWindow != nullptr) in getAccessibleParent()
296 if (mpContentWindow!=nullptr) in getAccessibleStateSet()
298 if (mpContentWindow->IsVisible()) in getAccessibleStateSet()
300 if (mpContentWindow->IsReallyVisible()) in getAccessibleStateSet()
403 if (mpContentWindow != nullptr) in getBounds()
405 const Point aPosition (mpContentWindow->GetPosPixel()); in getBounds()
422 if (mpContentWindow != nullptr) in getLocation()
462 if (mpContentWindow != nullptr) in getSize()
477 if (mpContentWindow) in grabFocus()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/accessibility/
H A DAccessibleSlideSorterView.cxx119 mpContentWindow(pContentWindow) in AccessibleSlideSorterView()
221 if (mpContentWindow != nullptr) in getAccessibleParent()
295 if (mpContentWindow!=nullptr) in getAccessibleStateSet()
297 if (mpContentWindow->IsVisible()) in getAccessibleStateSet()
299 if (mpContentWindow->IsReallyVisible()) in getAccessibleStateSet()
402 if (mpContentWindow != nullptr) in getBounds()
404 const Point aPosition (mpContentWindow->GetPosPixel()); in getBounds()
421 if (mpContentWindow != nullptr) in getLocation()
461 if (mpContentWindow != nullptr) in getSize()
476 if (mpContentWindow) in grabFocus()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/controller/
H A DSlsScrollBarManager.cxx52 mpContentWindow(mrSlideSorter.GetContentWindow()), in ScrollBarManager()
196 const ::tools::Long nWidth (mpContentWindow->PixelToLogic( in UpdateScrollBars()
197 mpContentWindow->GetSizePixel()).Width()); in UpdateScrollBars()
219 const ::tools::Long nHeight (mpContentWindow->PixelToLogic( in UpdateScrollBars()
220 mpContentWindow->GetSizePixel()).Height()); in UpdateScrollBars()
375 Size aWindowModelSize = mpContentWindow->PixelToLogic(aBrowserSize); in TestScrollBarVisibilities()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/controller/
H A DSlsScrollBarManager.cxx51 mpContentWindow(mrSlideSorter.GetContentWindow()), in ScrollBarManager()
195 const long nWidth (mpContentWindow->PixelToLogic( in UpdateScrollBars()
196 mpContentWindow->GetSizePixel()).Width()); in UpdateScrollBars()
218 const long nHeight (mpContentWindow->PixelToLogic( in UpdateScrollBars()
219 mpContentWindow->GetSizePixel()).Height()); in UpdateScrollBars()
374 Size aWindowModelSize = mpContentWindow->PixelToLogic(aBrowserSize); in TestScrollBarVisibilities()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A DSlideSorter.hxx130 const VclPtr<sd::Window>& GetContentWindow() const { return mpContentWindow;} in GetContentWindow()
206 VclPtr<sd::Window> mpContentWindow; member in sd::slidesorter::SlideSorter
H A DAccessibleSlideSorterView.hxx241 VclPtr<vcl::Window> mpContentWindow; member in accessibility::AccessibleSlideSorterView
H A DViewShell.hxx432 VclPtr<sd::Window> mpContentWindow; member in sd::ViewShell
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A DSlideSorter.hxx133 const VclPtr<sd::Window>& GetContentWindow() const { return mpContentWindow;} in GetContentWindow()
209 VclPtr<sd::Window> mpContentWindow; member in sd::slidesorter::SlideSorter
H A DAccessibleSlideSorterView.hxx244 VclPtr<vcl::Window> mpContentWindow; member in accessibility::AccessibleSlideSorterView
H A DViewShell.hxx433 VclPtr<sd::Window> mpContentWindow; member in sd::ViewShell
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/inc/controller/
H A DSlsScrollBarManager.hxx198 VclPtr<sd::Window> mpContentWindow; member in sd::slidesorter::controller::ScrollBarManager
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/inc/controller/
H A DSlsScrollBarManager.hxx199 VclPtr<sd::Window> mpContentWindow; member in sd::slidesorter::controller::ScrollBarManager
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog1808621 …tart-up performance. 2006/09/21 09:09:40 af 1.9.200.2: #i68075# Made mpContentWindow and mpTitleTo…
1942783 …g ArrangeGUIElements() with mbArrangeActive member. Setting size of mpContentWindow. 2006/01/20 1…
2074912 …05/18 11:40:40 af 1.1.2.2: #i48703# Renamed member mpParentWindow to mpContentWindow. 2005/05/04 1…

12