/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterPaneAnimator.cxx | 490 if ( ! xParentWindow.is()) in ShowPane() 505 awt::Rectangle aWindowBox (xParentWindow->getPosSize()); in ShowPane() 534 xParentWindow, in ShowPane() 574 xParentWindow, in ShowPane() 610 if ( ! xParentWindow.is()) in HidePane() 652 xParentWindow, in HidePane() 762 if ( ! xParentWindow.is()) in ShowPane() 777 awt::Rectangle aWindowBox (xParentWindow->getPosSize()); in ShowPane() 833 if ( ! xParentWindow.is()) in HidePane() 959 if (xParentWindow.is()) in ShowPane() [all …]
|
/aoo42x/main/framework/source/services/ |
H A D | taskcreatorsrv.cxx | 163 css::uno::Reference< css::awt::XWindow > xParentWindow; in createInstanceWithArguments() local 165 xParentWindow = xParentFrame->getContainerWindow(); in createInstanceWithArguments() 169 if ( ! xParentWindow.is()) in createInstanceWithArguments() 172 xContainerWindow = implts_createContainerWindow(xParentWindow, aPosSize, bCreateTopWindow); in createInstanceWithArguments() 236 …vice::implts_createContainerWindow( const css::uno::Reference< css::awt::XWindow >& xParentWindow , in implts_createContainerWindow() argument 253 if ( ! xParentWindow.is()) in implts_createContainerWindow() 256 …xParentWindowPeer = css::uno::Reference< css::awt::XWindowPeer >(xParentWindow, css::uno::UNO_QUER… in implts_createContainerWindow()
|
H A D | backingcomp.cxx | 498 css::uno::Reference< css::awt::XWindow > xParentWindow = xFrame->getContainerWindow(); in attachFrame() local 499 WorkWindow* pParent = (WorkWindow*)VCLUnoHelper::GetWindow(xParentWindow); in attachFrame() 809 css::uno::Reference< css::awt::XWindow > xParentWindow; in initialize() local 812 (!(lArgs[0] >>= xParentWindow)) || in initialize() 813 (!xParentWindow.is() ) in initialize() 822 Window* pParent = VCLUnoHelper::GetWindow(xParentWindow); in initialize()
|
/aoo42x/main/sd/workben/custompanel/ |
H A D | ctp_panel.cxx | 129 Reference< XWindow > xParentWindow; in SingleColorPanel() local 135 xParentWindow.set( xAnchorPane->getWindow(), UNO_SET_THROW ); in SingleColorPanel() 136 xParentPeer.set( xParentWindow, UNO_QUERY_THROW ); in SingleColorPanel() 143 if ( xParentWindow.is() ) in SingleColorPanel() 149 const Rectangle aPanelAnchorSize( xParentWindow->getPosSize() ); in SingleColorPanel()
|
/aoo42x/main/canvas/source/vcl/ |
H A D | spritecanvas.cxx | 104 uno::Reference< awt::XWindow > xParentWindow; in initialize() local 105 maArguments[4] >>= xParentWindow; in initialize() 107 OutDevProviderSharedPtr pOutDev( new WindowOutDevHolder(xParentWindow) ); in initialize() 111 setWindow(uno::Reference<awt::XWindow2>(xParentWindow, uno::UNO_QUERY_THROW)); in initialize()
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_spritecanvas.cxx | 87 uno::Reference< awt::XWindow > xParentWindow; in initialize() local 88 maArguments[4] >>= xParentWindow; in initialize() 90 Window* pParentWindow = VCLUnoHelper::GetWindow(xParentWindow); in initialize() 114 setWindow(uno::Reference<awt::XWindow2>(xParentWindow, uno::UNO_QUERY_THROW)); in initialize()
|
/aoo42x/main/framework/source/helper/ |
H A D | vclstatusindicator.cxx | 59 … const css::uno::Reference< css::awt::XWindow >& xParentWindow) in DEFINE_XINTERFACE_1() 63 , m_xParentWindow (xParentWindow ) in DEFINE_XINTERFACE_1() 86 css::uno::Reference< css::awt::XWindow > xParentWindow = m_xParentWindow; in start() local 93 Window* pParentWindow = VCLUnoHelper::GetWindow(xParentWindow); in start()
|
H A D | statusindicatorfactory.cxx | 363 css::uno::Reference< css::awt::XWindow > xParentWindow; in implts_makeParentVisibleIfAllowed() local 365 xParentWindow = xFrame->getContainerWindow(); in implts_makeParentVisibleIfAllowed() 367 xParentWindow = xPluggWindow; in implts_makeParentVisibleIfAllowed() 372 css::uno::Reference< css::awt::XWindow2 > xVisibleCheck(xParentWindow, css::uno::UNO_QUERY); in implts_makeParentVisibleIfAllowed() 431 Window* pWindow = VCLUnoHelper::GetWindow(xParentWindow); in implts_makeParentVisibleIfAllowed()
|
/aoo42x/main/odk/examples/cpp/custompanel/ |
H A D | ctp_factory.cxx | 89 Reference< XWindow > xParentWindow; in createUIElement() local 96 xParentWindow.set( pArg->Value, UNO_QUERY ); in createUIElement() 100 if ( !xParentWindow.is() ) in createUIElement() 111 …Reference< XUIElement > xUIElement( new PanelUIElement( m_xContext, xParentWindow, i_rResourceURL,… in createUIElement()
|
/aoo42x/main/sw/source/ui/sidebar/ |
H A D | SwPanelFactory.cxx | 101 …Reference<awt::XWindow> xParentWindow (aArguments.getOrDefault("ParentWindow", Reference<awt::XWin… in createUIElement() local 105 ::Window* pParentWindow = VCLUnoHelper::GetWindow(xParentWindow); in createUIElement() 106 if ( ! xParentWindow.is() || pParentWindow==NULL) in createUIElement()
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_spritecanvas.cxx | 95 uno::Reference< awt::XWindow > xParentWindow; in initialize() local 96 maArguments[4] >>= xParentWindow; in initialize() 97 Window* pParentWindow = VCLUnoHelper::GetWindow(xParentWindow); in initialize()
|
/aoo42x/main/sc/source/ui/sidebar/ |
H A D | ScPanelFactory.cxx | 104 …Reference<awt::XWindow> xParentWindow (aArguments.getOrDefault("ParentWindow", Reference<awt::XWin… in createUIElement() local 108 ::Window* pParentWindow = VCLUnoHelper::GetWindow(xParentWindow); in createUIElement() 109 if ( ! xParentWindow.is() || pParentWindow==NULL) in createUIElement()
|
/aoo42x/main/sd/source/ui/sidebar/ |
H A D | PanelFactory.cxx | 143 …Reference<awt::XWindow> xParentWindow (aArguments.getOrDefault("ParentWindow", Reference<awt::XWin… in createUIElement() local 147 ::Window* pParentWindow = VCLUnoHelper::GetWindow(xParentWindow); in createUIElement() 148 if ( ! xParentWindow.is() || pParentWindow==NULL) in createUIElement()
|
H A D | SidebarFactory.cxx | 148 …Reference<awt::XWindow> xParentWindow (aArguments.getOrDefault("ParentWindow", Reference<awt::XWin… in createUIElement() local 152 ::Window* pParentWindow = VCLUnoHelper::GetWindow(xParentWindow); in createUIElement() 153 if ( ! xParentWindow.is() || pParentWindow==NULL) in createUIElement()
|
/aoo42x/main/svx/source/sidebar/ |
H A D | PanelFactory.cxx | 117 …Reference<awt::XWindow> xParentWindow (aArguments.getOrDefault("ParentWindow", Reference<awt::XWin… in createUIElement() local 125 ::Window* pParentWindow = VCLUnoHelper::GetWindow(xParentWindow); in createUIElement() 126 if ( ! xParentWindow.is() || pParentWindow==NULL) in createUIElement()
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | viewmediashape.cxx | 219 uno::Reference< awt::XWindow > xParentWindow; in resize() local 221 getPropertyValue( xParentWindow, in resize() 225 const awt::Rectangle aRect( xParentWindow->getPosSize() ); in resize()
|
H A D | viewappletshape.cxx | 146 uno::Reference< awt::XWindow2 > xParentWindow( in startApplet() local 167 … uno::Reference< awt::XWindowPeer >(xParentWindow, in startApplet()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | sfxhelp.cxx | 822 Reference< ::com::sun::star::awt::XWindow > xParentWindow = xHelpTask->getContainerWindow(); in impl_createHelp() local 823 …Window* pParentWindow = VCLUnoHelper::GetWindow( xParentWindow… in impl_createHelp() 839 pHelpWindow->setContainerWindow( xParentWindow ); in impl_createHelp() 840 xParentWindow->setVisible(sal_True); in impl_createHelp()
|
/aoo42x/main/offapi/com/sun/star/drawing/ |
H A D | XPresenterHelper.idl | 56 @param xParentWindow 75 [in] ::com::sun::star::awt::XWindow xParentWindow, 166 [in] ::com::sun::star::awt::XWindow xParentWindow);
|
H A D | SlideSorter.idl | 64 @param xParentWindow 71 [in] ::com::sun::star::awt::XWindow xParentWindow);
|
/aoo42x/main/sdext/source/minimizer/ |
H A D | impoptimizer.cxx | 621 Reference< XWindowPeer > xParentWindow; in Optimize() local 632 case TK_ParentWindow: rArguments[ i ].Value >>= xParentWindow; break; in Optimize() 739 if ( xParentWindow.is() ) in Optimize() 742 mxContext, xParentWindow, maSaveAsURL, mbOpenNewDocument, in Optimize()
|
/aoo42x/main/sd/source/ui/slideshow/ |
H A D | slideshow.cxx | 962 Reference< XWindow > xParentWindow; in startPreview() local 964 xParentWindow = VCLUnoHelper::GetInterface( pParent ); in startPreview() 967 aArguments[3].Value <<= xParentWindow; in startPreview()
|
/aoo42x/main/svx/source/form/ |
H A D | fmtools.cxx | 148 Reference< XWindow > xParentWindow = VCLUnoHelper::GetInterface(pParentWindow); in displayException() local 152 …rtyValue(::rtl::OUString::createFromAscii("ParentWindow"), 0, makeAny(xParentWindow), PropertyStat… in displayException()
|
H A D | fmPropBrw.cxx | 569 Reference< XWindow > xParentWindow( VCLUnoHelper::GetInterface ( this ) ); in impl_createPropertyBrowser_throw() local 587 …::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DialogParentWindow" ) ), makeAny( xParentWindow ) ), in impl_createPropertyBrowser_throw()
|
/aoo42x/main/framework/inc/helper/ |
H A D | vclstatusindicator.hxx | 96 … const css::uno::Reference< css::awt::XWindow >& xParentWindow);
|