/aoo41x/main/sd/workben/custompanel/ |
H A D | ctp_panel.cxx | 123 ,m_xWindow() in SingleColorPanel() 146 m_xWindow->addPaintListener( this ); in SingleColorPanel() 147 if ( m_xWindow.is() ) in SingleColorPanel() 151 m_xWindow->setVisible( sal_True ); in SingleColorPanel() 166 if ( !m_xWindow.get() ) in getWindow() 168 return m_xWindow; in getWindow() 184 if ( !m_xWindow.is() ) in getResourceId() 193 if ( !m_xWindow.is() ) in isAnchorOnly() 228 if ( !m_xWindow.is() ) in disposing() 231 m_xWindow->removePaintListener( this ); in disposing() [all …]
|
H A D | ctp_panel.hxx | 89 … ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > m_xWindow;
|
/aoo41x/main/framework/source/services/ |
H A D | backingcomp.cxx | 139 if (m_xWindow.is()) in queryInterface() 140 aResult = m_xWindow->queryInterface(aType); in queryInterface() 474 if (!m_xWindow.is()) in attachFrame() 663 if (!aEvent.Source.is() || aEvent.Source!=m_xWindow || !m_xWindow.is()) in disposing() 668 m_xWindow = css::uno::Reference< css::awt::XWindow >(); in disposing() 722 if (m_xWindow.is()) in dispose() 731 m_xWindow->removeKeyListener(xKeyThis); in dispose() 804 if (m_xWindow.is()) in initialize() 824 m_xWindow = VCLUnoHelper::GetInterface(pWindow); in initialize() 826 if (!m_xWindow.is()) in initialize() [all …]
|
/aoo41x/main/odk/examples/cpp/custompanel/ |
H A D | ctp_panel.cxx | 116 ,m_xWindow() in SingleColorPanel() 126 m_xWindow->addPaintListener( this ); in SingleColorPanel() 127 if ( m_xWindow.is() ) in SingleColorPanel() 131 m_xWindow->setVisible( sal_True ); in SingleColorPanel() 146 if ( !m_xWindow.is() ) in getWindow() 148 return m_xWindow; in getWindow() 155 if ( !m_xWindow.is() ) in createAccessible() 193 if ( !m_xWindow.is() ) in disposing() 196 m_xWindow->removePaintListener( this ); in disposing() 199 Reference< XComponent > xWindowComp( m_xWindow, UNO_QUERY_THROW ); in disposing() [all …]
|
H A D | ctp_panel.hxx | 78 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > m_xWindow;
|
/aoo41x/main/forms/source/helper/ |
H A D | windowstateguard.cxx | 64 Reference< XWindow2 > m_xWindow; member in frm::WindowStateGuard_Impl 102 :m_xWindow( _rxWindow ) in WindowStateGuard_Impl() 105 if ( !m_xWindow.is() || !m_xModelProps.is() ) in WindowStateGuard_Impl() 110 m_xWindow->addWindowListener( this ); in WindowStateGuard_Impl() 119 if ( !m_xWindow.is() ) in dispose() 123 m_xWindow->removeWindowListener( this ); in dispose() 124 m_xWindow.clear(); in dispose() 137 if ( !m_xWindow.is() || !m_xModelProps.is() ) in impl_ensureEnabledState_nothrow_nolck() 139 xWindow = m_xWindow; in impl_ensureEnabledState_nothrow_nolck() 192 …OSL_ENSURE( Source.Source == m_xWindow, "WindowStateGuard_Impl::disposing: where does this come fr… in disposing()
|
/aoo41x/main/svx/source/form/ |
H A D | fmtextcontrolshell.cxx | 180 Reference< XWindow > m_xWindow; member in svx::FmFocusListenerAdapter 202 ,m_xWindow( _rxControl, UNO_QUERY ) in DBG_NAME() 211 if ( m_xWindow.is() ) in DBG_NAME() 234 if ( m_xWindow.is() ) in dispose() 237 m_xWindow.clear(); in dispose() 260 m_xWindow.clear(); in disposing() 272 Reference< XWindow > m_xWindow; member in svx::FmMouseListenerAdapter 308 if ( m_xWindow.is() ) in DBG_NAME() 331 if ( m_xWindow.is() ) in dispose() 334 m_xWindow.clear(); in dispose() [all …]
|
H A D | fmview.cxx | 180 if ( pImpl->m_xWindow.is() ) in MarkListHasChanged() 182 pImpl->m_xWindow->removeFocusListener(pImpl); in MarkListHasChanged() 183 pImpl->m_xWindow = NULL; in MarkListHasChanged() 524 pImpl->m_xWindow = xWindow; in KeyInput() 526 pImpl->m_xWindow->addFocusListener(pImpl); in KeyInput() 554 Reference< ::com::sun::star::awt::XControl> xControl(pImpl->m_xWindow,UNO_QUERY); in checkUnMarkAll()
|
H A D | fmvwimp.cxx | 510 if ( m_xWindow.is() && Source.Source == m_xWindow ) in disposing() 1879 if ( m_xWindow.is() && m_pView ) in focusGained() 1889 if ( m_xWindow.is() && m_pView ) in focusLost() 1897 if ( m_xWindow.is() ) in removeGridWindowListening() 1899 m_xWindow->removeFocusListener(this); in removeGridWindowListening() 1904 m_xWindow = NULL; in removeGridWindowListening()
|
/aoo41x/main/embeddedobj/test/Container1/ |
H A D | BitmapPainter.java | 59 private XWindow m_xWindow; field in BitmapPainter 95 m_xWindow = xWindow; in BitmapPainter() 102 m_aPaintThread = new PaintThread( m_xWindow ); in BitmapPainter() 105 m_xWindow.addPaintListener( this ); in BitmapPainter() 106 m_xWindow.addMouseListener( this ); in BitmapPainter() 107 m_xWindow.addMouseMotionListener( this ); in BitmapPainter() 114 m_xWindow.removePaintListener( this ); in disconnectListener() 115 m_xWindow.removeMouseListener( this ); in disconnectListener() 116 m_xWindow.removeMouseMotionListener( this ); in disconnectListener()
|
H A D | PaintThread.java | 48 private XWindow m_xWindow; field in PaintThread 72 m_xWindow = xWindow; in PaintThread() 133 XDevice xDevice = (XDevice)UnoRuntime.queryInterface( XDevice.class, m_xWindow ); in run()
|
/aoo41x/main/chart2/source/controller/accessibility/ |
H A D | AccessibleChartView.cxx | 87 Reference< awt::XWindow > xWindow( GetInfo().m_xWindow ); in GetWindowPosSize() 96 Window* pWindow( VCLUnoHelper::GetWindow( GetInfo().m_xWindow )); in GetWindowPosSize() 216 xWindow.set( m_xWindow ); in initialize() 318 m_xWindow = WeakReference< awt::XWindow >(xWindow); in initialize() 344 aAccInfo.m_xWindow = m_xWindow; in initialize() 348 Window* pWindow = VCLUnoHelper::GetWindow( m_xWindow ); in initialize()
|
H A D | AccessibleChartElement.cxx | 137 aArgs[2] <<= Reference< awt::XWindow >( GetInfo().m_xWindow ); in InitTextEdit() 242 Reference< awt::XWindow >( GetInfo().m_xWindow ), uno::UNO_QUERY ); in getFont()
|
H A D | AccessibleChartShape.cxx | 69 m_aShapeTreeInfo.SetWindow( VCLUnoHelper::GetWindow( rAccInfo.m_xWindow ) ); in AccessibleChartShape()
|
/aoo41x/main/fpicker/source/office/ |
H A D | commonpicker.cxx | 73 &m_xWindow, ::getCppuType( &m_xWindow ) in OCommonPicker() 134 m_xWindow = NULL; in disposing() 151 sal_Bool bDialogDying = _rSource.Source == m_xWindow; in disposing() 162 m_xWindow = NULL; in disposing() 227 m_xWindow = VCLUnoHelper::GetInterface( m_pDlg ); in createPicker() 230 Reference< XComponent > xWindowComp( m_xWindow, UNO_QUERY ); in createPicker()
|
H A D | commonpicker.hxx | 73 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > m_xWindow;
|
/aoo41x/main/framework/source/dispatch/ |
H A D | windowcommanddispatch.cxx | 72 , m_xWindow (xFrame->getContainerWindow()) in WindowCommandDispatch() 96 css::uno::Reference< css::awt::XWindow > xWindow( m_xWindow.get(), css::uno::UNO_QUERY ); in impl_startListening()
|
/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbawindowbase.cxx | 158 return uno::Reference< awt::XWindow >( m_xWindow, uno::UNO_SET_THROW ); in getWindow() 172 m_xWindow = xWindow; in construct()
|
/aoo41x/main/framework/source/helper/ |
H A D | tagwindowasmodified.cxx | 129 css::uno::Reference< css::awt::XWindow > xWindow(m_xWindow.get(), css::uno::UNO_QUERY); in modified() 242 m_xWindow = xWindow; in impl_update()
|
/aoo41x/main/framework/source/inc/dispatch/ |
H A D | windowcommanddispatch.hxx | 96 css::uno::WeakReference< css::awt::XWindow > m_xWindow; member in framework::WindowCommandDispatch
|
/aoo41x/main/framework/inc/helper/ |
H A D | tagwindowasmodified.hxx | 102 css::uno::WeakReference< css::awt::XWindow > m_xWindow; member in framework::TagWindowAsModified
|
/aoo41x/main/vbahelper/inc/vbahelper/ |
H A D | vbawindowbase.hxx | 75 css::uno::WeakReference< css::awt::XWindow > m_xWindow; member in VbaWindowBase
|
/aoo41x/main/chart2/source/controller/inc/ |
H A D | AccessibleChartView.hxx | 135 ::com::sun::star::awt::XWindow > m_xWindow;
|
/aoo41x/main/framework/inc/services/ |
H A D | backingcomp.hxx | 95 css::uno::Reference< css::awt::XWindow > m_xWindow; member in framework::BackingComp
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppDetailPageHelper.hxx | 126 m_xWindow;
|