Lines Matching refs:mpImpl

70     mpImpl( new SwViewLayoutControl_Impl )  in SwViewLayoutControl()
72 mpImpl->mnState = 0; in SwViewLayoutControl()
75mpImpl->maImageSingleColumn = Image( bHC ? SW_RES(IMG_VIEWLAYOUT_SINGLECOLUMN_HC) … in SwViewLayoutControl()
76mpImpl->maImageSingleColumn_Active = Image( bHC ? SW_RES(IMG_VIEWLAYOUT_SINGLECOLUMN_ACTIVE_HC) :… in SwViewLayoutControl()
77mpImpl->maImageAutomatic = Image( bHC ? SW_RES(IMG_VIEWLAYOUT_AUTOMATIC_HC) … in SwViewLayoutControl()
78mpImpl->maImageAutomatic_Active = Image( bHC ? SW_RES(IMG_VIEWLAYOUT_AUTOMATIC_ACTIVE_HC) :… in SwViewLayoutControl()
79mpImpl->maImageBookMode = Image( bHC ? SW_RES(IMG_VIEWLAYOUT_BOOKMODE_HC) … in SwViewLayoutControl()
80mpImpl->maImageBookMode_Active = Image( bHC ? SW_RES(IMG_VIEWLAYOUT_BOOKMODE_ACTIVE_HC) :… in SwViewLayoutControl()
87 delete mpImpl; in ~SwViewLayoutControl()
104 mpImpl->mnState = 0; in StateChanged()
107 mpImpl->mnState = 1; in StateChanged()
110 mpImpl->mnState = 2; in StateChanged()
112 mpImpl->mnState = 3; in StateChanged()
131 const bool bSingleColumn = 0 == mpImpl->mnState; in Paint()
132 const bool bAutomatic = 1 == mpImpl->mnState; in Paint()
133 const bool bBookMode = 2 == mpImpl->mnState; in Paint()
142 …pDev->DrawImage( aRect.TopLeft(), bSingleColumn ? mpImpl->maImageSingleColumn_Active : mpImpl->maI… in Paint()
146 …pDev->DrawImage( aRect.TopLeft(), bAutomatic ? mpImpl->maImageAutomatic_Active : mpImpl->maI… in Paint()
150 …pDev->DrawImage( aRect.TopLeft(), bBookMode ? mpImpl->maImageBookMode_Active : mpImpl->maI… in Paint()
177 mpImpl->mnState = 0; // single in MouseButtonDown()
182 mpImpl->mnState = 1; // auto in MouseButtonDown()
187 mpImpl->mnState = 2; // book in MouseButtonDown()