Home
last modified time | relevance | path

Searched refs:xFrame (Results 101 – 125 of 336) sorted by relevance

12345678910>>...14

/trunk/main/framework/source/jobs/
H A Dhelponstartup.cxx243 css::uno::Reference< css::frame::XFrame > xFrame ; in its_getModuleIdFromEnv() local
246 xFrame = xController->getFrame(); in its_getModuleIdFromEnv()
247 if (xFrame.is() && xFrame->isTop()) in its_getModuleIdFromEnv()
248 …xDesktopCheck = css::uno::Reference< css::frame::XDesktop >(xFrame->getCreator(), css::uno::UNO_QU… in its_getModuleIdFromEnv()
/trunk/main/sfx2/source/appl/
H A Dfwkhelper.cxx36 …CALL RefreshToolbars( ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame ) in RefreshToolbars() argument
39 if ( xFrame.is() ) in RefreshToolbars()
44 if ( pFrame->GetFrameInterface() == xFrame ) in RefreshToolbars()
H A Dnewhelp.cxx2065 void lcl_disableLayoutOfFrame(const Reference< XFrame >& xFrame) in lcl_disableLayoutOfFrame() argument
2069 Reference< XPropertySet > xPropSet(xFrame, UNO_QUERY_THROW); in lcl_disableLayoutOfFrame()
2100 xFrame->initialize( VCLUnoHelper::GetInterface ( pTextWin ) ); in SfxHelpTextWindow_Impl()
2101 xFrame->setName( DEFINE_CONST_UNICODE("OFFICE_HELP") ); in SfxHelpTextWindow_Impl()
2102 lcl_disableLayoutOfFrame(xFrame); in SfxHelpTextWindow_Impl()
2387 Reference < XController > xController = xFrame->getController(); in IMPL_LINK()
2449 Reference < XController > xController = xFrame->getController(); in IMPL_LINK()
2691 if( xFrame.is() ) in GetFocus()
2756 Reference < XController > xController = xFrame->getController(); in SetPageStyleHeaderOff()
3128 Reference< XTitle > xTitle(xFrame, UNO_QUERY); in IMPL_LINK()
[all …]
/trunk/main/framework/source/uielement/
H A Dtoolbarwrapper.cxx166 Reference< XFrame > xFrame( m_xWeakFrame ); in initialize() local
167 if ( xFrame.is() && m_xConfigSource.is() ) in initialize()
174 Window* pWindow = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() ); in initialize()
181 … pToolBarManager = new ToolBarManager( m_xServiceFactory, xFrame, m_aResourceURL, pToolBar ); in initialize()
H A Dmenubarwrapper.cxx146 Reference< XFrame > xFrame( m_xWeakFrame ); in initialize() local
147 if ( xFrame.is() && m_xConfigSource.is() ) in initialize()
164 aModuleIdentifier = xModuleManager->identify( xFrame ); in initialize()
209 xFrame, in initialize()
/trunk/main/sfx2/source/control/
H A Dunoctitm.cxx225 …::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame = rFrame.GetFrameInter… in GetNewDispatch()
226 …::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProvider > xProv( xFrame, ::c… in GetNewDispatch()
249 …::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame = pFrame->GetFrameInter… in TryGetDispatch()
250 …::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProvider > xProv( xFrame, ::c… in TryGetDispatch()
447 …spatch::SetFrame(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame) in SetFrame() argument
450 pControllerItem->SetFrame( xFrame ); in SetFrame()
544 xFrame = _xFrame; in SetFrame()
746 css::uno::Reference< css::frame::XFrame > xFrameRef(xFrame.get(), css::uno::UNO_QUERY); in dispatch()
/trunk/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx592 … void DispatchURL( Reference< XComponentContext > xMSF, OUString sURL, Reference< XFrame > xFrame ) in DispatchURL() argument
602 Reference< XDispatchProvider > xDispatchProvider( xFrame, UNO_QUERY_THROW ); in DispatchURL()
701 Reference< XFrame > xFrame( xDesktop, UNO_QUERY ); in Optimize() local
702 xSelf = xFrame->findFrame( TKGet( TK__blank ), FrameSearchFlag::CREATE ); in Optimize()
722 Reference< XFrame > xFrame( mxFrame ); in Optimize() local
723 if ( xFrame.is() ) in Optimize()
726 DispatchURL( mxContext, sSlot, xFrame ); in Optimize()
/trunk/main/sd/source/ui/tools/
H A DIdleDetection.cxx81 uno::Reference<frame::XFrame> xFrame (pViewFrame->GetFrame().GetFrameInterface()); in CheckSlideShowRunning() local
84 if (xFrame.is() && xFrame->isActive()) in CheckSlideShowRunning()
/trunk/main/framework/source/inc/pattern/
H A Dframe.hxx59 …ce< css::frame::XModel > extractFrameModel(const css::uno::Reference< css::frame::XFrame >& xFrame) in extractFrameModel() argument
63 if (xFrame.is()) in extractFrameModel()
64 xController = xFrame->getController(); in extractFrameModel()
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx825 xFrame = Reference < XFrame > ( ::comphelper::getProcessServiceFactory()-> in SvtFrameWindow_Impl()
828 xFrame->initialize( xWindow ); in SvtFrameWindow_Impl()
842 xFrame->dispose(); in ~SvtFrameWindow_Impl()
928 xFrame->setComponent( Reference < com::sun::star::awt::XWindow >(), Reference < XController >() ); in OpenFile()
940 Reference < XDispatchProvider > xProv( xFrame, UNO_QUERY ); in OpenFile()
988 Reference< ::com::sun::star::frame::XController > xCtrl = xFrame->getController(); in OpenFile()
998xFrame->setComponent( Reference < com::sun::star::awt::XWindow >(), Reference < XController >() ); in OpenFile()
1913 Reference < XFrame > xFrame( xDesktop->getActiveFrame() ); in IMPL_LINK() local
1914 if ( !xFrame.is() ) in IMPL_LINK()
1915 xFrame = Reference < XFrame >( xDesktop, UNO_QUERY ); in IMPL_LINK()
[all …]
/trunk/main/chart2/source/controller/main/
H A DElementSelector.cxx193 Reference< frame::XFrame > xFrame( xController->getFrame() ); in ReleaseFocus_Impl() local
194 if ( xFrame.is() && xFrame->getContainerWindow().is() ) in ReleaseFocus_Impl()
195 xFrame->getContainerWindow()->setFocus(); in ReleaseFocus_Impl()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentbase.cxx74 …uno::Reference< frame::XFrame > xFrame( getModel()->getCurrentController()->getFrame(), uno::UNO_Q… in getName() local
75 uno::Reference< beans::XPropertySet > xProps( xFrame, uno::UNO_QUERY_THROW ); in getName()
258 …uno::Reference< frame::XFrame > xFrame( getModel()->getCurrentController()->getFrame(), uno::UNO_Q… in Activate() local
259 xFrame->activate(); in Activate()
/trunk/main/framework/inc/helper/
H A Dtitlebarupdate.hxx210 ::sal_Bool implst_getModuleInfo(const css::uno::Reference< css::frame::XFrame >& xFrame,
230 void impl_updateIcon(const css::uno::Reference< css::frame::XFrame >& xFrame);
239 void impl_updateTitle(const css::uno::Reference< css::frame::XFrame >& xFrame);
/trunk/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx611 void SAL_CALL SfxBaseController::attachFrame( const REFERENCE< XFRAME >& xFrame ) throw( ::com::sun… in attachFrame() argument
624 m_pData->m_xFrame = xFrame; in attachFrame()
626 if ( xFrame.is() ) in attachFrame()
628 xFrame->addFrameActionListener( m_pData->m_xListener ) ; in attachFrame()
629 …REFERENCE < ::com::sun::star::util::XCloseBroadcaster > xCloseable( xFrame, com::sun::star::uno::U… in attachFrame()
796 REFERENCE < XFRAME > xFrame; in queryDispatch() local
798 xFrame = ( pChildWin->GetFrame() ); in queryDispatch()
799 if ( xFrame.is() ) in queryDispatch()
800 xFrame->setName( sTargetFrameName ); in queryDispatch()
802 Reference< XDispatchProvider > xProv( xFrame, ::com::sun::star::uno::UNO_QUERY ); in queryDispatch()
/trunk/main/framework/inc/services/
H A Dtaskcreatorsrv.hxx153 …oid implts_establishWindowStateListener( const css::uno::Reference< css::frame::XFrame >& xFrame );
154 … void implts_establishTitleBarUpdate( const css::uno::Reference< css::frame::XFrame >& xFrame );
156 … void implts_establishDocModifyListener( const css::uno::Reference< css::frame::XFrame >& xFrame );
/trunk/main/svtools/source/uno/
H A Dpopupmenucontrollerbase.cxx355 Reference< XFrame > xFrame; in initialize() local
362 aPropValue.Value >>= xFrame; in initialize()
368 if ( xFrame.is() && aCommandURL.getLength() ) in initialize()
370 m_xFrame = xFrame; in initialize()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwk/
H A DLayoutManager.java93 XFrame xFrame = xTextDoc.getCurrentController().getFrame(); in createTestEnvironment() local
94 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xFrame); in createTestEnvironment()
113 tEnv.addObjRelation("XLayoutManager.Frame",xFrame); in createTestEnvironment()
/trunk/main/basctl/source/basicide/
H A Dscriptdocument.cxx183 Reference< XFrame > xFrame( (*controller)->getFrame(), UNO_SET_THROW ); in impl_isDocumentVisible_nothrow() local
184 … Reference< XWindow2 > xContainer( xFrame->getContainerWindow(), UNO_QUERY_THROW ); in impl_isDocumentVisible_nothrow()
849 Reference< XFrame > xFrame; in saveDocument() local
850 if ( !getCurrentFrame( xFrame ) ) in saveDocument()
869 Reference< XDispatchProvider > xDispProv( xFrame, UNO_QUERY_THROW ); in saveDocument()
1607 Reference< XFrame > xFrame; in isActive() local
1608 if ( m_pImpl->getCurrentFrame( xFrame ) ) in isActive()
1609 bIsActive = xFrame->isActive(); in isActive()
/trunk/main/odk/examples/cpp/complextoolbarcontrols/
H A DMyProtocolHandler.cxx111 Reference < XFrame > xFrame; in initialize() local
116 aArguments[0] >>= xFrame; in initialize()
117 mxFrame = xFrame; in initialize()
503 const Reference< XFrame >& xFrame, const rtl::OUString& rServiceName ) in BaseDispatch()
505 , mxFrame( xFrame ) in BaseDispatch()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DTOCPreview.java65 private XFrame xFrame; field in TOCPreview
77 xFrame = _xFrame; in TOCPreview()
84 xDispatch = Desktop.getDispatcher(xmsf, xFrame, "_top", openHyperlink); in TOCPreview()
/trunk/main/vcl/qa/complex/persistent_window_states/
H A DDocumentHandle.java90 XFrame xFrame = xCurFrame.findFrame("_blank", FrameSearchFlag.CREATE); in loadDocument() local
93 … XComponentLoader xFrameLoader = UnoRuntime.queryInterface(XComponentLoader.class, xFrame); in loadDocument()
102 xWin = xFrame.getContainerWindow(); in loadDocument()
/trunk/main/framework/source/dispatch/
H A Dwindowcommanddispatch.cxx68 const css::uno::Reference< css::frame::XFrame >& xFrame) in WindowCommandDispatch()
71 , m_xFrame (xFrame ) in WindowCommandDispatch()
72 , m_xWindow (xFrame->getContainerWindow()) in WindowCommandDispatch()
/trunk/main/framework/inc/dispatch/
H A Dclosedispatcher.hxx155 const css::uno::Reference< css::frame::XFrame >& xFrame ,
226 …lts_prepareFrameForClosing(const css::uno::Reference< css::frame::XFrame >& xFrame ,
311 …rame > static_impl_searchRightTargetFrame(const css::uno::Reference< css::frame::XFrame >& xFrame ,
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/
H A DDisableCommandsTest.java113 com.sun.star.frame.XFrame xFrame = in main() local
196 com.sun.star.frame.XFrame xFrame = xDesktop.getCurrentFrame(); in testCommands() local
198 if ( xFrame != null ) in testCommands()
203 com.sun.star.frame.XDispatchProvider.class, xFrame ); in testCommands()
/trunk/main/chart2/source/controller/dialogs/
H A DRangeSelectionHelper.cxx100 Reference< frame::XFrame > xFrame( xCtrl->getFrame()); in raiseRangeSelectionDocument() local
101 if( xFrame.is()) in raiseRangeSelectionDocument()
103 Reference< awt::XTopWindow > xWin( xFrame->getContainerWindow(), in raiseRangeSelectionDocument()

Completed in 147 milliseconds

12345678910>>...14