Lines Matching refs:rxSharedWindow
141 const css::uno::Reference<css::awt::XWindow>& rxSharedWindow, in GetCanvas() argument
150 if (rxSharedWindow.is() && rsCanvasServiceName.getLength()==0) in GetCanvas()
152 OSL_ASSERT(rxSharedWindow.is()); in GetCanvas()
153 xCanvas = CreateSharedCanvas(rxSharedWindow, rxWindow); in GetCanvas()
167 const css::uno::Reference<css::awt::XWindow>& rxSharedWindow, in CreateSharedCanvas() argument
173 mpSharedWindows->FindDescriptor(rxSharedWindow)); in CreateSharedCanvas()
199 const css::uno::Reference<css::awt::XWindow>& rxSharedWindow, in CreateCanvasForSprite() argument
202 OSL_ASSERT(rxSharedWindow.is()); in CreateCanvasForSprite()
206 mpSharedWindows->FindDescriptor(rxSharedWindow)); in CreateCanvasForSprite()
262 const Reference<awt::XWindow>& rxSharedWindow) in GetSharedCanvas() argument
264 SharedWindowContainer::iterator iDescriptor = mpSharedWindows->FindDescriptor(rxSharedWindow); in GetSharedCanvas()