Lines Matching refs:mpControl
66 mpControl(pWindow), in SidebarPanelBase()
78 if (mpControl != NULL) in SidebarPanelBase()
80 mpControl->SetBackground(Theme::GetWallpaper(Theme::Paint_PanelBackground)); in SidebarPanelBase()
81 mpControl->Show(); in SidebarPanelBase()
98 if (mpControl != NULL) in disposing()
100 delete mpControl; in disposing()
101 mpControl = NULL; in disposing()
120 mpControl = pControl; in SetControl()
128 return mpControl; in GetControl()
140 = dynamic_cast<IContextChangeReceiver*>(mpControl); in notifyContextChangeEvent()
160 mpControl = NULL; in disposing()
218 if (mpControl != NULL) in getWindow()
220 mpControl->GetComponentInterface(), in getWindow()
236 ILayoutableWindow* pLayoutableWindow = dynamic_cast<ILayoutableWindow*>(mpControl); in getHeightForWidth()
239 else if (mpControl != NULL) in getHeightForWidth()
241 const sal_Int32 nHeight (mpControl->GetSizePixel().Height()); in getHeightForWidth()