Lines Matching refs:mpPanel
52 mpPanel(pPanel), in SidebarPanel()
55 if (mpPanel != NULL) in SidebarPanel()
56 mpPanel->AddEventListener(LINK(this, SidebarPanel, HandleWindowEvent)); in SidebarPanel()
59 mpPanel = NULL; in SidebarPanel()
85 if (mpPanel != NULL) in disposing()
87 mpPanel->RemoveEventListener(LINK(this, SidebarPanel, HandleWindowEvent)); in disposing()
88 mpPanel = NULL; in disposing()
103 aArg[0] = makeAny(reinterpret_cast<sal_Int64>(mpPanel)); in getCanvas()
107 aArg[4] = makeAny(mpPanel->GetComponentInterface()); in getCanvas()
129 if (mpPanel != NULL) in getPositionOnScreen()
134 const Point aLocationOnScreen (mpPanel->OutputToAbsoluteScreenPixel(Point(0,0))); in getPositionOnScreen()