Home
last modified time | relevance | path

Searched refs:xUIElement (Results 1 – 13 of 13) sorted by relevance

/trunk/main/framework/source/layoutmanager/
H A Dhelpers.cxx126 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 Dtoolbarlayoutmanager.cxx342 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 Dlayoutmanager.cxx732 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 Dhelpers.hxx66 …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 Dpanelmanager.hxx80 …urceName, const ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIElement >& xUIElement );
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx760 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()
/trunk/main/sd/source/ui/sidebar/
H A DSidebarFactory.cxx200 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()
/trunk/main/sfx2/source/sidebar/
H A DSidebarController.cxx712 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 DSidebarPanelBase.cxx47 Reference<ui::XUIElement> xUIElement ( in Create() local
53 return xUIElement; in Create()
/trunk/main/odk/examples/cpp/custompanel/
H A Dctp_factory.cxx111 …Reference< XUIElement > xUIElement( new PanelUIElement( m_xContext, xParentWindow, i_rResourceURL,… in createUIElement() local
112 return xUIElement; in createUIElement()
/trunk/main/framework/source/uielement/
H A Dtoolbarsmenucontroller.cxx317 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()
/trunk/main/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx811 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()
/trunk/main/cui/source/customize/
H A Dcfg.cxx3801 uno::Reference< css::ui::XUIElement > xUIElement = in SetSystemStyle() local
3808 if ( xUIElement.is() ) in SetSystemStyle()
3810 xUIElement->getRealInterface(), uno::UNO_QUERY ); in SetSystemStyle()

Completed in 154 milliseconds