/aoo42x/main/framework/source/layoutmanager/ |
H A D | helpers.cxx | 126 Window* getWindowFromXUIElement( const uno::Reference< ui::XUIElement >& xUIElement ) in getWindowFromXUIElement() argument 130 if ( xUIElement.is() ) in getWindowFromXUIElement() 131 xWindow = uno::Reference< awt::XWindow >( xUIElement->getRealInterface(), uno::UNO_QUERY ); in getWindowFromXUIElement() 160 bool lcl_checkUIElement(const uno::Reference< ui::XUIElement >& xUIElement, awt::Rectangle& _rPosSi… in lcl_checkUIElement() argument 162 bool bRet = xUIElement.is(); in lcl_checkUIElement() 166 _xWindow.set( xUIElement->getRealInterface(), uno::UNO_QUERY ); in lcl_checkUIElement() 386 const css::uno::Reference< css::ui::XUIElement >& xUIElement ) in impl_addWindowListeners() 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 D | toolbarlayoutmanager.cxx | 342 if ( xUIElement.is() ) in implts_calcDockingArea() 439 if ( !xUIElement.is() ) in requestToolbar() 490 if ( xUIElement.is() ) in destroyToolbar() 995 if ( xUIElement.is() ) in implts_createAddonsToolBars() 1223 if ( xUIElement.is() ) in implts_reparentToolbars() 1289 if ( xUIElement.is() ) in implts_createToolBar() 1291 rUIElement = xUIElement; in implts_createToolBar() 1381 return xUIElement; in implts_createElement() 2034 if ( xUIElement.is() ) in implts_getDockingAreaElementInfos() 3941 if ( xUIElement.is() ) in closed() [all …]
|
H A D | layoutmanager.cxx | 732 Reference< ui::XUIElement > xUIElement; in implts_createElement() local 748 return xUIElement; in implts_createElement() 1438 return xUIElement; in implts_createDockingWindow() 1560 if ( xUIElement.is() ) in createElement() 1562 impl_addWindowListeners( xThis, xUIElement ); in createElement() 1563 m_pPanelManager->addDockingWindow( aName, xUIElement ); in createElement() 1683 if ( xUIElement.is() ) in requestElement() 1737 Reference< XUIElement > xUIElement = implts_findElement( aName ); in getElement() local 1738 if ( !xUIElement.is() ) in getElement() 1746 xUIElement = pToolbarManager->getToolbar( aName ); in getElement() [all …]
|
H A D | helpers.hxx | 66 …IElement( const ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIElement >& xUIElement ); 70 … ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIElement >& xUIElement,::com::sun::star… 83 …::XInterface >& xThis, const ::com::sun::star::uno::Reference< css::ui::XUIElement >& xUIElement );
|
H A D | panelmanager.hxx | 80 …urceName, const ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIElement >& xUIElement );
|
/aoo42x/main/sfx2/source/toolbox/ |
H A D | tbxitem.cxx | 760 Reference< XUIElement > xUIElement; in endPopupMode() local 767 xUIElement = xLayoutManager->getElement( aSubToolBarResName ); in endPopupMode() 768 if ( xUIElement.is() ) in endPopupMode() 772 …Reference< ::com::sun::star::awt::XWindow > xSubToolBar( xUIElement->getRealInterface(), UNO_QUERY… in endPopupMode() 773 Reference< ::com::sun::star::beans::XPropertySet > xProp( xUIElement, UNO_QUERY ); in endPopupMode() 832 Reference< XUIElement > xUIElement; in createAndPositionSubToolBar() local 856 xUIElement = xUIEementFactory->createUIElement( rSubToolBarResName, aPropSeq ); in createAndPositionSubToolBar() 865 if ( xUIElement.is() ) in createAndPositionSubToolBar() 869 …Reference< ::com::sun::star::awt::XWindow > xSubToolBar( xUIElement->getRealInterface(), UNO_QUERY… in createAndPositionSubToolBar() 883 pImpl->mxUIElement = xUIElement; in createAndPositionSubToolBar()
|
/aoo42x/main/sd/source/ui/sidebar/ |
H A D | SidebarFactory.cxx | 200 Reference<ui::XUIElement> xUIElement; in createUIElement() local 203 xUIElement.set( in createUIElement() 215 Reference<lang::XComponent> xComponent (xUIElement, UNO_QUERY); in createUIElement() 219 return xUIElement; in createUIElement()
|
/aoo42x/main/sfx2/source/sidebar/ |
H A D | SidebarController.cxx | 712 Reference<ui::XUIElement> xUIElement (CreateUIElement( in CreatePanel() local 717 if (xUIElement.is()) in CreatePanel() 720 pPanel->SetUIElement(xUIElement); in CreatePanel() 763 Reference<ui::XUIElement> xUIElement( in CreateUIElement() local 769 return xUIElement; in CreateUIElement()
|
H A D | SidebarPanelBase.cxx | 47 Reference<ui::XUIElement> xUIElement ( in Create() local 53 return xUIElement; in Create()
|
/aoo42x/main/odk/examples/cpp/custompanel/ |
H A D | ctp_factory.cxx | 111 …Reference< XUIElement > xUIElement( new PanelUIElement( m_xContext, xParentWindow, i_rResourceURL,… in createUIElement() local 112 return xUIElement; in createUIElement()
|
/aoo42x/main/framework/source/uielement/ |
H A D | toolbarsmenucontroller.cxx | 317 Reference< XUIElement > xUIElement( aUIElements[i] ); in getLayoutManagerToolbars() local 319 if ( xPropSet.is() && xUIElement.is() ) in getLayoutManagerToolbars() 336 … Reference< css::awt::XWindow > xWindow( xUIElement->getRealInterface(), UNO_QUERY ); in getLayoutManagerToolbars()
|
/aoo42x/main/svx/source/tbxctrls/ |
H A D | tbunosearchcontrollers.cxx | 811 css::uno::Reference< css::ui::XUIElement > xUIElement = xLayoutManager->getElement(sResourceURL); in dispatch() local 812 if (!xUIElement.is()) in dispatch() 815 …css::uno::Reference< css::awt::XWindow > xWindow(xUIElement->getRealInterface(), css::uno::UNO_QUE… in dispatch()
|
/aoo42x/main/cui/source/customize/ |
H A D | cfg.cxx | 3801 uno::Reference< css::ui::XUIElement > xUIElement = in SetSystemStyle() local 3808 if ( xUIElement.is() ) in SetSystemStyle() 3810 xUIElement->getRealInterface(), uno::UNO_QUERY ); in SetSystemStyle()
|