Searched refs:m_aBitmapPainter (Results 1 – 1 of 1) sorted by relevance
145 private BitmapPainter m_aBitmapPainter; field in EmbedContApp352 if ( m_aBitmapPainter != null ) in onInplaceActivate()353 m_aBitmapPainter.stopPainting(); in onInplaceActivate()369 if ( m_aBitmapPainter != null ) in onInplaceDeactivate()370 m_aBitmapPainter.startPainting(); in onInplaceDeactivate()469 if ( m_aBitmapPainter != null ) in onPosRectChange()470 m_aBitmapPainter.setRect( aPosRect ); in onPosRectChange()890 … m_aBitmapPainter = new BitmapPainter( m_xMainThreadExecutor, m_xVCLWindow, m_xBitmap, aRect ); in createVclWindow()933 if ( m_aBitmapPainter != null ) in generateNewImage()935 m_aBitmapPainter.setBitmap( m_xBitmap ); in generateNewImage()[all …]