Home
last modified time | relevance | path

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

12345678910>>...14

/trunk/main/framework/inc/services/
H A Ddesktop.hxx279 … ( const css::uno::Reference< css::frame::XFrame >& xFrame ) throw(…
360 …rameComponent ( const css::uno::Reference< css::frame::XFrame >& xFrame ) const;
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java208 XWindow xContainerWindow = myLetterDoc.xFrame.getContainerWindow(); in startWizard()
225 myLetterDoc.xFrame.getComponentWindow().setEnable(false); in startWizard()
227 executeDialog(myLetterDoc.xFrame); in startWizard()
358 XCloseable xCloseable = UnoRuntime.queryInterface(XCloseable.class, myLetterDoc.xFrame); in closeDocument()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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…
/trunk/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()
/trunk/main/reportdesign/source/core/api/
H A DReportEngineJFree.cxx311 …uno::Reference< frame::XFrame> xFrame = uno::Reference< frame::XFrame>(xFrameLoad,uno::UNO_QUERY)-… in createDocumentAlive() local
312 xFrameLoad.set( xFrame,uno::UNO_QUERY); in createDocumentAlive()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/sdext/source/minimizer/
H A Dgraphiccollector.cxx58 Reference< XFrame > xFrame( xDesktop->getActiveFrame() ); in GetDeviceInfo() local
59 Reference< XWindow > xWindow( xFrame->getContainerWindow() ); in GetDeviceInfo()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/sw/source/ui/utlui/
H A Duitool.cxx770 uno::Reference< frame::XFrame > xFrame = rViewFrame.GetFrame().GetFrameInterface(); in ExecuteMenuCommand() local
771 uno::Reference < frame::XDispatchProvider > xProv( xFrame, uno::UNO_QUERY ); in ExecuteMenuCommand()
/trunk/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()
/trunk/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()
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1825 uno::Reference<frame::XFrame> xFrame; in GetViewShellForDocShell() local
1826 if ( ! (xFrameAccess->getByIndex(nIndex) >>= xFrame)) in GetViewShellForDocShell()
1829 …::sd::DrawController* pController = dynamic_cast<sd::DrawController*>(xFrame->getController().get(… in GetViewShellForDocShell()
/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx847 uno::Reference<frame::XFrame> xFrame( in DocumentFrame() local
853 if( xFrame.is() ) in DocumentFrame()
854 m_xFrame = xFrame->findFrame( in DocumentFrame()
/trunk/main/unotools/inc/unotools/
H A Dcmdoptions.hxx208 …isFrameCallback(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame);
/trunk/main/cui/source/customize/
H A Dcfg.cxx793 sal_Bool impl_showKeyConfigTabPage( const css::uno::Reference< css::frame::XFrame >& xFrame ) in impl_showKeyConfigTabPage() argument
805 if (xMM.is() && xFrame.is()) in impl_showKeyConfigTabPage()
807 ::rtl::OUString sModuleId = xMM->identify(xFrame); in impl_showKeyConfigTabPage()
857 …Dialog::SetFrame(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame) in SetFrame() argument
859 m_xFrame = xFrame; in SetFrame()
861 if (!impl_showKeyConfigTabPage( xFrame )) in SetFrame()
3779 uno::Reference< frame::XFrame > xFrame, in SetSystemStyle()
3791 uno::Reference< beans::XPropertySet > xPropSet( xFrame, uno::UNO_QUERY ); in SetSystemStyle()
/trunk/main/framework/source/inc/dispatch/
H A Dwindowcommanddispatch.hxx118 const css::uno::Reference< css::frame::XFrame >& xFrame);
/trunk/main/framework/inc/dispatch/
H A Ddispatchinformationprovider.hxx85 … const css::uno::Reference< css::frame::XFrame >& xFrame);

Completed in 171 milliseconds

12345678910>>...14