Home
last modified time | relevance | path

Searched refs:xComponentWindow (Results 1 – 10 of 10) sorted by relevance

/trunk/main/chart2/source/controller/main/
H A DChartFrameloader.cxx118 uno::Reference< awt::XWindow > xComponentWindow = NULL; in load() local
127 xComponentWindow = in load()
142 xFrame->setComponent(xComponentWindow,xController); in load()
176 …if( xComponentWindow.is() && aMDHelper.ISSET_FilterName && aMDHelper.FilterName.equals( C2U("StarC… in load()
178 awt::Rectangle aRect( xComponentWindow->getPosSize() ); in load()
180xComponentWindow->setPosSize( aRect.X, aRect.Y, aRect.Width, aRect.Height, nFlags ); in load()
/trunk/main/framework/source/helper/
H A Ddockingareadefaultacceptor.cxx117 css::uno::Reference< css::awt::XWindow > xComponentWindow( xFrame->getComponentWindow() ); in requestDockingAreaSpace() local
120 ( xComponentWindow.is() == sal_True ) ) in requestDockingAreaSpace()
155 css::uno::Reference< css::awt::XWindow > xComponentWindow( xFrame->getComponentWindow() ); in setDockingAreaSpace() local
158 ( xComponentWindow.is() == sal_True ) ) in setDockingAreaSpace()
177xComponentWindow->setPosSize( BorderSpace.X, BorderSpace.Y, nWidth, nHeight, css::awt::PosSize::PO… in setDockingAreaSpace()
/trunk/main/framework/source/services/
H A Dframe.cxx1362 if ( xController.is() && ! xComponentWindow.is() ) in setComponent()
1435 (xOldComponentWindow != xComponentWindow) in setComponent()
1462 m_xComponentWindow = xComponentWindow; in setComponent()
1482 (xComponentWindow.is()) in setComponent()
1485 xComponentWindow->setFocus(); in setComponent()
2235 css::uno::Reference< css::awt::XWindow > xComponentWindow = m_xComponentWindow; in focusGained() local
2239 if( xComponentWindow.is() == sal_True ) in focusGained()
2241 xComponentWindow->setFocus(); in focusGained()
2824 css::uno::Reference< css::awt::XWindow > xComponentWindow( getComponentWindow() ); in implts_resizeComponentWindow() local
2825 if( xComponentWindow.is() == sal_True ) in implts_resizeComponentWindow()
[all …]
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DFrame.java114 …public boolean setComponent( /*IN*/com.sun.star.awt.XWindow xComponentWindow, /*IN*/ com.sun.star.… in setComponent() argument
116 return xFrame.setComponent( xComponentWindow, xController ); in setComponent()
/trunk/main/framework/inc/services/
H A Dtask.hxx306 …sal_Bool SAL_CALL setComponent( const css::uno::Reference< css::awt::XWindow >& xComponentWindow , in setComponent() argument
309 return Frame::setComponent( xComponentWindow, xController ); in setComponent()
H A Ddesktop.hxx295 …t ( const css::uno::Reference< css::awt::XWindow >& xComponentWindow ,
H A Dframe.hxx214 …L_CALL setComponent ( const css::uno::Reference< css::awt::XWindow >& xComponentWindow ,
/trunk/main/framework/source/dispatch/
H A Dstartmoduledispatcher.cxx213 css::uno::Reference< css::awt::XWindow > xComponentWindow(xStartModule, css::uno::UNO_QUERY); in implts_establishBackingMode() local
214 xFrame->setComponent(xComponentWindow, xStartModule); in implts_establishBackingMode()
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx2361 Reference< awt::XWindow > xComponentWindow( m_xFrame->getComponentWindow() ); in implts_doLayout() local
2368 if ( bNoLock && xDockingAreaAcceptor.is() && xContainerWindow.is() && xComponentWindow.is() ) in implts_doLayout()
2396 awt::Rectangle aComponentRect = xComponentWindow->getPosSize(); in implts_doLayout()
2468 Reference< awt::XWindow > xComponentWindow = m_xFrame->getComponentWindow(); in implts_resizeContainerWindow() local
2500 xComponentWindow->setPosSize( rComponentPos.X, rComponentPos.Y, 0, 0, awt::PosSize::POS ); in implts_resizeContainerWindow()
2757 Reference< awt::XWindow > xComponentWindow( m_xFrame->getComponentWindow() ); in windowResized() local
2758 if( xComponentWindow.is() == sal_True ) in windowResized()
2769 xComponentWindow->setPosSize( 0, 0, aSize.Width, aSize.Height, awt::PosSize::POSSIZE ); in windowResized()
/trunk/main/offapi/com/sun/star/frame/
H A DXFrame.idl272 @param xComponentWindow
298 [in] com::sun::star::awt::XWindow xComponentWindow,

Completed in 526 milliseconds