Home
last modified time | relevance | path

Searched refs:xFrame (Results 151 – 175 of 336) sorted by relevance

12345678910>>...14

/trunk/test/testuno/source/fvt/uno/sw/
H A DDocumentTest.java85 XFrame xFrame = (xDesktop == null) ? null : xDesktop.getCurrentFrame(); in testNewAndCloseDocument() local
86 XController xCtrl = (xFrame == null) ? null : xFrame.getController(); in testNewAndCloseDocument()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextTableHandler.java232 XFrame xFrame = this.xTextDocument.getCurrentController().getFrame(); in adjustOptimalTableWidths() local
239 Desktop.dispatchURL(_xMSF, ".Uno:DistributeColumns", xFrame); in adjustOptimalTableWidths()
240 Desktop.dispatchURL(_xMSF, ".Uno:SetOptimalColumnWidth", xFrame); in adjustOptimalTableWidths()
/trunk/main/framework/source/services/
H A Dbackingwindow.cxx777 …ow::setOwningFrame( const com::sun::star::uno::Reference< com::sun::star::frame::XFrame >& xFrame ) in setOwningFrame() argument
779 mxFrame = xFrame; in setOwningFrame()
964 Reference< XDispatchProvider > xFrame( mxFrame, UNO_QUERY ); in IMPL_LINK() local
971 …patchURL( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(OPEN_URL) ), rtl::OUString(), xFrame, aArgs ); in IMPL_LINK()
975 Reference< XDispatchProvider > xFrame( mxFrame, UNO_QUERY ); in IMPL_LINK() local
982 …hURL( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(TEMPLATE_URL) ), rtl::OUString(), xFrame, aArgs ); in IMPL_LINK()
/trunk/main/framework/source/uielement/
H A Dbuttontoolbarcontroller.cxx236 uno::Reference< frame::XFrame > xFrame; in execute() local
259 xFrame = m_xFrame; in execute()
265 uno::Reference< frame::XDispatchProvider > xDispatchProvider( xFrame, uno::UNO_QUERY ); in execute()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/
H A DContextMenuInterceptor.java57 com.sun.star.frame.XFrame xFrame = null; in main() local
71 xFrame = xModel.getCurrentController().getFrame(); in main()
82 com.sun.star.frame.XController xController = xFrame.getController(); in main()
/trunk/main/embeddedobj/source/msole/
H A Downview.cxx517 uno::Reference< frame::XFrame > xFrame = xController->getFrame(); in Open() local
518 if ( xFrame.is() ) in Open()
520 xFrame->activate(); in Open()
521 uno::Reference<awt::XTopWindow> xTopWindow( xFrame->getContainerWindow(), uno::UNO_QUERY ); in Open()
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx568 uno::Reference< frame::XFrame> xFrame; in lcl_insertMenuItemImages() local
570 xFrame = xController->getFrame(); in lcl_insertMenuItemImages()
587 if ( xFrame.is() ) in lcl_insertMenuItemImages()
588 … _rMenu.SetItemImage(nId,framework::GetImageFromURL(xFrame,aCommand,sal_False,bHiContrast)); in lcl_insertMenuItemImages()
/trunk/main/sfx2/source/doc/
H A Dplugin.cxx99 const uno::Reference < frame::XFrame >& xFrame ) in load()
108 Window* pParent = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() ); in load()
163 xFrame->setComponent( xWindow, uno::Reference < frame::XController >() ); in load()
/trunk/main/cui/source/customize/
H A Dselector.cxx203 bool _bShowSlots, const Reference< frame::XFrame >& xFrame ) in SvxConfigGroupListBox_Impl()
219 if ( xFrame != NULL ) in SvxConfigGroupListBox_Impl()
221 m_xFrame.set( xFrame ); in SvxConfigGroupListBox_Impl()
964 Window* pParent, sal_Bool bShowSlots, const Reference< frame::XFrame >& xFrame ) in SvxScriptSelectorDialog()
969 aCategories( this, CUI_RES( BOX_SELECTOR_CATEGORIES ), bShowSlots, xFrame ), in SvxScriptSelectorDialog()
/trunk/main/sfx2/inc/sfx2/
H A Dunoctitm.hxx155 … SetFrame(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame);
175 ::com::sun::star::uno::WeakReference< ::com::sun::star::frame::XFrame > xFrame;
202 … SetFrame(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame);
H A Dmailmodelapi.hxx127 …lt SaveAndSend( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame,
129 …ult Send( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame );
/trunk/main/forms/source/component/
H A Dclickableimage.cxx271 Reference< XFrame > xFrame = xController->getFrame(); in actionPerformed_Impl() local
272 if( !xFrame.is() ) in actionPerformed_Impl()
309 …Reference< XDispatch > xDisp = Reference< XDispatchProvider > (xFrame,UNO_QUERY)->queryDispatch( … in actionPerformed_Impl()
325 …Reference< XDispatch > xDisp = Reference< XDispatchProvider > (xFrame,UNO_QUERY)->queryDispatch(a… in actionPerformed_Impl()
/trunk/main/sfx2/source/inc/
H A Dmailmodel.hxx76 …nst ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame, const rtl::OUStri…
96 …nst ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame, const rtl::OUStri…
/trunk/main/svx/source/tbxctrls/
H A Dtbxcolor.cxx61 … Reference< XFrame > xFrame = SfxViewFrame::Current()->GetFrame().GetFrameInterface(); in ToolboxAccess() local
62 Reference< XPropertySet > xFrameProps( xFrame, UNO_QUERY ); in ToolboxAccess()
/trunk/main/sfx2/source/appl/
H A Dshutdownicon.cxx328 Reference < ::com::sun::star::frame::XFrame > xFrame( xDesktop->getActiveFrame() ); in FromTemplate() local
329 if ( !xFrame.is() ) in FromTemplate()
330 xFrame = Reference < ::com::sun::star::frame::XFrame >( xDesktop, UNO_QUERY ); in FromTemplate()
337 Reference < ::com::sun::star::frame::XDispatchProvider > xProv( xFrame, UNO_QUERY ); in FromTemplate()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrawsh.cxx360 com::sun::star::uno::Reference < com::sun::star::frame::XFrame > xFrame; in ExecuteMacroAssign() local
362 xFrame = GetViewShell()->GetViewFrame()->GetFrame().GetFrameInterface(); in ExecuteMacroAssign()
365 SfxAbstractDialog* pMacroDlg = pFact->CreateSfxDialog( pWin, *pItemSet, xFrame, SID_EVENTCONFIG ); in ExecuteMacroAssign()
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard_UNO.cxx218 uno::Reference< frame::XFrame > xFrame( in createDialogOnDemand() local
220 if(xFrame.is()) in createDialogOnDemand()
221 m_xParentWindow = xFrame->getContainerWindow(); in createDialogOnDemand()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx319 uno::Reference<frame::XFrame> xFrame = xController->getFrame(); in dispatchRequests() local
320 uno::Reference<frame::XDispatchProvider> xDispatchProvider (xFrame,uno::UNO_QUERY_THROW); in dispatchRequests()
894 …const uno::Reference< frame::XFrame > xFrame ( xController->getFrame(), uno::UNO_S… in getPointerStyle() local
895 …const uno::Reference< awt::XWindow > xWindow ( xFrame->getContainerWindow(), uno::UNO_S… in getPointerStyle()
939 …const uno::Reference< frame::XFrame > xFrame ( (*controller)->getFrame(), uno::UNO_… in setCursorHelper() local
940 …const uno::Reference< awt::XWindow > xWindow ( xFrame->getContainerWindow(), uno::UNO_… in setCursorHelper()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DController.java53 public void attachFrame( /*IN*/ com.sun.star.frame.XFrame xFrame ) in attachFrame() argument
55 xController.attachFrame( xFrame ); in attachFrame()
/trunk/main/framework/source/layoutmanager/
H A Dhelpers.cxx328 sal_Bool implts_isFrameOrWindowTop( const uno::Reference< frame::XFrame >& xFrame ) in implts_isFrameOrWindowTop() argument
330 if (xFrame->isTop()) in implts_isFrameOrWindowTop()
333 …uno::Reference< awt::XTopWindow > xWindowCheck(xFrame->getContainerWindow(), uno::UNO_QUERY); // d… in implts_isFrameOrWindowTop()
/trunk/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx375 Reference< XFrame > xFrame( m_xFrame.get(), UNO_QUERY ); in getScriptInvocation() local
376 if ( xFrame.is() ) in getScriptInvocation()
381 if ( pFrame->GetFrameInterface() == xFrame ) in getScriptInvocation()
/trunk/main/svtools/inc/svtools/
H A Dcontextmenuhelper.hxx59 …nst ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame, bool bAutoRefresh…
90 …nst ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame, const ::rtl::OUSt…
/trunk/main/wizards/com/sun/star/wizards/fax/
H A DFaxWizardDialogImpl.java165 XWindow xContainerWindow = myFaxDoc.xFrame.getContainerWindow(); in startWizard()
183 myFaxDoc.xFrame.getComponentWindow().setEnable(false); in startWizard()
185 executeDialog(myFaxDoc.xFrame); in startWizard()
298 XCloseable xCloseable = UnoRuntime.queryInterface(XCloseable.class, myFaxDoc.xFrame); in closeDocument()
/trunk/main/chart2/source/controller/main/
H A DChartController.cxx360 ::attachFrame( const uno::Reference<frame::XFrame>& xFrame ) in attachFrame() argument
376 m_xFrame = xFrame; //the frameloader is responsible to call xFrame->setComponent in attachFrame()
393 if(xFrame.is()) in attachFrame()
395 uno::Reference< awt::XWindow > xContainerWindow = xFrame->getContainerWindow(); in attachFrame()
426 uno::Reference< beans::XPropertySet > xPropSet( xFrame, uno::UNO_QUERY ); in attachFrame()
/trunk/main/framework/inc/dispatch/
H A Ddispatchprovider.hxx137 const css::uno::Reference< css::frame::XFrame >& xFrame );
159 …rameDispatch ( const css::uno::Reference< css::frame::XFrame > xFrame

Completed in 150 milliseconds

12345678910>>...14