Home
last modified time | relevance | path

Searched refs:xFrame (Results 26 – 50 of 336) sorted by relevance

12345678910>>...14

/trunk/main/framework/source/helper/
H A Dstatusindicatorfactory.cxx364 if (xFrame.is()) in implts_makeParentVisibleIfAllowed()
365 xParentWindow = xFrame->getContainerWindow(); in implts_makeParentVisibleIfAllowed()
385 css::uno::Reference< css::beans::XPropertySet > xPropSet(xFrame, css::uno::UNO_QUERY); in implts_makeParentVisibleIfAllowed()
404 if (xFrame.is()) in implts_makeParentVisibleIfAllowed()
408 xController = xFrame->getController(); in implts_makeParentVisibleIfAllowed()
475 if (xFrame.is()) in impl_createProgress()
478 css::uno::Reference< css::beans::XPropertySet > xPropSet(xFrame, css::uno::UNO_QUERY); in impl_createProgress()
519 if (xFrame.is()) in impl_showProgress()
522 css::uno::Reference< css::beans::XPropertySet > xPropSet(xFrame, css::uno::UNO_QUERY); in impl_showProgress()
562 if (xFrame.is()) in impl_hideProgress()
[all …]
H A Dpersistentwindowstate.cxx105 css::uno::Reference< css::frame::XFrame > xFrame; in initialize() local
112 lArguments[0] >>= xFrame; in initialize()
113 if (!xFrame.is()) in initialize()
122 m_xFrame = xFrame; in initialize()
127 xFrame->addFrameActionListener(this); in initialize()
137 …css::uno::Reference< css::frame::XFrame > xFrame(m_xFrame.get(), css::uno::UNO_QUERY); in frameAction() local
143 if (!xFrame.is()) in frameAction()
147 css::uno::Reference< css::awt::XWindow > xWindow = xFrame->getContainerWindow(); in frameAction()
152 ::rtl::OUString sModuleName = PersistentWindowState::implst_identifyModule(xSMGR, xFrame); in frameAction()
200 … const css::uno::Reference< css::frame::XFrame >& xFrame) in implst_identifyModule()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XDispatchRecorder.java56 XFrame xFrame = null; field in _XDispatchRecorder
61 xFrame = (XFrame) tEnv.getObjRelation("XDispatchRecorder.Frame"); in before()
63 if (xFrame == null) { in before()
70 oObj.startRecording(xFrame); in _startRecording()
79 oObj.startRecording(xFrame); in _getRecordedMacro()
91 UnoRuntime.queryInterface(XDispatchProvider.class, xFrame); in _getRecordedMacro()
114 oObj.startRecording(xFrame); in _endRecording()
130 oObj.startRecording(xFrame); in _recordDispatch()
162 oObj.startRecording(xFrame); in _recordDispatchAsComment()
211 oObj.startRecording(xFrame); in clearBuffer()
/trunk/main/sfx2/source/appl/
H A Dappserv.cxx249 Reference< XFrame > xFrame; in MiscExec_Impl() local
253 xFrame = pFrameItem->GetFrame(); in MiscExec_Impl()
257 NULL, &aSet, xFrame ); in MiscExec_Impl()
502 xFrame = xDesktop->getActiveFrame(); in MiscExec_Impl()
768 return xFrame; in lcl_findStartModuleFrame()
827 Reference < XFrame > xFrame; in OfaExec_Impl() local
999 Reference< XFrame > xFrame; in OfaExec_Impl() local
1003 xFrame = pFrameItem->GetFrame(); in OfaExec_Impl()
1005 if ( !xFrame.is() ) in OfaExec_Impl()
1015 lcl_getDialogParent( xFrame, GetTopWindow() ), sal_False, xFrame ); in OfaExec_Impl()
[all …]
H A Dhelpinterceptor.cxx78 Reference<XFrame> xFrame(m_xIntercepted, UNO_QUERY); in addURL() local
80 if(xFrame.is()) in addURL()
81 xController = xFrame->getController(); in addURL()
108 void HelpInterceptor_Impl::setInterception( Reference< XFrame > xFrame ) in setInterception() argument
110 m_xIntercepted = Reference< XDispatchProviderInterception>( xFrame, UNO_QUERY ); in setInterception()
258 Reference<XFrame> xFrame(m_xIntercepted, UNO_QUERY); in dispatch() local
260 if(xFrame.is()) in dispatch()
261 xController = xFrame->getController(); in dispatch()
H A Dchildwin.cxx59 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame;
96 … m_pData->xFrame = ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >(); in disposing()
796 if ( pImp->xFrame.is() ) in QueryClose()
798 …::com::sun::star::uno::Reference< ::com::sun::star::frame::XController > xCtrl = pImp->xFrame->ge… in QueryClose()
811 return pImp->xFrame; in GetFrame()
817 if( pImp->xFrame != rFrame ) in SetFrame()
820 if( pImp->xFrame.is() ) in SetFrame()
821 pImp->xFrame->removeEventListener( pImp->xListener ); in SetFrame()
831 pImp->xFrame = rFrame; in SetFrame()
832 if( pImp->xFrame.is() ) in SetFrame()
[all …]
/trunk/main/framework/source/fwe/helper/
H A Dtitlehelper.cxx105 css::uno::Reference< css::frame::XFrame > xFrame(xOwner, css::uno::UNO_QUERY); in setOwner() local
106 if (xFrame.is ()) in setOwner()
108 impl_startListeningForFrame (xFrame); in setOwner()
344 if (xFrame.is ()) in impl_updateTitle()
346 impl_updateTitleForFrame (xFrame); in impl_updateTitle()
489 void TitleHelper::impl_updateTitleForFrame (const css::uno::Reference< css::frame::XFrame >& xFrame) in impl_updateTitleForFrame() argument
491 if ( ! xFrame.is ()) in impl_updateTitleForFrame()
506 xComponent = xFrame->getController (); in impl_updateTitleForFrame()
508 xComponent = xFrame->getComponentWindow (); in impl_updateTitleForFrame()
673 xFrame->addFrameActionListener(this ); in impl_startListeningForFrame()
[all …]
/trunk/main/sfx2/source/view/
H A Dframe.cxx157 else if ( pImp->xFrame.is() ) in DoClose()
159 Reference < XFrame > xFrame = pImp->xFrame; in DoClose() local
161 xFrame->dispose(); in DoClose()
604 Reference < XFrame > xFrame; in PutValue() local
605 if ( (rVal >>= xFrame) && xFrame.is() ) in PutValue()
610 if ( pFr->GetFrameInterface() == xFrame ) in PutValue()
751 return pImp->xFrame; in GetFrameInterface()
756 pImp->xFrame = rFrame; in SetFrameInterface_Impl()
768 pImp->xFrame->getContainerWindow()->setVisible( sal_True ); in Appear()
864 Reference < XFrame > xFrame( xParentCtrler->getFrame() ); in CreateWorkWindow_Impl() local
[all …]
H A Dviewfrm.cxx2081 xFrame->setActiveFrame( xActive ); in SetActiveChildFrame_Impl()
2110 Reference< XFrame > xFrame( i_rFrame ); in LoadViewIntoFrame_Impl_NoThrow() local
2115 if ( !xFrame.is() ) in LoadViewIntoFrame_Impl_NoThrow()
2135 if ( !xFrame.is() ) in LoadViewIntoFrame_Impl_NoThrow()
2143 xFrame, in LoadViewIntoFrame_Impl_NoThrow()
2168 xFrame->dispose(); in LoadViewIntoFrame_Impl_NoThrow()
2535 Reference < XFrame > xFrame; in ExecView_Impl() local
2539 xFrame = pFrameItem->GetFrame(); in ExecView_Impl()
2603 xCont->getByIndex(i) >>= xFrame; in impl_maxOpenDocCountReached()
2604 if ( ! xFrame.is()) in impl_maxOpenDocCountReached()
[all …]
H A Dviewsh.cxx386 ::rtl::OUString sModule = xModuleManager->identify(xFrame); in impl_searchFormatTypeForApp()
569 aDocType = impl_searchFormatTypeForApp(xFrame, E_MS_DOC); in ExecMisc_Impl()
571 eResult = aModel.SaveAndSend( xFrame, aDocType ); in ExecMisc_Impl()
576 aDocType = impl_searchFormatTypeForApp(xFrame, E_OOO_DOC); in ExecMisc_Impl()
578 eResult = aModel.SaveAndSend( xFrame, aDocType ); in ExecMisc_Impl()
616 aModule = xModuleManager->identify( xFrame ); in ExecMisc_Impl()
626 if ( xFrame.is() ) in ExecMisc_Impl()
853 xFrame )); in GetState_Impl()
2235 uno::Reference < util::XCloseable > xFrame( in CheckOwnerShip_Impl() local
2237 if ( xFrame.is() ) in CheckOwnerShip_Impl()
[all …]
H A Dframe2.cxx235 Reference < XFrame > xFrame; in CreateBlankFrame() local
240 xFrame.set( xDesktop->findFrame( DEFINE_CONST_UNICODE("_blank"), 0 ), UNO_SET_THROW ); in CreateBlankFrame()
246 return xFrame; in CreateBlankFrame()
257 …Reference < XFrame > xFrame( aContext.createComponent( "com.sun.star.frame.Frame"), UNO_QUERY_THRO… in Create() local
260 xFrame->initialize( xWin.get() ); in Create()
261 xDesktop->getFrames()->append( xFrame ); in Create()
264 xFrame->activate(); in Create()
280 Reference< XComponentLoader > xLoader( xFrame, UNO_QUERY_THROW ); in Create()
293 if ( pFrame->GetFrameInterface() == xFrame ) in Create()
/trunk/main/framework/source/dispatch/
H A Dpopupmenudispatcher.cxx166 css::uno::Reference< css::frame::XFrame > xFrame; local
175 lArguments[a] >>= xFrame;
176 m_xWeakFrame = xFrame;
181 xFrame->addFrameActionListener( xFrameActionListener );
352 uno::Reference< XFrame > xFrame( m_xWeakFrame.get(), UNO_QUERY ); in disposing() local
353 if ( xFrame.is() ) in disposing()
355xFrame->removeFrameActionListener( uno::Reference< XFrameActionListener >( (OWeakObject *)this, UN… in disposing()
370 css::uno::Reference< css::frame::XFrame > xFrame( m_xWeakFrame ); in impl_RetrievePopupControllerQuery() local
372 if ( xFrame.is() ) in impl_RetrievePopupControllerQuery()
374 css::uno::Reference< css::beans::XPropertySet > xPropSet( xFrame, css::uno::UNO_QUERY ); in impl_RetrievePopupControllerQuery()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DDesktop.java98 XFrame xFrame = getActiveFrame(_xMSF); in getActiveComponent() local
99 return UnoRuntime.queryInterface(XComponent.class, xFrame.getController().getModel()); in getActiveComponent()
114 …public static XDispatch getDispatcher(XMultiServiceFactory xMSF, XFrame xFrame, String _stargetfra… in getDispatcher() argument
120 … XDispatchProvider xDispatchProvider = UnoRuntime.queryInterface(XDispatchProvider.class, xFrame); in getDispatcher()
149 …public static void dispatchURL(XMultiServiceFactory xMSF, String sURL, XFrame xFrame, String _star… in dispatchURL() argument
152 XDispatch xDispatch = getDispatcher(xMSF, xFrame, _stargetframe, oURL); in dispatchURL()
156 public static void dispatchURL(XMultiServiceFactory xMSF, String sURL, XFrame xFrame) in dispatchURL() argument
158 dispatchURL(xMSF, sURL, xFrame, PropertyNames.EMPTY_STRING); in dispatchURL()
487 XFrame xFrame = xModel.getCurrentController().getFrame(); in findAFrame() local
489 if (xFrame != null && xFrame.getComponentWindow() != null) in findAFrame()
[all …]
/trunk/main/odk/examples/cpp/complextoolbarcontrols/
H A DListenerHelper.h47 ::com::sun::star::uno::Reference< com::sun::star::frame::XFrame > xFrame;
56 const com::sun::star::uno::Reference < com::sun::star::frame::XFrame >& xFrame,
60 const com::sun::star::uno::Reference < com::sun::star::frame::XFrame >& xFrame,
64 const com::sun::star::uno::Reference < com::sun::star::frame::XFrame >& xFrame,
68 const com::sun::star::uno::Reference < com::sun::star::frame::XFrame >& xFrame,
72 const com::sun::star::uno::Reference < com::sun::star::frame::XFrame >& xFrame,
80 …rItemEventListener( const com::sun::star::uno::Reference < com::sun::star::frame::XFrame >& xFrame) in ListenerItemEventListener() argument
81 : mxFrame(xFrame) in ListenerItemEventListener()
/trunk/main/svtools/source/uno/
H A Dcontextmenuhelper.cxx257 const uno::Reference< frame::XFrame >& xFrame, in ContextMenuHelper()
259 m_xWeakFrame( xFrame ), in ContextMenuHelper()
331 uno::Reference< frame::XFrame > xFrame( m_xWeakFrame ); in executePopupMenu() local
332 if ( xFrame.is() ) in executePopupMenu()
334 uno::Reference< awt::XWindow > xWindow( xFrame->getContainerWindow() ); in executePopupMenu()
344 dispatchCommand( xFrame, aCommand ); in executePopupMenu()
410 uno::Reference< frame::XFrame > xFrame( m_xWeakFrame ); in associateUIConfigurationManagers() local
411 if ( !m_bUICfgMgrAssociated && xFrame.is() ) in associateUIConfigurationManagers()
422 xController = xFrame->getController(); in associateUIConfigurationManagers()
450 aModuleId = xModuleManager->identify( xFrame ); in associateUIConfigurationManagers()
[all …]
/trunk/main/wizards/com/sun/star/wizards/document/
H A DOfficeDocument.java104 XFrame xFrame = xModel.getCurrentController().getFrame(); in dispose() local
109 Desktop.dispatchURL(xMSF, ".uno:CloseDoc", xFrame); in dispose()
174 XFrame xFrame = null; in createNewFrame() local
177 xFrame = createNewPreviewFrame(xMSF, listener); in createNewFrame()
182 xFrame = xF.findFrame(FrameName, 0); in createNewFrame()
187 xFF.remove(xFrame); in createNewFrame()
192 return xFrame; in createNewFrame()
239 XFrame xFrame = null; in createNewPreviewFrame() local
242xFrame = UnoRuntime.queryInterface(XFrame.class, xMSF.createInstance("com.sun.star.frame.Frame")); in createNewPreviewFrame()
249 xFrame.initialize(xWindow); in createNewPreviewFrame()
[all …]
/trunk/main/framework/source/services/
H A Dtaskcreatorsrv.cxx194 …css::uno::Reference< css::frame::XFrame > xFrame = implts_createFrame(xParentFrame, xContainerWind… in createInstanceWithArguments() local
200 implts_establishWindowStateListener(xFrame); in createInstanceWithArguments()
207 implts_establishDocModifyListener (xFrame); in createInstanceWithArguments()
213 implts_establishTitleBarUpdate(xFrame); in createInstanceWithArguments()
220 return css::uno::Reference< css::uno::XInterface >(xFrame, css::uno::UNO_QUERY_THROW); in createInstanceWithArguments()
334 …ice::implts_establishWindowStateListener( const css::uno::Reference< css::frame::XFrame >& xFrame ) in implts_establishWindowStateListener() argument
350 lInitData[0] <<= xFrame; in implts_establishWindowStateListener()
355 …rvice::implts_establishDocModifyListener( const css::uno::Reference< css::frame::XFrame >& xFrame ) in implts_establishDocModifyListener() argument
370 lInitData[0] <<= xFrame; in implts_establishDocModifyListener()
375 …rService::implts_establishTitleBarUpdate( const css::uno::Reference< css::frame::XFrame >& xFrame ) in implts_establishTitleBarUpdate() argument
[all …]
/trunk/main/sw/source/ui/sidebar/
H A DSwPanelFactory.cxx100 Reference<frame::XFrame> xFrame (aArguments.getOrDefault("Frame", Reference<frame::XFrame>())); in createUIElement() local
110 if ( ! xFrame.is()) in createUIElement()
122 PagePropertyPanel* pPanel = PagePropertyPanel::Create( pParentWindow, xFrame, pBindings ); in createUIElement()
125 xFrame, in createUIElement()
131 WrapPropertyPanel* pPanel = WrapPropertyPanel::Create( pParentWindow, xFrame, pBindings ); in createUIElement()
134 xFrame, in createUIElement()
143 xFrame, in createUIElement()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DStatusView.java210 public void setFrame(com.sun.star.frame.XFrame xFrame) in setFrame() argument
212 if (xFrame==null) in setFrame()
218 … = new StatusListener(m_laFontValue ,FONT_ON ,FONT_OFF ,xFrame, FEATUREURL_FONT … in setFrame()
219 … = new StatusListener(m_laSizeValue ,SIZE_ON ,SIZE_OFF ,xFrame, FEATUREURL_SIZE … in setFrame()
220 … = new StatusListener(m_laBoldValue ,BOLD_ON ,BOLD_OFF ,xFrame, FEATUREURL_BOLD … in setFrame()
221 …er = new StatusListener(m_laItalicValue ,ITALIC_ON ,ITALIC_OFF ,xFrame, FEATUREURL_ITALIC… in setFrame()
222 …tener = new StatusListener(m_laUnderlineValue,UNDERLINE_ON,UNDERLINE_OFF,xFrame, FEATUREURL_UNDERL… in setFrame()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DDocumentPreview.java54 private XFrame xFrame; field in DocumentPreview
98 XComponentLoader xCompLoader = UnoRuntime.queryInterface(XComponentLoader.class, xFrame); in setDocument()
99 xFrame.activate(); in setDocument()
113 if (xFrame != null) in closeFrame()
115 UnoRuntime.queryInterface(XCloseable.class, xFrame).close(false); in closeFrame()
165 xFrame = UnoRuntime.queryInterface(XFrame.class, frame); in createPreviewFrame()
168 xFrame.initialize(xWindow); in createPreviewFrame()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_pcr/
H A DObjectInspector.java142 XFrame xFrame = (XFrame) UnoRuntime.queryInterface(XFrame.class, oFrame); in createTestEnvironment() local
144 xFrame.setName("ObjectInspector"); in createTestEnvironment()
145 xFrame.initialize(xWindow); in createTestEnvironment()
150 xFrames.append(xFrame); in createTestEnvironment()
172 tEnv.addObjRelation("Frame",xFrame); in createTestEnvironment()
197 XFrame xFrame = (XFrame) UnoRuntime.queryInterface(XFrame.class, StarDesktop); in cleanup() local
199 existentInspector = xFrame.findFrame( "ObjectInspector", 255 ); in cleanup()
/trunk/main/cui/source/customize/
H A Deventdlg.cxx136 uno::Reference< frame::XFrame > xFrame( GetFrame() ); in ImplInitDocument() local
137 OUString aModuleId = SvxConfigPage::GetFrameWithDefaultAndIdentify( xFrame ); in ImplInitDocument()
138 if ( !xFrame.is() ) in ImplInitDocument()
148 xFrame->getController(); in ImplInitDocument()
205 uno::Reference< frame::XFrame > xFrame = in IMPL_LINK() local
208 if ( xFrame.is() ) in IMPL_LINK()
211 xFrame->getController(); in IMPL_LINK()
/trunk/main/unotools/source/config/
H A Dcmdoptions.cxx231 …isFrameCallback(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame);
359 …::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame(pIt->get(), ::com::sun:… in Notify()
360 if (xFrame.is()) in Notify()
361 xFrame->contextChanged(); in Notify()
465 …lisFrameCallback(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame) in EstablisFrameCallback() argument
470 ::com::sun::star::uno::WeakReference< ::com::sun::star::frame::XFrame > xWeak(xFrame); in EstablisFrameCallback()
595 …lisFrameCallback(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame) in EstablisFrameCallback() argument
598 m_pDataContainer->EstablisFrameCallback(xFrame); in EstablisFrameCallback()
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx261 Reference< XFrame > xFrame = m_xFrame; in implts_reset() local
278 if ( xFrame.is() ) in implts_reset()
325 xModel = impl_getModelFromFrame( xFrame ); in implts_reset()
423 Reference< XFrame > xFrame = m_xFrame; in implts_isEmbeddedLayoutManager() local
1237 m_xFrame = xFrame; in attachFrame()
1469 Reference< XFrame > xFrame = m_xFrame; in createElement() local
1474 if ( !xFrame.is() ) in createElement()
2990 Reference< XFrame > xFrame( m_xFrame ); in elementInserted() local
2995 if ( xFrame.is() ) in elementInserted()
3044 if ( xFrame.is() ) in elementRemoved()
[all …]
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx357 Reference< XFrame > xFrame; in initialize() local
383 if ( !xFrame.is() ) in initialize()
491 startFrameListening( xFrame ); in attachFrame()
493 loadMenu( xFrame ); in attachFrame()
496 getView()->attachFrame( xFrame ); in attachFrame()
1437 if ( xFrame.is() ) in getTopMostContainerWindow()
1439 xWindow = xFrame->getContainerWindow(); in getTopMostContainerWindow()
1441 while ( xFrame.is() && !xFrame->isTop() ) in getTopMostContainerWindow()
1443 xFrame.set( xFrame->getCreator(), UNO_QUERY ); in getTopMostContainerWindow()
1445 if ( xFrame.is() ) in getTopMostContainerWindow()
[all …]

Completed in 974 milliseconds

12345678910>>...14