Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx5408 ViewShell* _pViewShell ) const in PaintMarginArea()
5410 if ( _pViewShell->GetWin() && !_pViewShell->GetViewOptions()->getBrowseMode() ) in PaintMarginArea()
5418 OutputDevice *pOut = _pViewShell->GetOut(); in PaintMarginArea()
5442 ViewShell* _pViewShell, in GetBorderRect() argument
5447 ::SwAlignRect( aAlignedPageRect, _pViewShell ); in GetBorderRect()
5449 _pViewShell->GetOut()->LogicToPixel( aAlignedPageRect.SVRect() ); in GetBorderRect()
5456 AddSidebarBorders(aBorderPxRect,_pViewShell, bRightSidebar, true); in GetBorderRect()
5459 SwRect( _pViewShell->GetOut()->PixelToLogic( aBorderPxRect ) ); in GetBorderRect()
5469 ViewShell* _pViewShell, in GetRightShadowRect() argument
5474 ::SwAlignRect( aAlignedPageRect, _pViewShell ); in GetRightShadowRect()
[all …]
/trunk/main/sw/source/core/inc/
H A Dpagefrm.hxx117 ViewShell* _pViewShell,
141 ViewShell* _pViewShell,
166 ViewShell* _pViewShell,
185 …static void AddSidebarBorders( Rectangle& aRect, ViewShell* _pViewShell, bool bRight, bool bPx = f…
186 …static void AddSidebarBorders( SwRect& aRect, ViewShell* _pViewShell, bool bRight, bool bPx …
339 ViewShell* _pViewShell ) const;
358 ViewShell* _pViewShell,
381 ViewShell* _pViewShell,
385 …static void PaintNotesSidebar(const SwRect& _rPageRect, ViewShell* _pViewShell, sal_uInt16 nPageNu…
386 …rows(const Point &aMiddleFirst, const Point &aMiddleSecond, ViewShell* _pViewShell, const Color aC…
/trunk/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()