Searched refs:SwViewImp (Results 1 – 15 of 15) sorted by relevance
/trunk/main/sw/source/core/view/ |
H A D | viewimp.cxx | 111 SwViewImp::SwViewImp( ViewShell *pParent ) : in SwViewImp() function in SwViewImp 139 SwViewImp::~SwViewImp() in ~SwViewImp() 165 void SwViewImp::DelRegion() in DelRegion() 197 void SwViewImp::CheckWaitCrsr() in CheckWaitCrsr() 224 sal_Bool SwViewImp::IsUpdateExpFlds() in IsUpdateExpFlds() 242 void SwViewImp::SetFirstVisPage() in SetFirstVisPage() 286 void SwViewImp::MakeDrawView() in MakeDrawView() 351 Color SwViewImp::GetRetoucheColor() const in GetRetoucheColor() 375 void SwViewImp::InitPagePreviewLayout() in InitPagePreviewLayout() 382 void SwViewImp::UpdateAccessible() in UpdateAccessible() [all …]
|
H A D | vdraw.cxx | 87 void SwViewImp::StartAction() in StartAction() 101 void SwViewImp::EndAction() in EndAction() 121 void SwViewImp::LockPaint() in LockPaint() 140 void SwViewImp::UnlockPaint() in UnlockPaint() 162 void SwViewImp::PaintLayer( const SdrLayerID _nLayerID, in PaintLayer() 242 sal_Bool SwViewImp::IsDragPossible( const Point &rPoint ) in IsDragPossible() 278 void SwViewImp::NotifySizeChg( const Size &rNewSz ) in NotifySizeChg()
|
H A D | vnew.cxx | 182 pImp( new SwViewImp( this ) ), in ViewShell() 261 pImp( new SwViewImp( this ) ), in ViewShell()
|
/trunk/main/sw/source/core/inc/ |
H A D | viewimp.hxx | 64 class SwViewImp class 184 SwViewImp( ViewShell * ); 185 ~SwViewImp(); 321 inline SwPageFrm *SwViewImp::GetFirstVisPage() in GetFirstVisPage() 328 inline const SwPageFrm *SwViewImp::GetFirstVisPage() const in GetFirstVisPage() 331 ((SwViewImp*)this)->SetFirstVisPage(); in GetFirstVisPage() 335 inline SwAccessibleMap& SwViewImp::GetAccessibleMap() in GetAccessibleMap() 343 inline void SwViewImp::DisposeAccessibleFrm( const SwFrm *pFrm, in DisposeAccessibleFrm() 354 inline void SwViewImp::MoveAccessibleFrm( const SwFrm *pFrm, in MoveAccessibleFrm() 360 inline void SwViewImp::AddAccessibleFrm( const SwFrm *pFrm ) in AddAccessibleFrm() [all …]
|
H A D | dview.hxx | 30 class SwViewImp; 40 SwViewImp &rImp; //Die View gehoert immer zu einer Shell 95 SwDrawView( SwViewImp &rI, SdrModel *pMd, OutputDevice* pOutDev=NULL ); 112 const SwViewImp &Imp() const { return rImp; } in Imp() 113 SwViewImp &Imp() { return rImp; } in Imp()
|
H A D | layact.hxx | 34 class SwViewImp; 54 SwViewImp *pImp; //Hier Meldet sich die Action an und ab. 134 SwLayAction( SwRootFrm *pRt, SwViewImp *pImp ); 202 SwViewImp *pImp; // Hier Meldet sich der Idler an und ab. 225 SwLayIdle( SwRootFrm *pRt, SwViewImp *pImp );
|
/trunk/main/sw/inc/ |
H A D | viewsh.hxx | 67 class SwViewImp; 107 friend class SwViewImp; 132 SwViewImp *pImp; //Core-Interna der ViewShell. 204 SwViewImp *Imp() { return pImp; } in Imp() 205 const SwViewImp *Imp() const { return pImp; } in Imp()
|
/trunk/main/sw/source/core/layout/ |
H A D | pagechg.cxx | 295 SwViewImp *pImp = pSh->Imp(); in ~SwPageFrm() 1088 SwViewImp *pImp = pSh ? pSh->Imp() : 0; in CheckPageDescs() 1381 SwViewImp *pImp = pSh ? pSh->Imp() : 0; in InsertPage()
|
H A D | layact.cxx | 376 SwLayAction::SwLayAction( SwRootFrm *pRt, SwViewImp *pI ) : in SwLayAction() 2406 SwLayIdle::SwLayIdle( SwRootFrm *pRt, SwViewImp *pI ) : in SwLayIdle() 2506 SwViewImp *pViewImp = pSh->Imp(); in SwLayIdle()
|
H A D | flowfrm.cxx | 601 const SwViewImp *pImp = pSh ? pSh->Imp() : 0; in MoveSubTree()
|
H A D | frmtool.cxx | 694 SwViewImp *pImp = pSh ? pSh->Imp() : 0; in ~SwFlyNotify()
|
H A D | wsfrm.cxx | 3478 SwViewImp *pImp = pSh ? pSh->Imp() : 0; in FormatWidthCols()
|
H A D | paintfrm.cxx | 6922 SwViewImp *pImp = pSh->Imp(); in MakeGraphic()
|
/trunk/main/sw/source/core/draw/ |
H A D | dview.cxx | 104 SwDrawView::SwDrawView( SwViewImp &rI, SdrModel *pMd, OutputDevice *pOutDev) : in SwDrawView()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 258 SwViewImp *pImpl = Imp(); in SelectFlyFrm()
|
Completed in 202 milliseconds