/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ |
H A D | DocumentView.java | 88 private com.sun.star.frame.XFrame mxFrame ; field in DocumentView 215 if(mxFrame!=null) in createFrame() 218 maInterceptor = new Interceptor(mxFrame); in createFrame() 224 maStatusView.setFrame (mxFrame); in createFrame() 225 maCustomizeView.setFrame(mxFrame); in createFrame() 230 mxFrame); in createFrame() 303 if (FunctionHelper.closeFrame(mxFrame)) in processWindowEvent() 305 mxFrame = null; in processWindowEvent() 339 if (mxFrame!=null) in shutdown() 340 FunctionHelper.closeFrame(mxFrame); in shutdown() [all …]
|
/aoo42x/main/sfx2/source/sidebar/ |
H A D | ControllerItem.cxx | 62 mxFrame(rxFrame) in FrameActionListener() 64 if (mxFrame.is()) in FrameActionListener() 65 mxFrame->addFrameActionListener(this); in FrameActionListener() 72 if (mxFrame.is()) in disposing() 73 mxFrame->removeFrameActionListener(this); in disposing() 80 mxFrame = NULL; in disposing() 91 Reference<frame::XFrame> mxFrame; member in __anon5c8dd7660111::FrameActionListener 103 mxFrame(), in ControllerItem() 120 mxFrame(rxFrame), in ControllerItem() 196 mxFrame = NULL; in ResetFrame() [all …]
|
H A D | SidebarPanelBase.cxx | 65 mxFrame(rxFrame), in SidebarPanelBase() 70 if (mxFrame.is()) in SidebarPanelBase() 76 xMultiplexer->addContextChangeEventListener(this, mxFrame->getController()); in SidebarPanelBase() 104 if (mxFrame.is()) in disposing() 111 mxFrame = NULL; in disposing() 159 mxFrame = NULL; in disposing() 169 return mxFrame; in getFrame()
|
H A D | CommandInfoProvider.cxx | 56 mxFrame(rxFrame) in FrameListener() 58 if (mxFrame.is()) in FrameListener() 59 mxFrame->addEventListener(this); in FrameListener() 66 if (mxFrame.is()) in disposing() 67 mxFrame->removeEventListener(this); in disposing() 74 mxFrame = NULL; in disposing() 79 Reference<frame::XFrame> mxFrame; member in __anona9f39e890111::FrameListener
|
H A D | SidebarController.cxx | 118 mxFrame(rxFrame), in SidebarController() 151 mxFrame->getController()); in SidebarController() 164 mxReadOnlyModeDispatch = Tools::GetDispatch(mxFrame, aURL); in SidebarController() 206 SidebarControllerContainer::iterator iEntry (maSidebarControllerContainer.find(mxFrame)); in disposing() 441 mxFrame); in UpdateConfigurations() 557 mxFrame); in SwitchToDeck() 659 mxFrame); in SwitchToDeck() 748 aCreationArguments.put("Frame", makeAny(mxFrame)); in CreateUIElement() 872 Reference<frame::XDispatch> xDispatch (Tools::GetDispatch(mxFrame, aURL)); in ShowDetailMenu() 1204 mpCurrentDeck->GetTitleBar()->SetIcon(Tools::GetImage(sIconURL, mxFrame)); in UpdateTitleBarIcons() [all …]
|
H A D | PanelTitleBar.cxx | 56 mxFrame(), in PanelTitleBar() 87 mxFrame = rxFrame; in SetMoreOptionsCommand() 177 Reference<frame::XDispatch> xDispatch (Tools::GetDispatch(mxFrame, aURL)); in HandleToolBoxItemClick()
|
/aoo42x/main/sw/source/ui/sidebar/ |
H A D | WrapPropertyPanel.cxx | 71 , mxFrame( rxFrame ) in WrapPropertyPanel() 112 ::GetImage( mxFrame, A2S(".uno:WrapOff"), sal_False, sal_False ) ); in Initialize() 114 ::GetImage( mxFrame, A2S(".uno:WrapLeft"), sal_False, sal_False ) ); in Initialize() 116 ::GetImage( mxFrame, A2S(".uno:WrapRight"), sal_False, sal_False ) ); in Initialize() 118 ::GetImage( mxFrame, A2S(".uno:WrapOn"), sal_False, sal_False ) ); in Initialize() 122 ::GetImage( mxFrame, A2S(".uno:WrapIdeal"), sal_False, sal_False ) ); in Initialize() 125 ::GetImage( mxFrame, A2S(".uno:WrapOff"), sal_False, sal_True ) ); in Initialize() 127 ::GetImage( mxFrame, A2S(".uno:WrapLeft"), sal_False, sal_True ) ); in Initialize() 129 ::GetImage( mxFrame, A2S(".uno:WrapRight"), sal_False, sal_True ) ); in Initialize() 131 ::GetImage( mxFrame, A2S(".uno:WrapOn"), sal_False, sal_True ) ); in Initialize() [all …]
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | viewappletshape.cxx | 77 mxFrame(), in ViewAppletShape() 183 mxFrame.set( in startApplet() 189 mxFrame->initialize( xOwnWindow ); in startApplet() 194 mxFrame ); in startApplet() 215 uno::Reference< awt::XWindow > xAppletWindow( mxFrame->getComponentWindow() ); in startApplet() 236 mxFrame, in endApplet() 242 mxFrame.clear(); in endApplet() 255 if( !mxFrame.is() ) in render() 268 if( !mxFrame.is() ) in resize() 278 uno::Reference< awt::XWindow > xFrameWindow( mxFrame->getContainerWindow() ); in resize() [all …]
|
/aoo42x/main/odk/examples/cpp/complextoolbarcontrols/ |
H A D | MyProtocolHandler.cxx | 75 aListenerHelper.GetDispatch( mxFrame, aURL.Path ); in SendCommand() 117 mxFrame = xFrame; in initialize() 125 if ( !mxFrame.is() ) in queryDispatch() 128 Reference < XController > xCtrl = mxFrame->getController(); in queryDispatch() 146 xRet = aListenerHelper.GetDispatch( mxFrame, aURL.Path ); in queryDispatch() 150 (BaseDispatch*) new CalcDispatch( mxContext, mxFrame ); in queryDispatch() 151 aListenerHelper.AddDispatch( xRet, mxFrame, aURL.Path ); in queryDispatch() 465 aListenerHelper.AddListener( mxFrame, xControl, aURL.Path ); in addStatusListener() 471 aListenerHelper.RemoveListener( mxFrame, xControl, aURL.Path ); in removeStatusListener() 505 , mxFrame( xFrame ) in BaseDispatch() [all …]
|
H A D | ListenerHelper.h | 78 ::com::sun::star::uno::Reference< com::sun::star::frame::XFrame > mxFrame; 81 : mxFrame(xFrame) in ListenerItemEventListener()
|
H A D | MyProtocolHandler.h | 63 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > mxFrame; 112 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > mxFrame;
|
/aoo42x/main/sfx2/source/doc/ |
H A D | iframe.cxx | 49 uno::Reference < frame::XFrame > mxFrame; member in sfx2::IFrameWindow_Impl 145 DBG_ASSERT( !mxFrame.is(), "Frame already existing!" ); in load() 158 …mxFrame = uno::Reference< frame::XFrame >( mxFact->createInstance( ::rtl::OUString::createFromAsci… in load() 161 mxFrame->initialize( xWin ); in load() 162 mxFrame->setName( maFrmDescr.GetName() ); in load() 166 mxFrame->setCreator( xFramesSupplier ); in load() 168 uno::Reference< frame::XDispatchProvider > xProv( mxFrame, uno::UNO_QUERY ); in load() 194 uno::Reference < util::XCloseable > xClose( mxFrame, uno::UNO_QUERY ); in cancel() 197 mxFrame = 0; in cancel()
|
/aoo42x/main/svx/source/tbxctrls/ |
H A D | itemwin.cxx | 73 mxFrame ( rFrame ) in SvxLineBox() 145 …SfxToolBoxControl::Dispatch( Reference< XDispatchProvider >( mxFrame->getController(), UNO_QUERY ), in Select() 160 …SfxToolBoxControl::Dispatch( Reference< XDispatchProvider >( mxFrame->getController(), UNO_QUERY ), in Select() 301 mxFrame ( rFrame ) in SvxColorBox() 366 …SfxToolBoxControl::Dispatch( Reference< XDispatchProvider >( mxFrame->getController(), UNO_QUERY ), in Select() 474 mxFrame( rFrame ) in SvxMetricField() 488 eDlgUnit = SfxModule::GetModuleFieldUnit( mxFrame ); in SvxMetricField() 525 …SfxToolBoxControl::Dispatch( Reference< XDispatchProvider >( mxFrame->getController(), UNO_QUERY ), in Modify() 587 FieldUnit eTmpUnit = SfxModule::GetModuleFieldUnit( mxFrame ); in RefreshDlgUnit()
|
H A D | layctrl.cxx | 72 Reference< XFrame > mxFrame; member in TableWindow 103 mxFrame( rFrame ), in TableWindow() 139 return new TableWindow( GetId(), maCommand, rTbx, mxFrame ); in Clone() 432 Reference< XDispatchProvider > xDispatchProvider( mxFrame, UNO_QUERY ); in PopupModeEnd() 475 Reference< XFrame > mxFrame; member in ColumnsWindow 500 mxFrame(rFrame), in ColumnsWindow() 531 return new ColumnsWindow( GetId(), maCommand, rTbx, mxFrame ); in Clone() 762 …SfxToolBoxControl::Dispatch( Reference< XDispatchProvider >( mxFrame->getController(), UNO_QUERY ), in PopupModeEnd()
|
H A D | grafctrl.cxx | 121 Reference< XFrame > mxFrame; member in ImplGrafMetricField 143 mxFrame( rFrame ) in ImplGrafMetricField() 219 Reference< XDispatchProvider >( mxFrame->getController(), UNO_QUERY ), in IMPL_LINK() 378 Reference< XFrame > mxFrame; member in ImplGrafModeControl 398 mxFrame( rFrame ) in ImplGrafModeControl() 432 Reference< XDispatchProvider >( mxFrame->getController(), UNO_QUERY ), in Select()
|
H A D | linectrl.cxx | 389 mxFrame ( rFrame ) in SvxLineEndWindow() 411 mxFrame ( rFrame ) in SvxLineEndWindow() 451 return new SvxLineEndWindow( GetId(), mxFrame, GetText() ); in Clone() 511 …SfxToolBoxControl::Dispatch( Reference< XDispatchProvider >( mxFrame->getController(), UNO_QUERY ), in IMPL_LINK()
|
/aoo42x/main/sc/source/ui/sidebar/ |
H A D | NumberFormatPropertyPanel.cxx | 80 mxFrame(rxFrame), in NumberFormatPropertyPanel() 115 GetImage(mxFrame, A2S(".uno:NumericField"), sal_False, Theme::IsHighContrastMode())); in Initialize() 118 GetImage(mxFrame, A2S(".uno:NumberFormatPercent"), sal_False, Theme::IsHighContrastMode())); in Initialize() 121 … GetImage(mxFrame, A2S(".uno:NumberFormatCurrency"), sal_False, Theme::IsHighContrastMode())); in Initialize() 124 GetImage(mxFrame, A2S(".uno:NumberFormatDate"), sal_False, Theme::IsHighContrastMode())); in Initialize() 127 GetImage(mxFrame, A2S(".uno:InsertFixedText"), sal_False, Theme::IsHighContrastMode())); in Initialize()
|
/aoo42x/main/sd/source/ui/controller/ |
H A D | slidelayoutcontroller.cxx | 90 Reference< XFrame > mxFrame; member in sd::LayoutToolbarMenu 183 , mxFrame(xFrame) in LayoutToolbarMenu() 266 if( mxFrame.is() ) in LayoutToolbarMenu() 272 aSlotImage = ::GetImage( mxFrame, sSlotStr, sal_False, bHighContrast ); in LayoutToolbarMenu() 276 sSlotTitle = ImplRetrieveLabelFromCommand( mxFrame, sSlotStr ); in LayoutToolbarMenu()
|
/aoo42x/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/ |
H A D | addon.cxx | 91 mxFrame = xFrame; in initialize() 132 ShowMessageBox( mxToolkit, mxFrame, in dispatch() 138 ShowMessageBox( mxToolkit, mxFrame, in dispatch() 145 ShowMessageBox( mxToolkit, mxFrame, in dispatch()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xichart.cxx | 1034 if( !mxFrame ) in UpdateText() 1035 mxFrame = pParentText->mxFrame; in UpdateText() 1067 if( mxFrame.is() ) in ConvertFrame() 1068 mxFrame->Convert( rPropSet ); in ConvertFrame() 2463 if( !mxFrame ) in Finalize() 2478 if( mxFrame.is() ) in CreateLegend() 2479 mxFrame->Convert( aLegendProp ); in CreateLegend() 3797 if( !mxFrame ) in UpdateObjFrame() 3838 if( mxFrame.is() ) in Convert() 3841 mxFrame->Convert( aFrameProp ); in Convert() [all …]
|
H A D | xechart.cxx | 1222 mxFrame = lclCreateFrame( GetChRoot(), aTitleProp, EXC_CHOBJTYPE_TEXT ); in ConvertTitle() 1375 mxFrame = lclCreateFrame( GetChRoot(), rPropSet, EXC_CHOBJTYPE_TEXT ); in ConvertTrendLineEquation() 1406 lclSaveRecord( rStrm, mxFrame ); in WriteSubRecords() 2289 mxFrame = lclCreateFrame( GetChRoot(), rPropSet, EXC_CHOBJTYPE_LEGEND ); in Convert() 2331 if( !mxFrame ) in Convert() 2332 mxFrame.reset( new XclExpChFrame( GetChRoot(), EXC_CHOBJTYPE_LEGEND ) ); in Convert() 2333 mxFrame->SetAutoFlags( false, false ); in Convert() 2370 lclSaveRecord( rStrm, mxFrame ); in WriteSubRecords() 3335 mxFrame = lclCreateFrame( GetChRoot(), aFrameProp, EXC_CHOBJTYPE_BACKGROUND ); in XclExpChChart() 3399 lclSaveRecord( rStrm, mxFrame ); in WriteSubRecords()
|
/aoo42x/main/svx/inc/svx/ |
H A D | itemwin.hxx | 47 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > mxFrame; 82 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > mxFrame; 117 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > mxFrame;
|
/aoo42x/main/sdext/source/minimizer/ |
H A D | optimizerdialog.cxx | 233 , mxFrame( rxFrame ) in OptimizerDialog() 238 OSL_ENSURE( mxFrame.is(), "OptimizerDialog: no XFrame!" ); in OptimizerDialog() 239 Reference< XController > xController( mxFrame->getController() ); in OptimizerDialog() 633 aArgs[ 0 ] <<= mxFrame; in actionPerformed()
|
H A D | pppoptimizerdialog.cxx | 123 mxFrame = xFrame; in initialize() 167 Reference< XFrame > xFrame( mxFrame ); in execute()
|
/aoo42x/main/framework/source/services/ |
H A D | backingwindow.cxx | 321 aProp.Value <<= mxFrame; in prepareRecentFileMenu() 702 mpAccExec->init( comphelper::getProcessServiceFactory(), mxFrame); in Notify() 779 mxFrame = xFrame; in setOwningFrame() 964 Reference< XDispatchProvider > xFrame( mxFrame, UNO_QUERY ); in IMPL_LINK() 975 Reference< XDispatchProvider > xFrame( mxFrame, UNO_QUERY ); in IMPL_LINK()
|