Home
last modified time | relevance | path

Searched refs:xFrame (Results 176 – 200 of 336) sorted by relevance

12345678910>>...14

/trunk/main/sw/source/ui/app/
H A Dswmodul1.cxx361 Reference<XFrame> xFrame = rView.GetViewFrame()->GetFrame().GetFrameInterface(); in ShowDBObj() local
362 Reference<XDispatchProvider> xDP(xFrame, uno::UNO_QUERY); in ShowDBObj()
364 uno::Reference<frame::XFrame> xBeamerFrame = xFrame->findFrame( in ShowDBObj()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationdialog.cxx527 Reference< XFrame > xFrame( xController->getFrame(), UNO_SET_THROW ); in impl_reloadDocument_nothrow() local
539 aViews.push_back( ViewDescriptor( xFrame, sViewName ) ); in impl_reloadDocument_nothrow()
540 xFrame->setComponent( NULL, NULL ); in impl_reloadDocument_nothrow()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_pcr/
H A DObjectInspectorModel.java156 XFrame xFrame = (XFrame) UnoRuntime.queryInterface(XFrame.class, StarDesktop); in cleanup() local
158 existentInspector = xFrame.findFrame( "ObjectInspector", 255 ); in cleanup()
/trunk/main/sw/source/ui/lingu/
H A Dolmenu.cxx564 …uno::Reference< frame::XFrame > xFrame = pWrtSh->GetView().GetViewFrame()->GetFrame().GetFrameInte… in SwSpellPopup() local
565 Image rImg = ::GetImage( xFrame, in SwSpellPopup()
697 …uno::Reference< frame::XFrame > xFrame = pWrtSh->GetView().GetViewFrame()->GetFrame().GetFrameInte… in SwSpellPopup() local
698 Image rImg = ::GetImage( xFrame, in SwSpellPopup()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx556 Reference < XFrame > xFrame; in Execute() local
560 xFrame = xDesktop->getActiveFrame(); in Execute()
561 if ( !xFrame.is() ) in Execute()
568 aFrame >>= xFrame; in Execute()
571 if ( !xFrame.is() ) in Execute()
579 if ( xFrame.is() ) in Execute()
586 xFrame = xDesktop->getActiveFrame(); in Execute()
589 if ( xFrame.is() ) in Execute()
590 aName = xFrame->getName(); in Execute()
595 if ( !xFrame.is() ) in Execute()
[all …]
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaWizardDialogImpl.java157 XWindow xw = agendaTemplate.xFrame.getContainerWindow(); in startWizard()
174 executeDialog(agendaTemplate.xFrame); in startWizard()
555 … XCloseable xCloseable = UnoRuntime.queryInterface(XCloseable.class, agendaTemplate.xFrame); in closeDocument()
/trunk/main/framework/source/uielement/
H A Dnewmenucontroller.cxx98 Reference< XFrame > xFrame( m_xFrame ); local
116 aImage = GetImageFromURL( xFrame, aImageId, sal_False, bHiContrast );
128 aImage = GetImageFromURL( xFrame, aCmd, sal_False, bHiContrast );
H A Dmenubarmanager.cxx1113 Reference< XFrame > xFrame; in IMPL_LINK() local
1114 xList->getByIndex(i) >>= xFrame; in IMPL_LINK()
1115 if ( xFrame.is() && nTaskId == nCurItemId ) in IMPL_LINK()
1117 Window* pWin = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() ); in IMPL_LINK()
1908 Reference< XFrame > xFrame = m_xFrame; in SetItemContainer() local
1918 m_aModuleIdentifier = xModuleManager->identify( xFrame ); in SetItemContainer()
1957 …FillMenuManager( m_pVCLMenu, xFrame, xDispatchProvider, m_aModuleIdentifier, sal_False, sal_True ); in SetItemContainer()
/trunk/main/dbaccess/source/core/recovery/
H A Dsubcomponentloader.cxx106 const Reference< XFrame > xFrame( xController->getFrame(), UNO_SET_THROW ); in lcl_onWindowShown_nothrow() local
107 … const Reference< XWindow > xWindow( xFrame->getContainerWindow(), UNO_SET_THROW ); in lcl_onWindowShown_nothrow()
/trunk/main/svx/source/gallery2/
H A Dgalbrws2.cxx709 css::uno::Reference< css::frame::XFrame > xFrame( GetFrame() ); in ShowContextMenu() local
710 if ( xFrame.is() ) in ShowContextMenu()
1155 css::uno::Reference< css::frame::XFrame > xFrame; in GetFrame() local
1160 xFrame.set( rBindings.GetActiveFrame() ); in GetFrame()
1163 return xFrame; in GetFrame()
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx212 …barMenu& rMenu, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame ) in ToolbarMenu_Impl() argument
214 , mxFrame( xFrame ) in ToolbarMenu_Impl()
1708 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame,
1721 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame, in ToolbarMenuStatusListener()
1723 : svt::FrameStatusListener( xServiceManager, xFrame ) in ToolbarMenuStatusListener()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java803 XTextFrame xFrame = (XTextFrame) UnoRuntime.queryInterface ( in TextFrameExample() local
808 XShape xShape = (XShape)UnoRuntime.queryInterface(XShape.class, xFrame); in TextFrameExample()
811 XPropertySet.class, xFrame ); in TextFrameExample()
829 mxDocText.insertTextContent(mxDocCursor, xFrame, false); in TextFrameExample()
832 XText xFrameText = xFrame.getText(); in TextFrameExample()
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx388 const uno::Reference< frame::XFrame >& xFrame, in attach()
394 if ( m_xFrame.is() && m_xFrame != xFrame ) in attach()
398 m_xFrame = xFrame; in attach()
421 uno::Reference< frame::XFrame > xFrame( m_xFrame ); in requestToolbar() local
959 uno::Reference< frame::XFrame > xFrame( m_xFrame ); in implts_createAddonsToolBars() local
976 aPropSeq[0].Value <<= xFrame; in implts_createAddonsToolBars()
1071 uno::Reference< frame::XFrame > xFrame( m_xFrame ); in implts_createCustomToolBars() local
1077 if ( xFrame.is() ) in implts_createCustomToolBars()
1079 xModel = impl_getModelFromFrame( xFrame ); in implts_createCustomToolBars()
1273 uno::Reference< frame::XFrame > xFrame( m_xFrame ); in implts_createToolBar() local
[all …]
/trunk/main/sfx2/source/appl/
H A Dnewhelp.hxx453 xFrame;
491 getFrame() const { return xFrame; } in getFrame()
516 xFrame;
/trunk/main/sdext/source/presenter/
H A DPresenterProtocolHandler.cxx313 Reference<frame::XFrame> xFrame; in initialize() local
314 if (aArguments[0] >>= xFrame) in initialize()
316 mpPresenterController = PresenterController::Instance(xFrame); in initialize()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_docmgr.cxx679 uno::Reference< frame::XFrame > xFrame in isWithoutOrInTopLevelFrame() local
681 if ( xFrame.is() ) in isWithoutOrInTopLevelFrame()
686 xFrame->getContainerWindow(), uno::UNO_QUERY ); in isWithoutOrInTopLevelFrame()
/trunk/main/framework/inc/services/
H A Dframe.hxx196 …ctiveFrame ( const css::uno::Reference< css::frame::XFrame >& xFrame ) throw( css::u…
361 …tCloser ( const css::uno::Reference< css::frame::XFrame >& xFrame ,
394 … const css::uno::Reference< css::frame::XFrame >& xFrame );
/trunk/main/svtools/source/uno/
H A Dpopupwindowcontroller.cxx144 const Reference< frame::XFrame >& xFrame, in PopupWindowController()
146 : svt::ToolboxController( rServiceManager, xFrame, aCommandURL ) in PopupWindowController()
/trunk/main/framework/source/inc/loadenv/
H A Dloadenv.hxx675 …l impl_isFrameAlreadyUsedForLoading(const css::uno::Reference< css::frame::XFrame >& xFrame) const;
695 void impl_jumpToMark(const css::uno::Reference< css::frame::XFrame >& xFrame,
/trunk/main/filter/source/flash/
H A Dswffilter.cxx267 Reference< XFrame > xFrame(xDesktop->getCurrentFrame()); in filter() local
269 if(xFrame.is()) in filter()
271 Reference< XController > xController(xFrame->getController()); in filter()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbawindowbase.cxx169 uno::Reference< frame::XFrame > xFrame( xController->getFrame(), uno::UNO_SET_THROW ); in construct() local
170 uno::Reference< awt::XWindow > xWindow( xFrame->getContainerWindow(), uno::UNO_SET_THROW ); in construct()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DUnoScrollBarControl.java71 XFrame xFrame = xModel.getCurrentController().getFrame(); in initialize() local
72 XWindow xWin = xFrame.getContainerWindow(); in initialize()
/trunk/main/offapi/com/sun/star/embed/
H A DDocumentCloser.idl68 @param xFrame
72 DocumentCloserCtor1( [in] com::sun::star::frame::XFrame xFrame )
/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx238 xFrame = xArg; in attachFrame()
239 xFrame->addFrameActionListener( pImp ); in attachFrame()
267 return xFrame; in getFrame()
698 pThis->xFrame->dispose(); in IMPL_STATIC_LINK()
/trunk/main/unotools/inc/unotools/
H A Deventcfg.hxx81 …shFrameCallback(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame);
103 …shFrameCallback(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame);

Completed in 201 milliseconds

12345678910>>...14