Searched refs:mpShownPage (Results 1 – 2 of 2) sorted by relevance
65 if(mpShownPage && mpShownPage == &rPage) in PageInDestruction()71 mpShownPage = 0L; in PageInDestruction()80 : mpShownPage(pNewPage) in SdrPageObj()82 if(mpShownPage) in SdrPageObj()84 mpShownPage->AddPageUser(*this); in SdrPageObj()89 : mpShownPage(pNewPage) in SdrPageObj()91 if(mpShownPage) in SdrPageObj()93 mpShownPage->AddPageUser(*this); in SdrPageObj()102 if(mpShownPage) in ~SdrPageObj()104 mpShownPage->RemovePageUser(*this); in ~SdrPageObj()[all …]
42 SdrPage* mpShownPage; member in SdrPageObj