Searched refs:_pViewShell (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 5410 if ( _pViewShell->GetWin() && !_pViewShell->GetViewOptions()->getBrowseMode() ) in PaintMarginArea() 5543 _pViewShell->GetOut()->SetLineColor( rColor ); in PaintPageBorder() 5554 if (!_pViewShell ) in PaintNotesSidebar() 5558 SwAlignRect( aPageRect, _pViewShell ); in PaintNotesSidebar() 5566 _pViewShell->GetOut()->SetLineColor(); in PaintNotesSidebar() 5660 _pViewShell->GetOut()->SetFillColor(aColorUp); in PaintNotesSidebarArrows() 5661 _pViewShell->GetOut()->DrawPolygon(aTriangleUp); in PaintNotesSidebarArrows() 5662 _pViewShell->GetOut()->SetFillColor(aColorDown); in PaintNotesSidebarArrows() 5689 const SwPostItMgr *pMgr = _pViewShell ? _pViewShell->GetPostItMgr() : 0; in AddSidebarBorders() 5701 const SwPostItMgr *pMgr = _pViewShell ? _pViewShell->GetPostItMgr() : 0; in AddSidebarBorders() [all …]
|
/trunk/main/sw/source/core/inc/ |
H A D | pagefrm.hxx | 117 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 D | viewuno.cxx | 322 …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()
|
Completed in 103 milliseconds