Home
last modified time | relevance | path

Searched refs:m_xWindow (Results 1 – 25 of 30) sorted by relevance

12

/AOO42X/main/sd/workben/custompanel/
H A Dctp_panel.cxx123 ,m_xWindow() in SingleColorPanel()
145 m_xWindow = lcl_createPlainWindow_nothrow( m_xContext, xParentPeer ); in SingleColorPanel()
146 m_xWindow->addPaintListener( this ); in SingleColorPanel()
147 if ( m_xWindow.is() ) in SingleColorPanel()
150m_xWindow->setPosSize( 0, 0, aPanelAnchorSize.Width, aPanelAnchorSize.Height, PosSize::POSSIZE ); in SingleColorPanel()
151 m_xWindow->setVisible( sal_True ); in SingleColorPanel()
166 if ( !m_xWindow.get() ) in getWindow()
168 return m_xWindow; in getWindow()
175 return Reference< XAccessible >( m_xWindow, UNO_QUERY ); in createAccessible()
184 if ( !m_xWindow.is() ) in getResourceId()
[all …]
H A Dctp_panel.hxx89 … ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > m_xWindow;
/AOO42X/main/framework/source/services/
H A Dbackingcomp.cxx134 if (m_xWindow.is()) in queryInterface()
135 aResult = m_xWindow->queryInterface(aType); in queryInterface()
195 … css::uno::Reference< css::lang::XTypeProvider > xProvider(m_xWindow, css::uno::UNO_QUERY); in getTypes()
469 if (!m_xWindow.is()) in attachFrame()
484 …Reference< css::datatransfer::dnd::XDropTarget > xDropTarget = xTransfer->getDropTarget(m_xWindow); in attachFrame()
495 Window* pWindow = VCLUnoHelper::GetWindow(m_xWindow); in attachFrame()
658 if (!aEvent.Source.is() || aEvent.Source!=m_xWindow || !m_xWindow.is()) in disposing()
663 m_xWindow = css::uno::Reference< css::awt::XWindow >(); in disposing()
706 …Reference< css::datatransfer::dnd::XDropTarget > xDropTarget = xTransfer->getDropTarget(m_xWindow); in dispose()
717 if (m_xWindow.is()) in dispose()
[all …]
/AOO42X/main/odk/examples/cpp/custompanel/
H A Dctp_panel.cxx116 ,m_xWindow() in SingleColorPanel()
125 m_xWindow = lcl_createPlainWindow_nothrow( i_rContext, xParentPeer ); in SingleColorPanel()
126 m_xWindow->addPaintListener( this ); in SingleColorPanel()
127 if ( m_xWindow.is() ) in SingleColorPanel()
130m_xWindow->setPosSize( 0, 0, aPanelAnchorSize.Width, aPanelAnchorSize.Height, PosSize::POSSIZE ); 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()
[all …]
H A Dctp_panel.hxx78 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > m_xWindow;
/AOO42X/main/svx/source/form/
H A Dfmtextcontrolshell.cxx180 Reference< XWindow > m_xWindow; member in svx::FmFocusListenerAdapter
202 ,m_xWindow( _rxControl, UNO_QUERY ) in DBG_NAME()
206 … DBG_ASSERT( m_xWindow.is(), "FmFocusListenerAdapter::FmFocusListenerAdapter: invalid control!" ); in DBG_NAME()
211 if ( m_xWindow.is() ) in DBG_NAME()
212 m_xWindow->addFocusListener( this ); in DBG_NAME()
234 if ( m_xWindow.is() ) in dispose()
236 m_xWindow->removeFocusListener( this ); in dispose()
237 m_xWindow.clear(); in dispose()
259 …DBG_ASSERT( Source.Source == m_xWindow, "FmFocusListenerAdapter::disposing: where did this come fr… in disposing()
260 m_xWindow.clear(); in disposing()
[all …]
H A Dfmview.cxx180 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 Dfmvwimp.cxx510 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()
/AOO42X/main/forms/source/helper/
H A Dwindowstateguard.cxx64 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()
/AOO42X/main/embeddedobj/test/Container1/
H A DBitmapPainter.java59 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 DPaintThread.java48 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()
/AOO42X/main/chart2/source/controller/accessibility/
H A DAccessibleChartView.cxx87 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 DAccessibleChartElement.cxx137 aArgs[2] <<= Reference< awt::XWindow >( GetInfo().m_xWindow ); in InitTextEdit()
242 Reference< awt::XWindow >( GetInfo().m_xWindow ), uno::UNO_QUERY ); in getFont()
H A DAccessibleChartShape.cxx69 m_aShapeTreeInfo.SetWindow( VCLUnoHelper::GetWindow( rAccInfo.m_xWindow ) ); in AccessibleChartShape()
/AOO42X/main/fpicker/source/office/
H A Dcommonpicker.cxx73 &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 Dcommonpicker.hxx73 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > m_xWindow;
/AOO42X/main/framework/source/dispatch/
H A Dwindowcommanddispatch.cxx72 , m_xWindow (xFrame->getContainerWindow()) in WindowCommandDispatch()
96 css::uno::Reference< css::awt::XWindow > xWindow( m_xWindow.get(), css::uno::UNO_QUERY ); in impl_startListening()
/AOO42X/main/vbahelper/source/vbahelper/
H A Dvbawindowbase.cxx158 return uno::Reference< awt::XWindow >( m_xWindow, uno::UNO_SET_THROW ); in getWindow()
172 m_xWindow = xWindow; in construct()
/AOO42X/main/framework/source/helper/
H A Dtagwindowasmodified.cxx129 css::uno::Reference< css::awt::XWindow > xWindow(m_xWindow.get(), css::uno::UNO_QUERY); in modified()
242 m_xWindow = xWindow; in impl_update()
/AOO42X/main/framework/source/inc/dispatch/
H A Dwindowcommanddispatch.hxx96 css::uno::WeakReference< css::awt::XWindow > m_xWindow; member in framework::WindowCommandDispatch
/AOO42X/main/framework/inc/helper/
H A Dtagwindowasmodified.hxx102 css::uno::WeakReference< css::awt::XWindow > m_xWindow; member in framework::TagWindowAsModified
/AOO42X/main/vbahelper/inc/vbahelper/
H A Dvbawindowbase.hxx75 css::uno::WeakReference< css::awt::XWindow > m_xWindow; member in VbaWindowBase
/AOO42X/main/chart2/source/controller/inc/
H A DAccessibleChartView.hxx135 ::com::sun::star::awt::XWindow > m_xWindow;
/AOO42X/main/framework/inc/services/
H A Dbackingcomp.hxx95 css::uno::Reference< css::awt::XWindow > m_xWindow; member in framework::BackingComp
/AOO42X/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.hxx126 m_xWindow;

12