Home
last modified time | relevance | path

Searched refs:xWindow (Results 251 – 275 of 276) sorted by relevance

1...<<1112

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx3633 Reference< XWindow > xWindow; in SetPropertyValue() local
3634 if( rValue >>= xWindow ) in SetPropertyValue()
3636 mpParentWindow = xWindow.is() ? VCLUnoHelper::GetWindow( xWindow ) : 0; in SetPropertyValue()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DPeerConfig.java51 oUnoDialog.xWindow.addWindowListener(this); in PeerConfig()
/trunk/main/sfx2/source/doc/
H A Dguisaveas.cxx1784 uno::Reference< awt::XWindow > xWindow = xFrame->getContainerWindow(); in GetModelWindow() local
1785 if ( xWindow.is() ) in GetModelWindow()
1787 VCLXWindow* pVCLWindow = VCLXWindow::GetImplementation( xWindow ); in GetModelWindow()
H A Dsfxbasemodel.cxx426 uno::Reference< awt::XWindow > xWindow = xFrame->getContainerWindow(); in GetVCLWindow() local
427 if ( xWindow.is() ) in GetVCLWindow()
428 pWindow = VCLUnoHelper::GetWindow( xWindow ); in GetVCLWindow()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1323 css::uno::Reference< css::awt::XWindow > xWindow( xMsgBox, css::uno::UNO_QUERY ); in createMessageBox() local
1324 if ( xMsgBox.is() && xWindow.is() ) in createMessageBox()
1326 Window * pWindow = VCLUnoHelper::GetWindow( xWindow ); in createMessageBox()
/trunk/main/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx815 …css::uno::Reference< css::awt::XWindow > xWindow(xUIElement->getRealInterface(), css::uno::UNO_QUE… in dispatch() local
816 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in dispatch()
/trunk/main/svtools/source/contnr/
H A Dtemplwin.hxx194 xWindow;
/trunk/main/wizards/com/sun/star/wizards/query/
H A DFinalizer.java169 … if ( CurDBMetaData.getSQLQueryComposer().setQueryCommand( m_queryWizard.xWindow, true, true ) in finish()
/trunk/main/extensions/source/bibliography/
H A Dframectr.hxx69 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > xWindow;
/trunk/main/offapi/com/sun/star/awt/
H A DXContainerWindowProvider.idl92 void HandlerMethodName( [in] com::sun::star::awt::XWindow xWindow, [in] any aEvent )
/trunk/main/framework/inc/uielement/
H A Dtoolbarmanager.hxx150 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > xWindow;
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java1141 final XWindow xWindow = UnoRuntime.queryInterface(XWindow.class, aUnoCtrlFixedText); in getPreferredSize() local
1142 xWindow.setVisible(false); in getPreferredSize()
/trunk/main/forms/source/component/
H A DFormComponent.cxx324 Reference< XWindow2 > xWindow; in impl_resetStateGuard_nothrow() local
328 xWindow.set( getPeer(), UNO_QUERY ); in impl_resetStateGuard_nothrow()
335 m_aWindowStateGuard.attach( xWindow, xModel ); in impl_resetStateGuard_nothrow()
/trunk/main/wizards/com/sun/star/wizards/table/
H A DTableWizard.java365 … curTableDescriptor = new TableDescriptor(xMSF, super.xWindow, this.sMsgColumnAlreadyExists); in startTableWizard()
/trunk/main/framework/inc/services/
H A Ddesktop.hxx285 … ( const css::uno::Reference< css::awt::XWindow >& xWindow ) throw(…
H A Dlayoutmanager.hxx238 …:OUString aName, const ::com::sun::star::uno::Reference< com::sun::star::awt::XWindow >& xWindow );
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx1602 Reference< xml::sax::XAttributeList > xWindow( pWindow ); in exportDialogModel() local
1605 xOut->startElement( aWindowName, xWindow ); in exportDialogModel()
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx736 Reference< awt::XWindow > xWindow = VCLUnoHelper::GetInterface( this ); in IMPL_LINK() local
741 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in IMPL_LINK()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.hxx512 xWindow;
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.hxx293 …UString aName, const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >& xWindow );
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextDocument.java322 XWindow xWindow = xFrame.getComponentWindow(); in TextDocument() local
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportWizard.java272 bQueryCreated = sqlQueryComposer.setQueryCommand(this.xWindow, false, false); in executeQuery()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx1974 Reference< XWindow > xWindow( m_xActiveController->getCurrentControl(), UNO_QUERY ); in setActiveController() local
1975 if ( xWindow.is() ) in setActiveController()
1976 xWindow->setFocus(); in setActiveController()
/trunk/main/cui/source/customize/
H A Dcfg.cxx3807 uno::Reference< com::sun::star::awt::XWindow > xWindow; in SetSystemStyle() local
3809 xWindow = uno::Reference< com::sun::star::awt::XWindow >( in SetSystemStyle()
3812 window = VCLUnoHelper::GetWindow( xWindow ); in SetSystemStyle()
/trunk/main/framework/source/services/
H A Dautorecovery.cxx2074 … css::uno::Reference< css::awt::XWindow > xWindow( xFrame->getContainerWindow(), UNO_SET_THROW ); in lcl_changeVisibility() local
2075 xWindow->setVisible( i_bVisible ); in lcl_changeVisibility()

Completed in 286 milliseconds

1...<<1112