Home
last modified time | relevance | path

Searched refs:mxFrame (Results 1 – 25 of 67) sorted by relevance

123

/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DDocumentView.java88 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 …]
/trunk/main/sfx2/source/sidebar/
H A DControllerItem.cxx62 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 __anonc454b9dd0111::FrameActionListener
103 mxFrame(), in ControllerItem()
120 mxFrame(rxFrame), in ControllerItem()
196 mxFrame = NULL; in ResetFrame()
[all …]
H A DSidebarPanelBase.cxx65 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 DCommandInfoProvider.cxx56 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 __anon20eda3600111::FrameListener
H A DSidebarController.cxx118 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 DPanelTitleBar.cxx56 mxFrame(), in PanelTitleBar()
87 mxFrame = rxFrame; in SetMoreOptionsCommand()
177 Reference<frame::XDispatch> xDispatch (Tools::GetDispatch(mxFrame, aURL)); in HandleToolBoxItemClick()
/trunk/main/sw/source/ui/sidebar/
H A DWrapPropertyPanel.cxx71 , 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 …]
/trunk/main/slideshow/source/engine/shapes/
H A Dviewappletshape.cxx77 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 …]
/trunk/main/odk/examples/cpp/complextoolbarcontrols/
H A DMyProtocolHandler.cxx75 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 DListenerHelper.h78 ::com::sun::star::uno::Reference< com::sun::star::frame::XFrame > mxFrame;
81 : mxFrame(xFrame) in ListenerItemEventListener()
H A DMyProtocolHandler.h63 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > mxFrame;
112 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > mxFrame;
/trunk/main/sfx2/source/doc/
H A Diframe.cxx49 uno::Reference < frame::XFrame > mxFrame; member in sfx2::IFrameWindow_Impl
145 DBG_ASSERT( !mxFrame.is(), "Frame already existing!" ); in load()
158mxFrame = 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()
/trunk/main/svx/source/tbxctrls/
H A Ditemwin.cxx73 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 Dlayctrl.cxx72 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 Dgrafctrl.cxx121 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 Dlinectrl.cxx389 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()
/trunk/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.cxx80 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()
/trunk/main/sd/source/ui/controller/
H A Dslidelayoutcontroller.cxx90 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()
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/
H A Daddon.cxx91 mxFrame = xFrame; in initialize()
132 ShowMessageBox( mxToolkit, mxFrame, in dispatch()
138 ShowMessageBox( mxToolkit, mxFrame, in dispatch()
145 ShowMessageBox( mxToolkit, mxFrame, in dispatch()
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx1034 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 Dxechart.cxx1222 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()
/trunk/main/svx/inc/svx/
H A Ditemwin.hxx47 ::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;
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialog.cxx233 , 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 Dpppoptimizerdialog.cxx123 mxFrame = xFrame; in initialize()
167 Reference< XFrame > xFrame( mxFrame ); in execute()
/trunk/main/framework/source/services/
H A Dbackingwindow.cxx323 aProp.Value <<= mxFrame; in prepareRecentFileMenu()
704 mpAccExec->init( comphelper::getProcessServiceFactory(), mxFrame); in Notify()
781 mxFrame = xFrame; in setOwningFrame()
966 Reference< XDispatchProvider > xFrame( mxFrame, UNO_QUERY ); in IMPL_LINK()
977 Reference< XDispatchProvider > xFrame( mxFrame, UNO_QUERY ); in IMPL_LINK()

Completed in 136 milliseconds

123