Searched refs:xBorderWindow (Results 1 – 1 of 1) sorted by relevance
259 Reference<awt::XWindow> xBorderWindow (rpDescriptor->mxBorderWindow); in NotifyPaneCreation() local260 OSL_ASSERT(xBorderWindow.is()); in NotifyPaneCreation()261 if (xBorderWindow.is() && ! rpDescriptor->mbIsSprite) in NotifyPaneCreation()265 xBorderWindow->addWindowListener(this); in NotifyPaneCreation()266 xBorderWindow->addFocusListener(this); in NotifyPaneCreation()268 xBorderWindow->addMouseListener(this); in NotifyPaneCreation()571 Reference<awt::XWindow> xBorderWindow ((*iPane)->mxBorderWindow); in PaintChildren() local572 if ( ! xBorderWindow.is()) in PaintChildren()576 const awt::Rectangle aBorderBox (xBorderWindow->getPosSize()); in PaintChildren()592 xBorderWindow, in PaintChildren()[all …]