Home
last modified time | relevance | path

Searched refs:xFrame (Results 226 – 250 of 335) sorted by relevance

12345678910>>...14

/aoo41x/main/forms/source/component/
H A DDatabaseForm.cxx2170 void lcl_dispatch(const Reference< XFrame >& xFrame,const Reference<XURLTransformer>& xTransformer,… in lcl_dispatch() argument
2177 …Reference< XDispatch > xDisp = Reference< XDispatchProvider > (xFrame,UNO_QUERY)->queryDispatch(a… in lcl_dispatch()
2246 Reference< XFrame > xFrame = xModel->getCurrentController()->getFrame(); in submit_impl() local
2247 if (!xFrame.is()) in submit_impl()
2274 …Reference< XDispatch > xDisp = Reference< XDispatchProvider > (xFrame,UNO_QUERY)->queryDispatch(a… in submit_impl()
2289 lcl_dispatch(xFrame,xTransformer,aURLStr,aReferer,aTargetName,aData,RTL_TEXTENCODING_MS_1252); in submit_impl()
2298 …Reference< XDispatch > xDisp = Reference< XDispatchProvider > (xFrame,UNO_QUERY)->queryDispatch(a… in submit_impl()
2336 … lcl_dispatch(xFrame,xTransformer,aURLStr,aReferer,aTargetName,aData,osl_getThreadTextEncoding()); in submit_impl()
/aoo41x/main/sfx2/inc/sfx2/
H A Dtbxctrl.hxx95 … const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame,
282 …nst ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame, const ::rtl::OUSt…
/aoo41x/main/sfx2/source/appl/
H A Dapp.cxx779 …uno::Reference< frame::XFrame > xFrame( pFrame ? pFrame->GetFrameInterface() : uno::Reference< fra… in ChooseScript() local
782 pFact->CreateScriptSelectorDialog( NULL, sal_False, xFrame ); in ChooseScript()
/aoo41x/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx1070 …Reference< ::com::sun::star::frame::XFrame > xFrame( mrBase.GetMainViewShell()->GetViewFrame()->Ge… in ExecuteAnnotationContextMenu() local
1071 if( xFrame.is() ) in ExecuteAnnotationContextMenu()
1082 Image aImage( GetImage( xFrame, sSlotURL, false, bHighContrast ) ); in ExecuteAnnotationContextMenu()
/aoo41x/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx2275 Reference< ::com::sun::star::frame::XFrame > xFrame( pViewFrame->GetFrame().GetFrameInterface() ); in IMPL_LINK() local
2276 if( xFrame.is() ) in IMPL_LINK()
2278 …pMenu->SetItemImage( CM_NEXT_SLIDE, GetImage( xFrame, OUString( RTL_CONSTASCII_USTRINGPARAM( "slot… in IMPL_LINK()
2279 …pMenu->SetItemImage( CM_PREV_SLIDE, GetImage( xFrame, OUString( RTL_CONSTASCII_USTRINGPARAM( "slot… in IMPL_LINK()
2283 …pPageMenu->SetItemImage( CM_FIRST_SLIDE, GetImage( xFrame, OUString( RTL_CONSTASCII_USTRINGPARAM( … in IMPL_LINK()
2284 …pPageMenu->SetItemImage( CM_LAST_SLIDE, GetImage( xFrame, OUString( RTL_CONSTASCII_USTRINGPARAM( "… in IMPL_LINK()
/aoo41x/main/toolkit/test/accessibility/
H A DAccessibilityWorkBench.java573 XFrame xFrame = (XFrame)UnoRuntime.queryInterface(XFrame.class, aSourceObj.Source); in disposing() local
575 if( xFrame != null ) in disposing()
/aoo41x/main/reportdesign/source/core/api/
H A DReportEngineJFree.cxx310 …uno::Reference< frame::XFrame> xFrame = uno::Reference< frame::XFrame>(xFrameLoad,uno::UNO_QUERY)-… in createDocumentAlive() local
311 xFrameLoad.set( xFrame,uno::UNO_QUERY); in createDocumentAlive()
/aoo41x/main/sd/source/ui/view/
H A DToolBarManager.cxx667 Reference<frame::XFrame> xFrame; in SetValid() local
669 xFrame = mrBase.GetViewFrame()->GetFrame().GetFrameInterface(); in SetValid()
672 Reference<beans::XPropertySet> xFrameProperties (xFrame, UNO_QUERY_THROW); in SetValid()
/aoo41x/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx300 uno::Reference<frame::XFrame> xFrame = GetBindings().GetActiveFrame(); in Init() local
301 Image aDelNm = ::GetImage( xFrame, aSlotURL, sal_False, sal_False ); in Init()
302 Image aDelHC = ::GetImage( xFrame, aSlotURL, sal_False, sal_True ); // high contrast in Init()
/aoo41x/main/sw/source/ui/uiview/
H A Dviewmdi.cxx345 Reference< XFrame > xFrame = GetViewFrame()->GetFrame().GetFrameInterface(); in CreatePageButtons() local
346 pNaviBtn = new SwNaviImageButton(pMDI, xFrame ); in CreatePageButtons()
/aoo41x/main/sdext/source/minimizer/
H A Dgraphiccollector.cxx58 Reference< XFrame > xFrame( xDesktop->getActiveFrame() ); in GetDeviceInfo() local
59 Reference< XWindow > xWindow( xFrame->getContainerWindow() ); in GetDeviceInfo()
/aoo41x/main/svtools/source/misc/
H A Dacceleratorexecute.cxx469 … const css::uno::Reference< css::frame::XFrame >& xFrame) in st_openModuleConfig()
478 sModule = xModuleDetection->identify(xFrame); in st_openModuleConfig()
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java624 XFrame xFrame = (XFrame)UnoRuntime.queryInterface( in disposing() local
627 if( xFrame != null ) in disposing()
/aoo41x/main/filter/source/msfilter/
H A Dmsvbahelper.cxx109 …uno::Reference< frame::XFrame > xFrame( xModel->getCurrentController()->getFrame(), uno::UNO_QUERY… in findShellForUrl() local
110 uno::Reference< beans::XPropertySet > xProps( xFrame, uno::UNO_QUERY_THROW ); in findShellForUrl()
/aoo41x/main/framework/source/loadenv/
H A Dloadenv.cxx1291 void LoadEnv::impl_jumpToMark(const css::uno::Reference< css::frame::XFrame >& xFrame, in impl_jumpToMark() argument
1297 css::uno::Reference< css::frame::XDispatchProvider > xProvider(xFrame, css::uno::UNO_QUERY); in impl_jumpToMark()
1473 …v::impl_isFrameAlreadyUsedForLoading(const css::uno::Reference< css::frame::XFrame >& xFrame) const in impl_isFrameAlreadyUsedForLoading()
1475 css::uno::Reference< css::document::XActionLockable > xLock(xFrame, css::uno::UNO_QUERY); in impl_isFrameAlreadyUsedForLoading()
/aoo41x/main/unotools/inc/unotools/
H A Dcmdoptions.hxx208 …isFrameCallback(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame);
/aoo41x/main/framework/inc/dispatch/
H A Ddispatchinformationprovider.hxx85 … const css::uno::Reference< css::frame::XFrame >& xFrame);
/aoo41x/main/framework/source/inc/dispatch/
H A Dwindowcommanddispatch.hxx118 const css::uno::Reference< css::frame::XFrame >& xFrame);
/aoo41x/main/sfx2/source/view/
H A Dimpframe.hxx51 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame;
/aoo41x/main/framework/inc/helper/
H A Docomponentaccess.hxx229 …omponent > impl_getFrameComponent( const css::uno::Reference< css::frame::XFrame >& xFrame ) const;
H A Dtagwindowasmodified.hxx147 void impl_update(const css::uno::Reference< css::frame::XFrame >& xFrame);
/aoo41x/main/chart2/source/controller/main/
H A DChartFrameloader.hxx76 ::com::sun::star::frame::XFrame >& xFrame )
/aoo41x/main/sw/source/ui/app/
H A Dapphdl.cxx469 uno::Reference< frame::XFrame > xFrame = in IMPL_LINK() local
471 xFrame->getContainerWindow()->setVisible(sal_False); in IMPL_LINK()
/aoo41x/main/sw/source/ui/utlui/
H A Duitool.cxx756 uno::Reference< frame::XFrame > xFrame = rViewFrame.GetFrame().GetFrameInterface(); in ExecuteMenuCommand() local
757 uno::Reference < frame::XDispatchProvider > xProv( xFrame, uno::UNO_QUERY ); in ExecuteMenuCommand()
/aoo41x/main/framework/source/jobs/
H A Djob.cxx92 /*IN*/ const css::uno::Reference< css::frame::XFrame >& xFrame ) in DEFINE_XINTERFACE_4()
97 , m_xFrame (xFrame ) in DEFINE_XINTERFACE_4()

Completed in 606 milliseconds

12345678910>>...14