Home
last modified time | relevance | path

Searched refs:_pViewShell (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sw/source/core/layout/
H A Dpaintfrm.cxx5295 ViewShell* _pViewShell ) const in PaintMarginArea()
5297 if ( _pViewShell->GetWin() && in PaintMarginArea()
5298 !_pViewShell->GetViewOptions()->getBrowseMode() ) in PaintMarginArea()
5313 OutputDevice *pOut = _pViewShell->GetOut(); in PaintMarginArea()
5352 ViewShell* _pViewShell, in GetBorderRect() argument
5357 ::SwAlignRect( aAlignedPageRect, _pViewShell ); in GetBorderRect()
5359 _pViewShell->GetOut()->LogicToPixel( aAlignedPageRect.SVRect() ); in GetBorderRect()
5366 AddSidebarBorders(aBorderPxRect,_pViewShell, bRightSidebar, true); in GetBorderRect()
5369 SwRect( _pViewShell->GetOut()->PixelToLogic( aBorderPxRect ) ); in GetBorderRect()
5379 ViewShell* _pViewShell, in GetRightShadowRect() argument
[all …]
/AOO41X/main/sw/source/core/inc/
H A Dpagefrm.hxx118 ViewShell* _pViewShell,
142 ViewShell* _pViewShell,
167 ViewShell* _pViewShell,
186 …static void AddSidebarBorders( Rectangle& aRect, ViewShell* _pViewShell, bool bRight, bool bPx = f…
187 …static void AddSidebarBorders( SwRect& aRect, ViewShell* _pViewShell, bool bRight, bool bPx …
340 ViewShell* _pViewShell ) const;
359 ViewShell* _pViewShell,
383 ViewShell* _pViewShell,
387 …static void PaintNotesSidebar(const SwRect& _rPageRect, ViewShell* _pViewShell, sal_uInt16 nPageNu…
388 …rows(const Point &aMiddleFirst, const Point &aMiddleSecond, ViewShell* _pViewShell, const Color aC…
/AOO41X/main/sc/source/ui/unoobj/
H A Dviewuno.cxx322 …bool lcl_prepareFormShellCall( ScTabViewShell* _pViewShell, sal_uInt16 _nPane, FmFormShell*& _rpFo… in lcl_prepareFormShellCall() argument
324 if ( !_pViewShell ) in lcl_prepareFormShellCall()
327 ScViewData* pViewData = _pViewShell->GetViewData(); in lcl_prepareFormShellCall()
331 _rpWindow = _pViewShell->GetWindowByPos( eWhich ); in lcl_prepareFormShellCall()
332 _rpSdrView = _pViewShell->GetSdrView(); in lcl_prepareFormShellCall()
333 _rpFormShell = _pViewShell->GetFormShell(); in lcl_prepareFormShellCall()