Home
last modified time | relevance | path

Searched refs:xFrame (Results 126 – 150 of 336) sorted by relevance

12345678910>>...14

/trunk/main/svx/source/svdraw/
H A Dsvdoole2.cxx104 uno::Reference < beans::XPropertySet > xFrame; in lcl_getFrame_throw() local
110 xFrame.set( xController->getFrame(),uno::UNO_QUERY_THROW); in lcl_getFrame_throw()
113 return xFrame; in lcl_getFrame_throw()
396 uno::Reference < beans::XPropertySet > xFrame( lcl_getFrame_throw(mpObj)); in activatingUI() local
397 uno::Reference < frame::XFrame > xOwnFrame( xFrame,uno::UNO_QUERY); in activatingUI()
410 if ( xFrame == lcl_getFrame_throw(pObj) ) in activatingUI()
465 uno::Reference < beans::XPropertySet > xFrame( lcl_getFrame_throw(mpObj)); in getLayoutManager() local
468 …xMan.set(xFrame->getPropertyValue( ::rtl::OUString::createFromAscii("LayoutManager") ),uno::UNO_QU… in getLayoutManager()
600 uno::Reference< frame::XFrame> xFrame(lcl_getFrame_throw(mpObj),uno::UNO_QUERY_THROW); in getWindow() local
601 xCurrent = xFrame->getComponentWindow(); in getWindow()
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx503 Reference< XFrame > xFrame; in TransformParameters() local
504 OSL_VERIFY( rProp.Value >>= xFrame ); in TransformParameters()
597 Reference< XFrame > xFrame; in TransformParameters() local
1678 Reference < XFrame > xFrame; in SFX_IMPL_XINTERFACE_5() local
1681 aArguments[0] >>= xFrame; in SFX_IMPL_XINTERFACE_5()
1682 m_xFrame = xFrame; in SFX_IMPL_XINTERFACE_5()
1690 if ( xFrame.is() ) in GetObjectShell_Impl()
1695 if ( pFrame->GetFrameInterface() == xFrame ) in GetObjectShell_Impl()
2001 Reference < XFrame > xFrame; in initialize() local
2004 aArguments[0] >>= xFrame; in initialize()
[all …]
/trunk/main/framework/inc/framework/
H A Dtitlehelper.hxx168 void impl_updateTitleForFrame (const css::uno::Reference< css::frame::XFrame >& xFrame);
172 void impl_startListeningForFrame (const css::uno::Reference< css::frame::XFrame >& xFrame);
173 void impl_updateListeningForFrame (const css::uno::Reference< css::frame::XFrame >& xFrame);
/trunk/main/svtools/source/uno/
H A Dstatusbarcontroller.cxx54 const Reference< XFrame >& xFrame, in StatusbarController()
61 , m_xFrame( xFrame ) in StatusbarController()
286 Reference< XFrame > xFrame( Source.Source, UNO_QUERY ); in disposing() local
287 if ( xFrame.is() ) in disposing()
289 if ( xFrame == m_xFrame ) in disposing()
/trunk/main/sfx2/source/doc/
H A Diframe.cxx140 const uno::Reference < frame::XFrame >& xFrame ) in load()
146 Window* pParent = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() ); in load()
153 xFrame->setComponent( xWindow, uno::Reference < frame::XController >() ); in load()
164 uno::Reference < frame::XFramesSupplier > xFramesSupplier( xFrame, uno::UNO_QUERY ); in load()
/trunk/main/svx/inc/
H A Dtbunosearchcontrollers.hxx53 css::uno::Reference< css::frame::XFrame >& xFrame,
80 …void registryController( const css::uno::Reference< css::frame::XFrame >& xFrame, const css::uno::…
81 …void freeController ( const css::uno::Reference< css::frame::XFrame >& xFrame, const css::uno::Ref…
82 …tener > findController( const css::uno::Reference< css::frame::XFrame >& xFrame, const ::rtl::OUSt…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DAccessibilityTools.java78 XFrame xFrame = xController.getFrame(); in getWindow() local
80 if (xFrame == null) { in getWindow()
85 xWindow = xFrame.getContainerWindow(); in getWindow()
87 xWindow = xFrame.getComponentWindow(); in getWindow()
H A DBasicMacroTools.java119 XFrame xFrame = xController.getFrame(); in makeDispatchProvider() local
121 if (xFrame == null) { in makeDispatchProvider()
126 XDispatchProvider.class, xFrame); in makeDispatchProvider()
/trunk/main/framework/source/helper/
H A Docomponentaccess.cxx193 …ent > OComponentAccess::impl_getFrameComponent( const css::uno::Reference< XFrame >& xFrame ) const in impl_getFrameComponent()
198 css::uno::Reference< XController > xController = xFrame->getController(); in impl_getFrameComponent()
202 xComponent = css::uno::Reference< XComponent >( xFrame->getComponentWindow(), UNO_QUERY ); in impl_getFrameComponent()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XLayoutManager.java39 private XFrame xFrame = null; field in _XLayoutManager
43 xFrame = (XFrame)tEnv.getObjRelation("XLayoutManager.Frame"); in before()
47 oObj.attachFrame(xFrame); in _attachFrame()
/trunk/main/comphelper/source/misc/
H A Ddocumentinfo.cxx115 Reference< XFrame > xFrame; in getDocumentTitle() local
117 xFrame.set( xController->getFrame() ); in getDocumentTitle()
118 sTitle = lcl_getTitle( xFrame ); in getDocumentTitle()
/trunk/main/sdext/source/presenter/
H A DPresenterController.cxx162 Reference<frame::XFrame> xFrame (mxController->getFrame()); in PresenterController() local
163 if (xFrame.is()) in PresenterController()
164 xFrame->addFrameActionListener(this); in PresenterController()
243 Reference<frame::XFrame> xFrame (mxController->getFrame()); in disposing() local
244 if (xFrame.is()) in disposing()
245 xFrame->removeFrameActionListener(this); in disposing()
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/
H A Daddon.cxx87 Reference < XFrame > xFrame; in initialize() local
90 aArguments[0] >>= xFrame; in initialize()
91 mxFrame = xFrame; in initialize()
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/
H A DAsyncJob.java127 com.sun.star.frame.XFrame xFrame = null; in executeAsync() local
138 xFrame = (com.sun.star.frame.XFrame)com.sun.star.uno.AnyConverter.toObject( in executeAsync()
171 if (xFrame != null) in executeAsync()
172 … showInfoModal(xFrame.getContainerWindow(), "Arguments of AsyncJob initialization ...", sOut); in executeAsync()
/trunk/main/filter/source/msfilter/
H A Dsvxmsbas.cxx147 SvStorageStreamRef xFrame = xForm->OpenSotStream( in ImportForms_Impl() local
151 if (!xFrame.Is() || xFrame->GetError()) in ImportForms_Impl()
163 while(xFrame->ReadByteStringLine(sLine, RTL_TEXTENCODING_MS_1252)) in ImportForms_Impl()
/trunk/main/framework/source/uielement/
H A Dpanelwrapper.cxx165 Reference< XFrame > xFrame( m_xWeakFrame ); in initialize() local
166 if ( xFrame.is() ) in initialize()
172 Window* pWindow = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() ); in initialize()
/trunk/main/filter/source/svg/
H A Dsvgfilter.cxx123 uno::Reference< frame::XFrame > xFrame( xDesktop->getCurrentFrame() ); in filter() local
125 if( xFrame.is() ) in filter()
127 uno::Reference< frame::XController > xController( xFrame->getController() ); in filter()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_basctl/
H A DAccessibleShape.java76 XFrame xFrame = xModel.getCurrentController().getFrame(); in createTestEnvironment() local
77 …atchProvider xDPP = (XDispatchProvider) UnoRuntime.queryInterface(XDispatchProvider.class, xFrame); in createTestEnvironment()
114 final XWindow basicIDE = xFrame.getContainerWindow(); in createTestEnvironment()
/trunk/main/chart2/source/controller/main/
H A DCommandDispatchContainer.cxx183 Reference< frame::XFrame > xFrame( xChartController->getFrame()); in getContainerDispatchForURL() local
184 if( xFrame.is()) in getContainerDispatchForURL()
186 Reference< frame::XDispatchProvider > xDispProv( xFrame->getCreator(), uno::UNO_QUERY ); in getContainerDispatchForURL()
/trunk/main/framework/source/uifactory/
H A Duielementfactorymanager.cxx433 Reference< XFrame > xFrame; in createUIElement() local
441 Args[i].Value >>= xFrame; in createUIElement()
450 if ( xFrame.is() && xManager.is() ) in createUIElement()
451 aModuleId = xManager->identify( Reference< XInterface >( xFrame, UNO_QUERY ) ); in createUIElement()
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx490 ::com::sun::star::uno::Reference < ::com::sun::star::frame::XFrame > xFrame( in Dispatch()
492 sAppName = xModuleManager->identify(xFrame); in Dispatch()
831 Reference< XFrame > xFrame = getFrameInterface(); in createAndPositionSubToolBar() local
848 aPropSeq[0].Value <<= xFrame; in createAndPositionSubToolBar()
894 ::Size aSize = getPersistentFloatingSize( xFrame, rSubToolBarResName ); in createAndPositionSubToolBar()
1087 const Reference< XFrame >& xFrame, in SfxFrameStatusListener()
1089 svt::FrameStatusListener( rServiceManager, xFrame ), in SfxFrameStatusListener()
/trunk/main/framework/source/services/
H A Dbackingcomp.cxx457 …SAL_CALL BackingComp::attachFrame( /*IN*/ const css::uno::Reference< css::frame::XFrame >& xFrame ) in attachFrame() argument
469 if (!xFrame.is()) in attachFrame()
480 m_xFrame = xFrame; in attachFrame()
498 css::uno::Reference< css::awt::XWindow > xParentWindow = xFrame->getContainerWindow(); in attachFrame()
/trunk/main/sfx2/source/inet/
H A Dinettbc.cxx204 Reference< XFrame > xFrame( xDesktop->getActiveFrame(), UNO_QUERY ); in IMPL_LINK() local
205 if ( xFrame.is() ) in IMPL_LINK()
207 Window* pWin = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() ); in IMPL_LINK()
/trunk/main/framework/qa/complex/ModuleManager/
H A DCheckXModuleManager.java271 XFrame xFrame = UnoRuntime.queryInterface(XFrame.class, m_xLoader); in impl_identifyModulesBasedOnDocs() local
272 XController xController = xFrame.getController(); in impl_identifyModulesBasedOnDocs()
274 String sModuleFrame = m_xMM.identify(xFrame ); in impl_identifyModulesBasedOnDocs()
/trunk/main/sfx2/source/menu/
H A Dmnuitem.cxx503 Reference< ::com::sun::star::frame::XFrame > xFrame; in IMPL_LINK() local
504 Image aImage = GetImage( xFrame, aImageId, sal_False, bIsHiContrastMode ); in IMPL_LINK()
593 Reference < ::com::sun::star::frame::XFrame > xFrame( xDesktop, UNO_QUERY ); in Select_Impl() local
602 Reference < XDispatchProvider > xProv( xFrame, UNO_QUERY ); in Select_Impl()

Completed in 145 milliseconds

12345678910>>...14