Searched refs:_xWindow (Results 1 – 10 of 10) sorted by relevance
/trunk/main/reportdesign/source/ui/inc/ |
H A D | UITools.hxx | 89 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
|
/trunk/main/framework/source/layoutmanager/ |
H A D | helpers.cxx | 160 … 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 D | helpers.hxx | 70 …ectangle& _rPosSize, ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >& _xWindow);
|
/trunk/main/odk/examples/DevelopersGuide/GUI/ |
H A D | UnoMenu.java | 159 public void addMenuBar(XWindow _xWindow){ in addMenuBar() argument 160 XTopWindow xTopWindow = (XTopWindow) UnoRuntime.queryInterface(XTopWindow.class, _xWindow); in addMenuBar()
|
H A D | UnoDialogSample.java | 327 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()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdoole2.cxx | 144 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()
|
/trunk/main/wizards/com/sun/star/wizards/db/ |
H A D | TableDescriptor.java | 88 …public TableDescriptor(XMultiServiceFactory xMSF, XWindow _xWindow, String _sColumnAlreadyExistsMe… in TableDescriptor() argument 94 xWindow = _xWindow; in TableDescriptor()
|
H A D | DBMetaData.java | 1066 public void callSQLErrorMessageDialog(SQLException oSQLException, XWindow _xWindow) in callSQLErrorMessageDialog() argument 1074 aPropertyValue[1] = Properties.createProperty("ParentWindow", _xWindow); in callSQLErrorMessageDialog()
|
/trunk/main/svx/inc/svx/ |
H A D | svdoole2.hxx | 193 void SetWindow(const com::sun::star::uno::Reference < com::sun::star::awt::XWindow >& _xWindow);
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 239 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 178 milliseconds