Home
last modified time | relevance | path

Searched refs:getRealInterface (Results 1 – 25 of 37) sorted by relevance

12

/trunk/main/framework/source/layoutmanager/
H A Dhelpers.cxx131 xWindow = uno::Reference< awt::XWindow >( xUIElement->getRealInterface(), uno::UNO_QUERY ); in getWindowFromXUIElement()
166 _xWindow.set( xUIElement->getRealInterface(), uno::UNO_QUERY ); in lcl_checkUIElement()
388 …css::uno::Reference< css::awt::XWindow > xWindow( xUIElement->getRealInterface(), css::uno::UNO_QU… in impl_addWindowListeners()
389 …css::uno::Reference< css::awt::XDockableWindow > xDockWindow( xUIElement->getRealInterface(), css:… in impl_addWindowListeners()
H A Dtoolbarlayoutmanager.cxx344 … uno::Reference< awt::XWindow > xWindow( xUIElement->getRealInterface(), uno::UNO_QUERY ); in implts_calcDockingArea()
492 uno::Reference< awt::XWindow > xWindow( xUIElement->getRealInterface(), uno::UNO_QUERY ); in destroyToolbar()
694 …uno::Reference< awt::XWindow > xWindow( aUIElement.m_xUIElement->getRealInterface(), uno::UNO_QUER… in dockToolbar()
1230 … xWindow = uno::Reference< awt::XWindow >( xUIElement->getRealInterface(), uno::UNO_QUERY ); in implts_reparentToolbars()
1293 … uno::Reference< awt::XWindow > xWindow( xUIElement->getRealInterface(), uno::UNO_QUERY ); in implts_createToolBar()
1835 …uno::Reference< uno::XInterface > xIfac( pIter->m_xUIElement->getRealInterface(), uno::UNO_QUERY ); in implts_findToolbar()
1857 …xWindow = uno::Reference< awt::XWindow >( pIter->m_xUIElement->getRealInterface(), uno::UNO_QUERY … in implts_getXWindow()
2036 … uno::Reference< awt::XWindow > xWindow( xUIElement->getRealInterface(), uno::UNO_QUERY ); in implts_getDockingAreaElementInfos()
2225 … uno::Reference< awt::XWindow > xWindow( xUIElement->getRealInterface(), uno::UNO_QUERY ); in implts_getDockingAreaElementInfoOnSingleRowCol()
2795 …uno::Reference< awt::XWindow > xWindow( rUIElement.m_xUIElement->getRealInterface(), uno::UNO_QUER… in implts_calcDockingPosSize()
[all …]
H A Dlayoutmanager.cxx902 Reference< awt::XWindow > xWindow( xStatusBar->getRealInterface(), UNO_QUERY ); in implts_createProgressBar()
987 xWindow = Reference< awt::XWindow >( xStatusBar->getRealInterface(), UNO_QUERY ); in implts_setStatusBarPosSize()
1029 xWindow = Reference< awt::XWindow >( xStatusBar->getRealInterface(), UNO_QUERY ); in implts_showProgressBar()
1076 … xStatusBar = Reference< awt::XWindow >( xStatusBarElement->getRealInterface(), UNO_QUERY ); in implts_hideProgressBar()
1108 Reference< awt::XWindow > xWindow( xStatusBar->getRealInterface(), UNO_QUERY ); in implts_showStatusBar()
1134 Reference< awt::XWindow > xWindow( xStatusBar->getRealInterface(), UNO_QUERY ); in implts_hideStatusBar()
1410 …Window = Reference< awt::XWindow >( aStatusBarElement.m_xUIElement->getRealInterface(), UNO_QUERY … in implts_reparentChildWindows()
1687 Reference< awt::XWindow > xWindow( xUIElement->getRealInterface(), UNO_QUERY ); in requestElement()
2147 …Reference< awt::XWindow > xWindow( m_aStatusBarElement.m_xUIElement->getRealInterface(), UNO_QUERY… in isElementVisible()
2534 xWindow = Reference< awt::XWindow >( xStatusBar->getRealInterface(), UNO_QUERY ); in implts_getStatusBarSize()
/trunk/main/sfx2/source/sidebar/
H A DPanel.cxx134 mxPanelComponent.set(mxElement->getRealInterface(), UNO_QUERY); in SetUIElement()
262 Reference<ui::XToolPanel> xToolPanel(mxElement->getRealInterface(), UNO_QUERY); in GetElementWindow()
H A DSidebarPanelBase.cxx193 Reference<XInterface> SAL_CALL SidebarPanelBase::getRealInterface (void) in getRealInterface() function in sfx2::sidebar::SidebarPanelBase
/trunk/main/idlc/source/
H A Dastdump.cxx279 decl->getRealInterface()->getRelativName(), in dump()
306 decl->getRealInterface()->getRelativName(), in dump()
/trunk/main/framework/source/helper/
H A Dstatusindicatorfactory.cxx491 … = css::uno::Reference< css::task::XStatusIndicator >(xProgressBar->getRealInterface(), css::uno::… in impl_createProgress()
537 … = css::uno::Reference< css::task::XStatusIndicator >(xProgressBar->getRealInterface(), css::uno::… in impl_showProgress()
/trunk/main/idlc/inc/idlc/
H A Dastobserves.hxx37 AstInterface* getRealInterface() in getRealInterface() function in AstObserves
H A Dastinterfacemember.hxx39 AstInterface* getRealInterface() in getRealInterface() function in AstInterfaceMember
/trunk/main/framework/inc/uielement/
H A Dstatusbarwrapper.hxx62 …:star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getRealInterface() throw (::co…
H A Daddonstoolbarwrapper.hxx61 …:star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getRealInterface() throw (::co…
H A Dpanelwrapper.hxx66 …:star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getRealInterface() throw (::co…
H A Dprogressbarwrapper.hxx87 …:star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getRealInterface() throw (::co…
H A Dmenubarwrapper.hxx80 …:star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getRealInterface() throw (::co…
H A Dtoolbarwrapper.hxx68 …:star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getRealInterface() throw (::co…
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DSidebarPanelBase.hxx91 virtual cssu::Reference<cssu::XInterface> SAL_CALL getRealInterface (void)
/trunk/main/framework/source/uielement/
H A Daddonstoolbarwrapper.cxx174 Reference< XInterface > SAL_CALL AddonsToolBarWrapper::getRealInterface() throw (::com::sun::star::… in getRealInterface() function in framework::AddonsToolBarWrapper
H A Dstatusbarwrapper.cxx182 Reference< XInterface > SAL_CALL StatusBarWrapper::getRealInterface() throw ( RuntimeException ) in getRealInterface() function in framework::StatusBarWrapper
H A Dpanelwrapper.cxx211 Reference< XInterface > SAL_CALL PanelWrapper::getRealInterface( ) throw (::com::sun::star::uno::R… in getRealInterface() function in framework::PanelWrapper
H A Dprogressbarwrapper.cxx332 uno::Reference< uno::XInterface > SAL_CALL ProgressBarWrapper::getRealInterface() in getRealInterface() function in framework::ProgressBarWrapper
/trunk/main/odk/examples/cpp/custompanel/
H A Dctp_panel.hxx102 …:star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getRealInterface( ) throw (::…
H A Dctp_panel.cxx245 Reference< XInterface > SAL_CALL PanelUIElement::getRealInterface( ) throw (RuntimeException) in getRealInterface() function in sd::colortoolpanel::PanelUIElement
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XLayoutManager.java110 Object o = xElements[i].getRealInterface(); in _getElements()
/trunk/main/framework/inc/helper/
H A Duielementwrapperbase.hxx97 …:star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getRealInterface() throw (::co…
/trunk/main/offapi/com/sun/star/ui/
H A DXUIElement.idl67 ::com::sun::star::uno::XInterface getRealInterface();

Completed in 93 milliseconds

12