Home
last modified time | relevance | path

Searched refs:xWindow (Results 201 – 225 of 276) sorted by relevance

12345678910>>...12

/trunk/main/basic/source/basmgr/
H A Dvbahelper.cxx152 … uno::Reference< awt::XWindow > xWindow( xFrame->getContainerWindow(), uno::UNO_SET_THROW ); in lclEnableContainerWindows() local
153 xWindow->setEnable( bEnableWindows ); in lclEnableContainerWindows()
/trunk/main/toolkit/source/layout/core/
H A Dhelper.cxx201 uno::Reference< awt::XWindow> xWindow( xPeer, uno::UNO_QUERY ); in toolkitCreateWidget()
202 if ( xWindow.is() ) in toolkitCreateWidget()
203 xWindow->setVisible( true ); in toolkitCreateWidget()
/trunk/main/sd/source/ui/presenter/
H A DPresenterHelper.cxx128 Reference<awt::XWindow> xWindow (pWindow->GetComponentInterface(), UNO_QUERY); in createWindow() local
157 return xWindow; in createWindow()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxGraphCtrlAccessibleContext.java154 XWindow xWindow = (XWindow) in createTestEnvironment() local
157 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DAccessibleRadioButton.java230 XWindow xWindow = (XWindow) UnoRuntime.queryInterface(XWindow.class, in createTestEnvironment() local
233 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
H A DAccessibleTabPage.java230 XWindow xWindow = (XWindow) UnoRuntime.queryInterface(XWindow.class, in createTestEnvironment() local
233 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
/trunk/main/offapi/com/sun/star/awt/
H A DXContainerWindowEventHandler.idl57 @param xWindow
85 [in] com::sun::star::awt::XWindow xWindow,
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiOptionsEventHandlerImpl.java222 public boolean callHandlerMethod( XWindow xWindow, Object aEventObject, String sMethod ) in callHandlerMethod() argument
241 … m_xDialog = (XDialog)UnoRuntime.queryInterface( XDialog.class, xWindow ); in callHandlerMethod()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAccessibleDocumentPagePreview.java168 … XWindow xWindow = at.getCurrentContainerWindow((XMultiServiceFactory)Param.getMSF(), aModel); in createTestEnvironment() local
169 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
H A DScAccessiblePageHeader.java155 XWindow xWindow = at.getCurrentWindow( (XMultiServiceFactory) Param.getMSF(), aModel); in createTestEnvironment() local
156 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
H A DScAccessiblePreviewHeaderCell.java253 XWindow xWindow = at.getCurrentWindow( (XMultiServiceFactory) Param.getMSF(), xModel); in createTestEnvironment() local
254 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneFactory.cxx351 Reference<awt::XWindow> xWindow (pDescriptor->mxBorderWindow, UNO_QUERY_THROW); in CreatePane() local
352 xWindow->setVisible(sal_True); in CreatePane()
/trunk/main/framework/source/uielement/
H A Dtogglebuttontoolbarcontroller.cxx129 uno::Reference< awt::XWindow > xWindow; in createPopupWindow() local
154 return xWindow; in createPopupWindow()
H A Dtoolbarmanager.cxx1135 Reference< XWindow > xWindow = xTbxController->createItemWindow( xToolbarWindow ); in CreateControllers() local
1136 if ( xWindow.is() ) in CreateControllers()
1138 Window* pItemWin = VCLUnoHelper::GetWindow( xWindow ); in CreateControllers()
2008 pExecuteInfo->xWindow = VCLUnoHelper::GetInterface( m_pToolBar ); in IMPL_LINK()
2206 ( pExecuteInfo->xWindow.is() )) in IMPL_STATIC_LINK_NOINSTANCE()
2211 Window* pWin = VCLUnoHelper::GetWindow( pExecuteInfo->xWindow ); in IMPL_STATIC_LINK_NOINSTANCE()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XUserInputInterception.java471 XWindow xWindow = at.getCurrentWindow( in clickIntoDoc() local
475 XAccessible xRoot = at.getAccessibleObject(xWindow); in clickIntoDoc()
/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/
H A DSampleDialog.java218 XWindow xWindow = ( XWindow )UnoRuntime.queryInterface( in createDialog() local
220 xWindow.setVisible( false ); in createDialog()
/trunk/main/svtools/source/uno/
H A Dtoolboxcontroller.cxx649 Reference< XWindow > xWindow = m_xParentWindow; in isHighContrast() local
650 if ( xWindow.is() ) in isHighContrast()
653 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in isHighContrast()
/trunk/main/vbahelper/source/msforms/
H A Dvbauserform.cxx74 … uno::Reference< awt::XWindow > xWindow( xFrame->getContainerWindow(), uno::UNO_SET_THROW ); in Show() local
75 awt::Rectangle aPosSize = xWindow->getPosSize(); // already in pixel in Show()
/trunk/main/toolkit/workben/
H A Dunodialog.cxx221 uno::Reference< awt::XWindow > xWindow( xDlg, uno::UNO_QUERY ); in Main() local
222 xWindow->setVisible( sal_False ); in Main()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwAccessiblePageView.java190 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)Param.getMSF(), aModel); in createTestEnvironment() local
191 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTools.java316 public void clickThreadButton(XMultiServiceFactory xMSF, XWindow xWindow, String buttonName) in clickThreadButton() argument
319 KlickButtonThread kbt = new KlickButtonThread(xMSF, xWindow, buttonName); in clickThreadButton()
/trunk/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx552 Reference<awt::XWindow> xWindow; in GetPaneWindow() local
562 xWindow = xPane->getWindow(); in GetPaneWindow()
574 return xWindow; in GetPaneWindow()
/trunk/main/offapi/com/sun/star/frame/
H A DXFrame.idl67 <var>xWindow</var>. Thus, the previous owner is not allowed to
70 @param xWindow
75 void initialize( [in] com::sun::star::awt::XWindow xWindow );
/trunk/main/framework/qa/complex/XUserInputInterception/
H A DEventTest.java535 XWindow xWindow = at.getCurrentWindow( in clickIntoDoc() local
539 XAccessible xRoot = at.getAccessibleObject(xWindow); in clickIntoDoc()
/trunk/main/dbaccess/source/ui/misc/
H A Dcontrollerframe.cxx181 Reference< XWindow2 > xWindow( _rxFrame->getContainerWindow(), UNO_QUERY_THROW ); in lcl_isActive_nothrow() local
182 bIsActive = xWindow->isActive(); in lcl_isActive_nothrow()

Completed in 148 milliseconds

12345678910>>...12