Home
last modified time | relevance | path

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

/aoo4110/main/reportdesign/source/ui/inc/
H A DUITools.hxx89 const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow>& _xWindow,
97 ,const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow>& _xWindow
110 … , const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow>& _xWindow
/aoo4110/main/framework/source/layoutmanager/
H A Dhelpers.cxx160 … ui::XUIElement >& xUIElement, awt::Rectangle& _rPosSize, uno::Reference< awt::XWindow >& _xWindow) in lcl_checkUIElement() argument
166 _xWindow.set( xUIElement->getRealInterface(), uno::UNO_QUERY ); in lcl_checkUIElement()
167 _rPosSize = _xWindow->getPosSize(); in lcl_checkUIElement()
169 Window* pWindow = VCLUnoHelper::GetWindow( _xWindow ); in lcl_checkUIElement()
H A Dhelpers.hxx70 …ectangle& _rPosSize, ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >& _xWindow);
/aoo4110/main/odk/examples/DevelopersGuide/GUI/
H A DUnoMenu.java159 public void addMenuBar(XWindow _xWindow){ in addMenuBar() argument
160 XTopWindow xTopWindow = (XTopWindow) UnoRuntime.queryInterface(XTopWindow.class, _xWindow); in addMenuBar()
H A DUnoDialogSample.java327 public void calculateDialogPosition(XWindow _xWindow) { in calculateDialogPosition() argument
329 Rectangle CurPosSize = _xWindow.getPosSize(); in calculateDialogPosition()
336 _xWindow.setPosSize(iXPos, iYPos, DialogWidth, DialogHeight, PosSize.POS); in calculateDialogPosition()
/aoo4110/main/svx/source/svdraw/
H A Dsvdoole2.cxx144 void setWindow(const uno::Reference< awt::XWindow >& _xWindow);
605 void SdrLightEmbeddedClient_Impl::setWindow(const uno::Reference< awt::XWindow >& _xWindow) in setWindow() argument
607 m_xWindow = _xWindow; in setWindow()
2326 …Ole2Obj::SetWindow(const com::sun::star::uno::Reference < com::sun::star::awt::XWindow >& _xWindow) in SetWindow() argument
2330 mpImpl->pLightClient->setWindow(_xWindow); in SetWindow()
/aoo4110/main/wizards/com/sun/star/wizards/db/
H A DTableDescriptor.java88 …public TableDescriptor(XMultiServiceFactory xMSF, XWindow _xWindow, String _sColumnAlreadyExistsMe… in TableDescriptor() argument
94 xWindow = _xWindow; in TableDescriptor()
H A DDBMetaData.java1066 public void callSQLErrorMessageDialog(SQLException oSQLException, XWindow _xWindow) in callSQLErrorMessageDialog() argument
1074 aPropertyValue[1] = Properties.createProperty("ParentWindow", _xWindow); in callSQLErrorMessageDialog()
/aoo4110/main/svx/inc/svx/
H A Dsvdoole2.hxx193 void SetWindow(const com::sun::star::uno::Reference < com::sun::star::awt::XWindow >& _xWindow);
/aoo4110/main/reportdesign/source/ui/report/
H A DReportController.cxx239 uno::Reference< awt::XWindow>& _xWindow, in lcl_getReportControlFormat()
247 _xWindow = aMap.getUnpackedValueOrDefault(CURRENT_WINDOW,uno::Reference< awt::XWindow>()); in lcl_getReportControlFormat()
259 if ( !_xWindow.is() ) in lcl_getReportControlFormat()
260 _xWindow = VCLUnoHelper::GetInterface(_pView); in lcl_getReportControlFormat()

Completed in 93 milliseconds