Home
last modified time | relevance | path

Searched refs:xParentWindow (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/sdext/source/presenter/
H A DPresenterPaneAnimator.cxx490 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 …]
/trunk/main/framework/source/services/
H A Dtaskcreatorsrv.cxx163 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 Dbackingcomp.cxx498 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()
/trunk/main/sd/workben/custompanel/
H A Dctp_panel.cxx129 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()
/trunk/main/canvas/source/vcl/
H A Dspritecanvas.cxx104 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()
/trunk/main/framework/source/helper/
H A Dvclstatusindicator.cxx59 … 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 Dstatusindicatorfactory.cxx363 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()
/trunk/main/canvas/source/cairo/
H A Dcairo_spritecanvas.cxx87 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()
/trunk/main/odk/examples/cpp/custompanel/
H A Dctp_factory.cxx89 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()
/trunk/main/sw/source/ui/sidebar/
H A DSwPanelFactory.cxx101 …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()
/trunk/main/canvas/source/directx/
H A Ddx_spritecanvas.cxx95 uno::Reference< awt::XWindow > xParentWindow; in initialize() local
96 maArguments[4] >>= xParentWindow; in initialize()
97 Window* pParentWindow = VCLUnoHelper::GetWindow(xParentWindow); in initialize()
/trunk/main/sc/source/ui/sidebar/
H A DScPanelFactory.cxx104 …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()
/trunk/main/sd/source/ui/sidebar/
H A DPanelFactory.cxx143 …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 DSidebarFactory.cxx148 …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()
/trunk/main/svx/source/sidebar/
H A DPanelFactory.cxx117 …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()
/trunk/main/slideshow/source/engine/shapes/
H A Dviewmediashape.cxx219 uno::Reference< awt::XWindow > xParentWindow; in resize() local
221 getPropertyValue( xParentWindow, in resize()
225 const awt::Rectangle aRect( xParentWindow->getPosSize() ); in resize()
H A Dviewappletshape.cxx146 uno::Reference< awt::XWindow2 > xParentWindow( in startApplet() local
167 … uno::Reference< awt::XWindowPeer >(xParentWindow, in startApplet()
/trunk/main/sfx2/source/appl/
H A Dsfxhelp.cxx822 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()
/trunk/main/offapi/com/sun/star/drawing/
H A DXPresenterHelper.idl56 @param xParentWindow
75 [in] ::com::sun::star::awt::XWindow xParentWindow,
166 [in] ::com::sun::star::awt::XWindow xParentWindow);
H A DSlideSorter.idl64 @param xParentWindow
71 [in] ::com::sun::star::awt::XWindow xParentWindow);
/trunk/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx621 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()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx962 Reference< XWindow > xParentWindow; in startPreview() local
964 xParentWindow = VCLUnoHelper::GetInterface( pParent ); in startPreview()
967 aArguments[3].Value <<= xParentWindow; in startPreview()
/trunk/main/svx/source/form/
H A Dfmtools.cxx148 Reference< XWindow > xParentWindow = VCLUnoHelper::GetInterface(pParentWindow); in displayException() local
152 …rtyValue(::rtl::OUString::createFromAscii("ParentWindow"), 0, makeAny(xParentWindow), PropertyStat… in displayException()
H A DfmPropBrw.cxx569 Reference< XWindow > xParentWindow( VCLUnoHelper::GetInterface ( this ) ); in impl_createPropertyBrowser_throw() local
587 …::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DialogParentWindow" ) ), makeAny( xParentWindow ) ), in impl_createPropertyBrowser_throw()
/trunk/main/framework/inc/helper/
H A Dvclstatusindicator.hxx96 … const css::uno::Reference< css::awt::XWindow >& xParentWindow);

Completed in 86 milliseconds

12