Home
last modified time | relevance | path

Searched refs:xFrame (Results 51 – 75 of 336) sorted by relevance

12345678910>>...14

/trunk/main/sd/source/ui/tools/
H A DEventMultiplexer.cxx263 Reference<frame::XFrame> xFrame ( in Implementation() local
266 mxFrameWeak = xFrame; in Implementation()
267 if (xFrame.is()) in Implementation()
269 xFrame->addFrameActionListener ( in Implementation()
332 Reference<frame::XFrame> xFrame (mxFrameWeak); in ReleaseListeners() local
333 if (xFrame.is()) in ReleaseListeners()
335 xFrame->removeFrameActionListener ( in ReleaseListeners()
584 Reference<frame::XFrame> xFrame (mxFrameWeak); in frameAction() local
585 if (rEvent.Frame == xFrame) in frameAction()
/trunk/main/framework/source/helper/
H A Duielementwrapperbase.cxx139 Reference< XFrame > xFrame; in initialize() local
140 aPropValue.Value >>= xFrame; in initialize()
141 m_xWeakFrame = xFrame; in initialize()
153 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame( m_xWeakFrame ); in getFrame()
154 return xFrame; in getFrame()
201 Reference< XFrame > xFrame( m_xWeakFrame ); in getFastPropertyValue() local
202 aValue <<= xFrame; in getFastPropertyValue()
H A Duiconfigelementwrapperbase.cxx241 Reference< XFrame > xFrame( m_xWeakFrame ); in convertFastPropertyValue() local
243 com::sun::star::uno::makeAny(xFrame), in convertFastPropertyValue()
352 Reference< XFrame > xFrame; in setFastPropertyValue_NoBroadcast() local
354 aValue >>= xFrame; in setFastPropertyValue_NoBroadcast()
355 m_xWeakFrame = xFrame; in setFastPropertyValue_NoBroadcast()
397 Reference< XFrame > xFrame( m_xWeakFrame ); in getFastPropertyValue() local
398 aValue <<= xFrame; in getFastPropertyValue()
551 Reference< XFrame > xFrame( m_xWeakFrame ); in getFrame() local
552 return xFrame; in getFrame()
/trunk/main/extensions/source/propctrlr/
H A Dsqlcommanddesign.cxx218 Reference< XFrame > xFrame( m_xDesigner->getFrame(), UNO_QUERY_THROW ); in impl_raise_nothrow() local
219 Reference< XWindow > xWindow( xFrame->getContainerWindow(), UNO_QUERY_THROW ); in impl_raise_nothrow()
302 Reference< XFrame > xFrame; in impl_createEmptyParentlessTask_nothrow() local
310xFrame = xDesktopFrame->findFrame( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "_blank" ) ), Fra… in impl_createEmptyParentlessTask_nothrow()
311 …OSL_ENSURE( xFrame.is(), "SQLCommandDesigner::impl_createEmptyParentlessTask_nothrow: could not cr… in impl_createEmptyParentlessTask_nothrow()
312 xDesktopFramesCollection->remove( xFrame ); in impl_createEmptyParentlessTask_nothrow()
318 return xFrame; in impl_createEmptyParentlessTask_nothrow()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsListener.cxx108 Reference<frame::XFrame> xFrame; in Listener() local
111 xFrame = xController->getFrame(); in Listener()
112 mxFrameWeak = xFrame; in Listener()
113 if (xFrame.is()) in Listener()
115 xFrame->addFrameActionListener ( in Listener()
188 Reference<frame::XFrame> xFrame (mxFrameWeak); in ReleaseListeners() local
189 if (xFrame.is()) in ReleaseListeners()
191 xFrame->removeFrameActionListener ( in ReleaseListeners()
/trunk/main/framework/source/services/
H A Dframe.cxx469 if( xActiveChild != xFrame ) in setActiveFrame()
472 m_aChildFrameContainer.setActive( xFrame ); in setActiveFrame()
482 if( xFrame.is() == sal_True ) in setActiveFrame()
500 ( xFrame->isActive() == sal_False ) in setActiveFrame()
503 xFrame->activate(); in setActiveFrame()
525 xLayoutManager->attachFrame(xFrame); in lcl_enableLayoutManager()
528 xFrame->addFrameActionListener(xListen); in lcl_enableLayoutManager()
542 xFrame->removeFrameActionListener(xListen); in lcl_disableLayoutManager()
1820 css::uno::Reference< css::frame::XFrame > xFrame; in implts_forgetSubFrames() local
1821 xContainer->getByIndex(i) >>= xFrame; in implts_forgetSubFrames()
[all …]
H A Ddesktop.cxx850 void SAL_CALL Desktop::setActiveFrame( const css::uno::Reference< css::frame::XFrame >& xFrame ) th… in setActiveFrame() argument
862 if( xLastActiveChild != xFrame ) in setActiveFrame()
864 m_aChildTaskContainer.setActive( xFrame ); in setActiveFrame()
1320 css::uno::Reference < css::frame::XFrame > xFrame; in dispatchFinished() local
1736 … > Desktop::impl_getFrameComponent( const css::uno::Reference< css::frame::XFrame >& xFrame ) const in impl_getFrameComponent()
1745 css::uno::Reference< css::frame::XController > xController = xFrame->getController(); in impl_getFrameComponent()
1749 …xComponent = css::uno::Reference< css::lang::XComponent >( xFrame->getComponentWindow(), css::uno:… in impl_getFrameComponent()
1921 css::uno::Reference< css::frame::XFrame > xFrame = lFrames[i]; in impl_closeFrames() local
1926 …css::uno::Reference< css::frame::XController > xController( xFrame->getController(), css::uno::UNO… in impl_closeFrames()
1943 css::uno::Reference< css::util::XCloseable > xClose( xFrame, css::uno::UNO_QUERY ); in impl_closeFrames()
[all …]
/trunk/main/sd/source/ui/controller/
H A Dslidelayoutcontroller.cxx75 extern ::rtl::OUString ImplRetrieveLabelFromCommand( const Reference< XFrame >& xFrame, const OUStr…
82 …LayoutToolbarMenu( SlideLayoutController& rController, const Reference< XFrame >& xFrame, ::Window…
180 …lbarMenu( SlideLayoutController& rController, const Reference< XFrame >& xFrame, ::Window* pParent… in LayoutToolbarMenu() argument
181 : svtools::ToolbarMenu(xFrame, pParent, WB_CLIPCHILDREN ) in LayoutToolbarMenu()
183 , mxFrame(xFrame) in LayoutToolbarMenu()
191 if( xFrame.is() ) try in LayoutToolbarMenu()
193 Reference< XPropertySet > xControllerSet( xFrame->getController(), UNO_QUERY_THROW ); in LayoutToolbarMenu()
/trunk/main/framework/source/dispatch/
H A Ddispatchinformationprovider.cxx64 … const css::uno::Reference< css::frame::XFrame >& xFrame) in DEFINE_XINTERFACE_1()
67 , m_xFrame (xFrame ) in DEFINE_XINTERFACE_1()
164 …css::uno::Reference< css::frame::XFrame > xFrame(m_xFrame.get(), css::uno::UNO_QUERY); in implts_getAllSubProvider() local
168 if (!xFrame.is()) in implts_getAllSubProvider()
171 …CloseDispatcher* pCloser = new CloseDispatcher(xSMGR, xFrame, ::rtl::OUString::createFromAscii("_s… in implts_getAllSubProvider()
175 …css::uno::Reference< css::frame::XDispatchInformationProvider > xController (xFrame->getControll… in implts_getAllSubProvider()
H A Dstartmoduledispatcher.cxx87 … const css::uno::Reference< css::frame::XFrame >& xFrame , in DEFINE_XINTERFACE_4()
92 , m_xOwner (xFrame ) in DEFINE_XINTERFACE_4()
203 …css::uno::Reference< css::frame::XFrame > xFrame = xDesktop->findFrame (SPECIALTARGET_BL… in implts_establishBackingMode() local
204 css::uno::Reference< css::awt::XWindow > xContainerWindow = xFrame->getContainerWindow (); in implts_establishBackingMode()
214 xFrame->setComponent(xComponentWindow, xStartModule); in implts_establishBackingMode()
215 xStartModule->attachFrame(xFrame); in implts_establishBackingMode()
/trunk/main/framework/source/uifactory/
H A Dmenubarfactory.cxx128 Reference< XFrame > xFrame; in CreateUIElement() local
138 Args[n].Value >>= xFrame; in CreateUIElement()
150 if ( xFrame.is() && !xConfigSource.is() ) in CreateUIElement()
155 Reference< XController > xController = xFrame->getController(); in CreateUIElement()
171 …tring aModuleIdentifier = _xModuleManager->identify( Reference< XInterface >( xFrame, UNO_QUERY )); in CreateUIElement()
185 aPropValue.Value <<= xFrame; in CreateUIElement()
H A Daddonstoolboxfactory.cxx172 Reference< XFrame > xFrame; in createUIElement() local
180 Args[n].Value >>= xFrame; in createUIElement()
190 if ( xFrame.is() && in createUIElement()
192 hasButtonsInContext( aConfigData, xFrame )) in createUIElement()
197 aPropValue.Value <<= xFrame; in createUIElement()
/trunk/main/sw/source/ui/envelp/
H A Dmailmrge.cxx296xFrame = uno::Reference< XFrame >(xMgr->createInstance(C2U("com.sun.star.frame.Frame")), UNO_QUERY… in SwMailMergeDlg()
297 if(xFrame.is()) in SwMailMergeDlg()
299 xFrame->initialize( VCLUnoHelper::GetInterface ( pBeamerWin ) ); in SwMailMergeDlg()
304 xFrame.clear(); in SwMailMergeDlg()
306 if(xFrame.is()) in SwMailMergeDlg()
308 uno::Reference<XDispatchProvider> xDP(xFrame, UNO_QUERY); in SwMailMergeDlg()
327 uno::Reference<XController> xController = xFrame->getController(); in SwMailMergeDlg()
487 if(xFrame.is()) in ~SwMailMergeDlg()
489 xFrame->setComponent(NULL, NULL); in ~SwMailMergeDlg()
490 xFrame->dispose(); in ~SwMailMergeDlg()
/trunk/main/toolkit/test/accessibility/
H A DSimpleOffice.java295 XFrame xFrame = xController.getFrame(); in getCurrentWindow() local
296 if (xFrame == null) in getCurrentWindow()
298 xWindow = xFrame.getComponentWindow (); in getCurrentWindow()
362 XFrame xFrame = xDesktop.getCurrentFrame(); in getCurrentView() local
363 if (xFrame == null) in getCurrentView()
366 XController xController = xFrame.getController(); in getCurrentView()
/trunk/main/oox/source/helper/
H A Dgraphichelper.cxx112 Reference< XFrame > xFrame = rxTargetFrame; in GraphicHelper() local
113 if( !xFrame.is() && xFactory.is() ) try in GraphicHelper()
116 xFrame = xFramesSupp->getActiveFrame(); in GraphicHelper()
123 OSL_ENSURE( xFrame.is(), "GraphicHelper::GraphicHelper - cannot get target frame" ); in GraphicHelper()
125 if( xFrame.is() ) try in GraphicHelper()
127 Reference< XDevice > xDevice( xFrame->getContainerWindow(), UNO_QUERY_THROW ); in GraphicHelper()
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DSimpleOffice.java308 XFrame xFrame = xController.getFrame(); in GetCurrentWindow() local
309 if (xFrame == null) in GetCurrentWindow()
311 xWindow = xFrame.getComponentWindow (); in GetCurrentWindow()
377 XFrame xFrame = xDesktop.getCurrentFrame(); in GetCurrentView() local
378 if (xFrame == null) in GetCurrentView()
381 XController xController = xFrame.getController(); in GetCurrentView()
/trunk/main/framework/inc/uielement/
H A Dtoolbarmerger.hxx93 …sMergeOperation( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame,
103 …ssMergeFallback( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame,
113 … MergeItems( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame,
122 … ReplaceItem( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame,
136 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame,
/trunk/main/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx56 …erviceFactory >& rSMgr, const css::uno::Reference< css::frame::XFrame >& xFrame, const css::uno::S… in impl_executeSearch() argument
65 …css::uno::Reference< css::frame::XDispatchProvider > xDispatchProvider(xFrame, css::uno::UNO_QUERY… in impl_executeSearch()
76 css::uno::Reference< css::frame::XFrame >& xFrame, in FindTextFieldControl()
79 m_xFrame(xFrame), in FindTextFieldControl()
207 …er::registryController( const css::uno::Reference< css::frame::XFrame >& xFrame, const css::uno::R… in registryController() argument
209 SearchToolbarControllersMap::iterator pIt = aSearchToolbarControllersMap.find(xFrame); in registryController()
215 …aSearchToolbarControllersMap.insert(SearchToolbarControllersMap::value_type(xFrame, lControllers)); in registryController()
232 …anager::freeController( const css::uno::Reference< css::frame::XFrame >& xFrame, const css::uno::R… in freeController() argument
234 SearchToolbarControllersMap::iterator pIt = aSearchToolbarControllersMap.find(xFrame); in freeController()
251 …anager::findController( const css::uno::Reference< css::frame::XFrame >& xFrame, const ::rtl::OUSt… in findController() argument
[all …]
/trunk/main/unotools/source/config/
H A Deventcfg.cxx168 …::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame(pIt->get(), ::com::sun:… in Notify()
169 if (xFrame.is()) in Notify()
170 xFrame->contextChanged(); in Notify()
207 …ishFrameCallback(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame) in EstablishFrameCallback() argument
212 ::com::sun::star::uno::WeakReference< ::com::sun::star::frame::XFrame > xWeak(xFrame); in EstablishFrameCallback()
379 …ishFrameCallback(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame) in EstablishFrameCallback() argument
382 m_pImpl->EstablishFrameCallback( xFrame ); in EstablishFrameCallback()
/trunk/main/sfx2/source/dialog/
H A Dmailmodel.cxx375 css::uno::Reference< css::frame::XFrame > xFrame( xFrameOrModel, css::uno::UNO_QUERY ); in SaveDocumentAsFormat() local
377 if ( xFrame.is() ) in SaveDocumentAsFormat()
379 css::uno::Reference< css::frame::XController > xController = xFrame->getController(); in SaveDocumentAsFormat()
601 …css::uno::Reference< css::frame::XDispatchProvider > xDispatchProvider( xFrame, css::uno::UNO_QUER… in SaveDocumentAsFormat()
826 …Model::SendMailResult SfxMailModel::Send( const css::uno::Reference< css::frame::XFrame >& xFrame ) in Send() argument
929 … css::uno::Reference< css::awt::XWindow > xParentWindow = xFrame->getContainerWindow(); in Send()
950 …MailModel::SaveAndSend( const css::uno::Reference< css::frame::XFrame >& xFrame, const rtl::OUStri… in SaveAndSend() argument
956 eSaveResult = SaveDocumentAsFormat( rtl::OUString(), xFrame, rTypeName, aFileName ); in SaveAndSend()
961 return Send( xFrame ); in SaveAndSend()
H A Drecfloat.cxx51 …elFromCommandURL( const rtl::OUString& rCommandURL, const uno::Reference< frame::XFrame >& xFrame ) in GetLabelFromCommandURL() argument
98 aModuleIdentifier = xModuleManager->identify( xFrame ); in GetLabelFromCommandURL()
194 uno::Reference< frame::XFrame > xFrame = GetBindings().GetActiveFrame(); in SfxRecordingFloat_Impl() local
196 aTbx.SetItemText( SID_STOP_RECORDING, GetLabelFromCommandURL( aCommandStr, xFrame )); in SfxRecordingFloat_Impl()
206 xFrame, in SfxRecordingFloat_Impl()
/trunk/main/framework/inc/classes/
H A Dframecontainer.hxx123 … append ( const css::uno::Reference< css::frame::XFrame >& xFrame );
124 … remove ( const css::uno::Reference< css::frame::XFrame >& xFrame );
125 … setActive ( const css::uno::Reference< css::frame::XFrame >& xFrame );
129 sal_Bool exist ( const css::uno::Reference< css::frame::XFrame >& xFrame ) const;
/trunk/main/framework/source/classes/
H A Dmenumanager.cxx344 Reference< XDispatchInformationProvider > xDIP( xFrame, UNO_QUERY ); in MenuManager()
791 Reference< XFrame > xFrame; in UpdateSpecialWindowMenu() local
792 xList->getByIndex(i) >>= xFrame; in UpdateSpecialWindowMenu()
794 if (xFrame.is()) in UpdateSpecialWindowMenu()
796 if ( xFrame == xCurrentFrame ) in UpdateSpecialWindowMenu()
799 Window* pWin = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() ); in UpdateSpecialWindowMenu()
1036 Reference< XFrame > xFrame; in IMPL_LINK() local
1037 xList->getByIndex(i) >>= xFrame; in IMPL_LINK()
1039 if ( xFrame.is() && nTaskId == nCurItemId ) in IMPL_LINK()
1041 Window* pWin = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() ); in IMPL_LINK()
/trunk/main/dbaccess/source/filter/xml/
H A Ddbloader2.cxx369 Reference<XFrame> xFrame = xActiveFrame; in lcl_getTopMostWindow() local
370 while ( xFrame.is() && !xFrame->isTop() ) in lcl_getTopMostWindow()
371 xFrame.set(xFrame->getCreator(),UNO_QUERY); in lcl_getTopMostWindow()
373 if ( xFrame.is() ) in lcl_getTopMostWindow()
374 xWindow = xFrame->getContainerWindow(); in lcl_getTopMostWindow()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DMessageBox.java105 XFrame xFrame = null; in getWindowPeerOfFrame() local
109 xFrame = xModel.getCurrentController().getFrame(); in getWindowPeerOfFrame()
116 xFrame = xFramesSupplier.getActiveFrame(); in getWindowPeerOfFrame()
119 if (xFrame != null){ in getWindowPeerOfFrame()
120 XWindow xWindow = xFrame.getContainerWindow(); in getWindowPeerOfFrame()

Completed in 151 milliseconds

12345678910>>...14