Searched refs:_pViewShell (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 5297 if ( _pViewShell->GetWin() && in PaintMarginArea() 5471 _pViewShell->GetOut()->SetFillColor( aFill ); in PaintBorderAndShadow() 5472 _pViewShell->GetOut()->SetLineColor( aLine ); in PaintBorderAndShadow() 5480 if (!_pViewShell ) in PaintNotesSidebar() 5484 SwAlignRect( aPageRect, _pViewShell ); in PaintNotesSidebar() 5492 _pViewShell->GetOut()->SetLineColor(); in PaintNotesSidebar() 5586 _pViewShell->GetOut()->SetFillColor(aColorUp); in PaintNotesSidebarArrows() 5587 _pViewShell->GetOut()->DrawPolygon(aTriangleUp); in PaintNotesSidebarArrows() 5615 const SwPostItMgr *pMgr = _pViewShell ? _pViewShell->GetPostItMgr() : 0; in AddSidebarBorders() 5627 const SwPostItMgr *pMgr = _pViewShell ? _pViewShell->GetPostItMgr() : 0; in AddSidebarBorders() [all …]
|
/aoo4110/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, 382 ViewShell* _pViewShell, 386 …static void PaintNotesSidebar(const SwRect& _rPageRect, ViewShell* _pViewShell, sal_uInt16 nPageNu… 387 …rows(const Point &aMiddleFirst, const Point &aMiddleSecond, ViewShell* _pViewShell, const Color aC…
|
/aoo4110/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 60 milliseconds