Home
last modified time | relevance | path

Searched refs:xFrame (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DFrame.java45 super( xFrame ); in Frame()
46 this.xFrame = xFrame; in Frame()
49 xFrame ); in Frame()
52 xFrame ); in Frame()
81 return xFrame.getName(); in getName()
86 xFrame.setName( aName ); in setName()
96 return xFrame.isTop(); in isTop()
101 xFrame.activate(); in activate()
106 xFrame.deactivate(); in deactivate()
111 return xFrame.isActive(); in isActive()
[all …]
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DFunctionHelper.java148 if (xFrame==null) in impl_createEmptyFrame()
158 return xFrame; in impl_createEmptyFrame()
375 xFrame.setName(sName); in createViewFrame()
382 if(xFrame!=null) in createViewFrame()
393 xFrame); in createViewFrame()
396 xFrame = null; in createViewFrame()
405 if(xFrame!=null) in createViewFrame()
409 xFrame); in createViewFrame()
416 return xFrame; in createViewFrame()
451 xFrame); in execute()
[all …]
H A DStatusListener.java99 m_xFrame = xFrame ; in StatusListener()
121 com.sun.star.frame.XFrame xFrame = null; in startListening() local
130 xFrame = m_xFrame; in startListening()
132 xFrame.addFrameActionListener(this); in startListening()
339 com.sun.star.frame.XFrame xFrame = null ; in impl_frameAction() local
351 xFrame = m_xFrame; in impl_frameAction()
363 xFrame); in impl_frameAction()
432 com.sun.star.frame.XFrame xFrame = null ; in shutdown() local
448 xFrame = m_xFrame; in shutdown()
464 xFrame.removeFrameActionListener(this); in shutdown()
[all …]
H A DCustomizeView.java136 public void setFrame(com.sun.star.frame.XFrame xFrame) in setFrame() argument
138 if (xFrame==null) in setFrame()
143 …kListener aMenuBarHandler = new ClickListener(FEATUREURL_MENUBAR ,FEATUREPROP_MENUBAR ,xFrame); in setFrame()
144 …kListener aToolBarHandler = new ClickListener(FEATUREURL_TOOLBAR ,FEATUREPROP_TOOLBAR ,xFrame); in setFrame()
145 …kListener aObjectBarHandler = new ClickListener(FEATUREURL_OBJECTBAR,FEATUREPROP_OBJECTBAR,xFrame); in setFrame()
154 …m_aMenuBarListener = new StatusListener(m_cbMenuBar ,MENUBAR_ON ,MENUBAR_OFF ,xFrame, FEATURE… in setFrame()
155 …m_aToolBarListener = new StatusListener(m_cbToolBar ,TOOLBAR_ON ,TOOLBAR_OFF ,xFrame, FEATURE… in setFrame()
156 …m_aObjectBarListener = new StatusListener(m_cbObjectBar,OBJECTBAR_ON,OBJECTBAR_OFF,xFrame, FEATURE… in setFrame()
197 com.sun.star.frame.XFrame xFrame ) in ClickListener() argument
201 m_xFrame = xFrame; in ClickListener()
H A DInterceptor.java97 Interceptor(/*IN*/ com.sun.star.frame.XFrame xFrame) in Interceptor() argument
99 m_xFrame = xFrame ; in Interceptor()
118 com.sun.star.frame.XFrame xFrame = null; in startListening() local
127 xFrame = m_xFrame; in startListening()
324 com.sun.star.frame.XFrame xFrame = null ; in impl_frameAction() local
330 xFrame = m_xFrame; in impl_frameAction()
335 xFrame); in impl_frameAction()
632 xFrame = m_xFrame; in shutdown()
641 xFrame.removeFrameActionListener(this); in shutdown()
647 xFrame); in shutdown()
[all …]
/trunk/main/framework/qa/complex/dispatches/
H A Dcheckdispatchapi.java235 impl_checkDispatchInfo(xFrame); in callDatabaseDispatch()
236 impl_closeFrame(xFrame); in callDatabaseDispatch()
267 XFrame xFrame = impl_createNewFrame(); in checkInterceptorLifeTime() local
271 impl_closeFrame(xFrame); in checkInterceptorLifeTime()
305 XFrame xFrame = impl_createNewFrame(); in checkInterception() local
320 XFrame xFrame = impl_createNewFrame(); in impl_checkDispatchInfoOfXXX() local
321 impl_loadIntoFrame(xFrame, sXXX, null); in impl_checkDispatchInfoOfXXX()
322 impl_checkDispatchInfo(xFrame); in impl_checkDispatchInfoOfXXX()
323 impl_closeFrame(xFrame); in impl_checkDispatchInfoOfXXX()
443 XFrame xFrame = null; in impl_createNewFrame() local
[all …]
/trunk/main/odk/examples/cpp/complextoolbarcontrols/
H A DListenerHelper.cxx39 const Reference < XFrame >& xFrame, in AddListener()
46 if ( aListeners[i].xFrame == xFrame ) in AddListener()
54 const Reference < XFrame >& xFrame, in RemoveListener()
61 if ( aListeners[i].xFrame == xFrame ) in RemoveListener()
80 const Reference < XFrame >& xFrame, in Notify()
87 if ( aListeners[i].xFrame == xFrame ) in Notify()
102 const Reference < XFrame >& xFrame, in GetDispatch()
108 if ( aListeners[i].xFrame == xFrame ) in GetDispatch()
121 aItem.xFrame = xFrame; in AddDispatch()
124 xFrame->addEventListener( new ListenerItemEventListener( xFrame ) ); in AddDispatch()
[all …]
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterDocument.java243 XTextFrame xFrame; field in LetterDocument.BusinessPaperObject
257 xShape = UnoRuntime.queryInterface(XShape.class, xFrame); in BusinessPaperObject()
264 Helper.setUnoPropertyValue(xFrame, "Opaque", Boolean.TRUE); in BusinessPaperObject()
265 Helper.setUnoPropertyValue(xFrame, "BackColor", 15790320); in BusinessPaperObject()
269 Helper.setUnoPropertyValue(xFrame, "LeftBorder", myBorder); in BusinessPaperObject()
271 Helper.setUnoPropertyValue(xFrame, "TopBorder", myBorder); in BusinessPaperObject()
273 Helper.setUnoPropertyValue(xFrame, "Print", Boolean.FALSE); in BusinessPaperObject()
278 xText.insertTextContent(xTextCursor, xFrame, false); in BusinessPaperObject()
280 XText xFrameText = xFrame.getText(); in BusinessPaperObject()
311 if (xFrame != null) in removeFrame()
[all …]
/trunk/main/framework/source/helper/
H A Dtitlebarupdate.cxx164 css::uno::Reference< css::frame::XFrame > xFrame; in initialize() local
171 lArguments[0] >>= xFrame; in initialize()
172 if (!xFrame.is()) in initialize()
181 m_xFrame = xFrame; in initialize()
186 xFrame->addFrameActionListener(this); in initialize()
227 if ( ! xFrame.is ()) in implst_getModuleInfo()
274 if ( ! xFrame.is()) in impl_forceUpdate()
282 impl_updateIcon (xFrame); in impl_forceUpdate()
283 impl_updateTitle (xFrame); in impl_forceUpdate()
324 if (implst_getModuleInfo(xFrame, aInfo)) in impl_updateIcon()
[all …]
H A Dtagwindowasmodified.cxx106 lArguments[0] >>= xFrame; in initialize()
108 if ( ! xFrame.is ()) in initialize()
113 m_xFrame = xFrame ; in initialize()
117 xFrame->addFrameActionListener(this); in initialize()
118 impl_update (xFrame); in initialize()
178 ( ! xFrame.is () ) || in frameAction()
179 (aEvent.Source != xFrame) in frameAction()
186 impl_update (xFrame); in frameAction()
198 (xFrame.is () ) && in disposing()
199 (aEvent.Source == xFrame) in disposing()
[all …]
H A Doframes.cxx106 void SAL_CALL OFrames::append( const css::uno::Reference< XFrame >& xFrame ) throw( RuntimeExceptio… in append() argument
121 m_pFrameContainer->append( xFrame ); in append()
123 xFrame->setCreator( xOwner ); in append()
132 void SAL_CALL OFrames::remove( const css::uno::Reference< XFrame >& xFrame ) throw( RuntimeExceptio… in remove() argument
147 m_pFrameContainer->remove( xFrame ); in remove()
457 sal_Bool OFrames::impldbg_checkParameter_append( const css::uno::Reference< XFrame >& xFrame ) in impldbg_checkParameter_append() argument
463 ( &xFrame == NULL ) || in impldbg_checkParameter_append()
464 ( xFrame.is() == sal_False ) in impldbg_checkParameter_append()
476 sal_Bool OFrames::impldbg_checkParameter_remove( const css::uno::Reference< XFrame >& xFrame ) in impldbg_checkParameter_remove() argument
482 ( &xFrame == NULL ) || in impldbg_checkParameter_remove()
[all …]
H A Ddockingareadefaultacceptor.cxx99 css::uno::Reference< XFrame > xFrame( m_xOwner.get(), UNO_QUERY ); in getContainerWindow() local
100 css::uno::Reference< css::awt::XWindow > xContainerWindow( xFrame->getContainerWindow() ); in getContainerWindow()
111 css::uno::Reference< XFrame > xFrame( m_xOwner.get(), UNO_QUERY ); in requestDockingAreaSpace() local
114 if ( xFrame.is() == sal_True ) in requestDockingAreaSpace()
116 css::uno::Reference< css::awt::XWindow > xContainerWindow( xFrame->getContainerWindow() ); in requestDockingAreaSpace()
117 css::uno::Reference< css::awt::XWindow > xComponentWindow( xFrame->getComponentWindow() ); in requestDockingAreaSpace()
151 css::uno::Reference< XFrame > xFrame( m_xOwner.get(), UNO_QUERY ); in setDockingAreaSpace() local
152 if ( xFrame.is() == sal_True ) in setDockingAreaSpace()
154 css::uno::Reference< css::awt::XWindow > xContainerWindow( xFrame->getContainerWindow() ); in setDockingAreaSpace()
155 css::uno::Reference< css::awt::XWindow > xComponentWindow( xFrame->getComponentWindow() ); in setDockingAreaSpace()
/trunk/main/sdext/source/minimizer/
H A Dpppoptimizerdialog.cxx82 Reference< XFrame > xFrame; in initialize() local
91 if ( ( *pAny >>= xFrame ) && xFrame.is() ) in initialize()
93 xWindow = xFrame->getContainerWindow(); in initialize()
97 xFrame = xController->getFrame(); in initialize()
98 if ( xFrame.is() ) in initialize()
106 xFrame = xController->getFrame(); in initialize()
107 if ( xFrame.is() ) in initialize()
115 if ( !xFrame.is() ) in initialize()
123 mxFrame = xFrame; in initialize()
167 Reference< XFrame > xFrame( mxFrame ); in execute() local
[all …]
/trunk/main/framework/source/dispatch/
H A Ddispatchprovider.cxx124 , m_xFrame ( xFrame ) in DEFINE_XINTERFACE_2()
374 xDispatcher = implts_getOrCreateDispatchHelper( E_MENUDISPATCHER, xFrame ); in implts_queryFrameDispatch()
385 if (WindowHelper::isTopWindow(xFrame->getContainerWindow())) in implts_queryFrameDispatch()
386 xDispatcher = implts_getOrCreateDispatchHelper( E_HELPAGENTDISPATCHER, xFrame ); in implts_queryFrameDispatch()
443 if (xFrame->isTop()) in implts_queryFrameDispatch()
484 !WindowHelper::isTopWindow(xFrame->getContainerWindow()) && in implts_queryFrameDispatch()
485 !VCLUnoHelper::GetWindow(xFrame->getContainerWindow())->IsSystemWindow() && in implts_queryFrameDispatch()
493 xDispatcher = implts_getOrCreateDispatchHelper( E_CLOSEDISPATCHER, xFrame ); in implts_queryFrameDispatch()
521 xDispatcher = implts_getOrCreateDispatchHelper( E_SELFDISPATCHER, xFrame ); in implts_queryFrameDispatch()
545 if (xFoundFrame==xFrame) in implts_queryFrameDispatch()
[all …]
H A Dmenudispatcher.cxx202 uno::Reference< XFrame > xFrame( m_xOwnerWeak.get(), UNO_QUERY ); in frameAction() local
205 if ( xFrame.is() && pMenuBar ) in frameAction()
246 uno::Reference< XFrame > xFrame( m_xOwnerWeak.get(), UNO_QUERY ); in disposing() local
247 if ( xFrame.is() ) in disposing()
254 aEventObj.Source = xFrame; in disposing()
298 uno::Reference< XFrame > xFrame( m_xOwnerWeak.get(), UNO_QUERY ); in impl_setMenuBar() local
299 if ( xFrame.is() ) in impl_setMenuBar()
350 AddonMenuManager::MergeAddonHelpMenu( xFrame, pMenuBar, m_xFactory ); in impl_setMenuBar()
379 css::uno::Reference < css::frame::XFrame > xFrame( m_xOwnerWeak.get(), css::uno::UNO_QUERY ); in IMPL_LINK() local
380 if ( !xFrame.is() ) in IMPL_LINK()
[all …]
H A Dclosedispatcher.cxx100 m_xCloseFrame = CloseDispatcher::static_impl_searchRightTargetFrame(xFrame, sTarget); in DEFINE_XINTERFACE_4()
463 if (! xFrame.is()) in implts_prepareFrameForClosing()
479 FrameListAnalyzer aCheck(xDesktop, xFrame, FrameListAnalyzer::E_ALL); in implts_prepareFrameForClosing()
494 css::uno::Reference< css::frame::XController > xController = xFrame->getController(); in implts_prepareFrameForClosing()
519 if ( ! xFrame.is() ) in implts_closeFrame()
525 if (!fpf::closeIt(xFrame, sal_False)) in implts_closeFrame()
547 if (!xFrame.is()) in implts_establishBackingMode()
564 xFrame->setComponent(xBackingWin, xBackingComp); in implts_establishBackingMode()
565 xBackingComp->attachFrame(xFrame); in implts_establishBackingMode()
607 return xFrame; in static_impl_searchRightTargetFrame()
[all …]
/trunk/main/framework/source/classes/
H A Dframecontainer.cxx115 void FrameContainer::append( const css::uno::Reference< css::frame::XFrame >& xFrame ) in append() argument
117 if (xFrame.is() && ! exist(xFrame)) in append()
121 m_aContainer.push_back( xFrame ); in append()
139 void FrameContainer::remove( const css::uno::Reference< css::frame::XFrame >& xFrame ) in remove() argument
151 if (m_xActiveFrame==xFrame) in remove()
257 css::uno::Reference< css::frame::XFrame > xFrame; in operator []() local
264 xFrame = m_aContainer.at( nIndex ); in operator []()
274 return xFrame; in operator []()
313 void FrameContainer::setActive( const css::uno::Reference< css::frame::XFrame >& xFrame ) in setActive() argument
315 if ( !xFrame.is() || exist(xFrame) ) in setActive()
[all …]
/trunk/main/framework/source/fwe/classes/
H A Dframelistanalyzer.cxx190 css::uno::Reference< css::frame::XFrame > xFrame; in impl_analyze() local
192 !(xFrameContainer->getByIndex(i) >>= xFrame) || in impl_analyze()
194 (xFrame==m_xReferenceFrame ) in impl_analyze()
202 (!xFrame->getContainerWindow().is()) || in impl_analyze()
203 (!xFrame->getComponentWindow().is()) in impl_analyze()
216 (xFrame->getName()==SPECIALTARGET_HELPTASK) in impl_analyze()
219 m_xHelp = xFrame; in impl_analyze()
237 m_xBackingComponent = xFrame; in impl_analyze()
256 m_lModelFrames[nModelStep] = xFrame; in impl_analyze()
279 m_lOtherHiddenFrames[nHiddenStep] = xFrame; in impl_analyze()
[all …]
/trunk/main/framework/source/uielement/
H A Dtoolbarmerger.cxx322 const uno::Reference< frame::XFrame >& xFrame, in ProcessMergeOperation()
337 … return ReplaceItem( xFrame, pToolbar, nPos, rItemId, rCommandMap, rModuleIdentifier, rItems ); in ProcessMergeOperation()
391 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame, in ProcessMergeFallback()
472 uno::Reference< frame::XFrame > xFrame( rFrame ); in MergeItems() local
554 const uno::Reference< frame::XFrame >& xFrame, in ReplaceItem()
635 uno::Reference< frame::XFrame > xFrame, in CreateController()
649 pResult = new EditToolbarController( xSMGR, xFrame, pToolbar, nId, nWidth, rCommandURL ); in CreateController()
653 pResult = new ImageButtonToolbarController( xSMGR, xFrame, pToolbar, nId, rCommandURL ); in CreateController()
657 pResult = new ToggleButtonToolbarController( xSMGR, xFrame, pToolbar, nId, in CreateController()
660 pResult = new ToggleButtonToolbarController( xSMGR, xFrame, pToolbar, nId, in CreateController()
[all …]
/trunk/main/sfx2/source/dialog/
H A Dpartwnd.cxx86 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame = GetFrame(); in ~SfxPartChildWnd_Impl()
103 if ( pWin && xFrame == pWin->GetBindings().GetActiveFrame() ) in ~SfxPartChildWnd_Impl()
146 ::com::sun::star::uno::Reference < ::com::sun::star::frame::XFrame > xFrame( in SfxPartDockWnd_Impl()
149 xFrame->initialize( VCLUnoHelper::GetInterface ( this ) ); in SfxPartDockWnd_Impl()
152 xFrame, ::com::sun::star::uno::UNO_QUERY ); in SfxPartDockWnd_Impl()
173 pChildWin->SetFrame( xFrame ); in SfxPartDockWnd_Impl()
179 xSupp->getFrames()->append( xFrame ); in SfxPartDockWnd_Impl()
217 … ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame = pChild->GetFrame(); in QueryClose()
218 if( xFrame.is() ) in QueryClose()
239 if( xFrame.is() ) in Notify()
[all …]
/trunk/main/sfx2/source/menu/
H A Dvirtmenu.cxx346 if ( nPos != MENU_ITEM_NOTFOUND && xFrame.is() ) in CreateFromSVMenu()
353 if ( xFrame.is() ) in CreateFromSVMenu()
434 Image aImage = GetImage( xFrame, aSlotURL, sal_False, bWasHighContrast ); in CreateFromSVMenu()
513 aImage = RetrieveAddOnImage( xFrame, aImageId, aCmd, sal_False, bWasHighContrast ); in CreateFromSVMenu()
956 Reference< XFrame > xFrame; in IMPL_LINK() local
958 if (!(aVal>>=xFrame) || !xFrame.is() ) in IMPL_LINK()
961 if ( xFrame == xCurrentFrame ) in IMPL_LINK()
964 Window* pWin = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() ); in IMPL_LINK()
1118 Reference< XFrame > xFrame; in IMPL_LINK() local
1119 if (( aItem >>= xFrame ) && xFrame.is() && nTaskId == nSlotId ) in IMPL_LINK()
[all …]
/trunk/main/dbaccess/source/ui/app/
H A Dsubcomponentmanager.cxx97 Reference< XFrame > xFrame; member
111 ,xFrame() in SubComponentDescriptor()
136 inline bool is() const { return xFrame.is(); } in is()
147 xFrame.set( xController->getFrame(), UNO_SET_THROW ); in impl_constructFrom()
160 xFrame.set( _rxComponent, UNO_QUERY ); in impl_constructFrom()
161 if ( !xFrame.is() ) in impl_constructFrom()
355 makeAny( _rComponent.xFrame ) in lcl_notifySubComponentEvent()
543 const Reference< XFrame > xFrame( pos->xFrame, UNO_SET_THROW ); in activateSubFrame() local
552 o_rComponent = pos->xFrame.get(); in activateSubFrame()
594 || ( comp->xFrame.is() in lookupSubComponent()
[all …]
/trunk/main/sc/source/ui/sidebar/
H A DScPanelFactory.cxx103 Reference<frame::XFrame> xFrame (aArguments.getOrDefault("Frame", Reference<frame::XFrame>())); in createUIElement() local
113 if ( ! xFrame.is()) in createUIElement()
125 …AlignmentPropertyPanel* pPanel = AlignmentPropertyPanel::Create( pParentWindow, xFrame, pBindings … in createUIElement()
128 xFrame, in createUIElement()
134 …CellAppearancePropertyPanel* pPanel = CellAppearancePropertyPanel::Create( pParentWindow, xFrame, … in createUIElement()
137 xFrame, in createUIElement()
143 …NumberFormatPropertyPanel* pPanel = NumberFormatPropertyPanel::Create( pParentWindow, xFrame, pBin… in createUIElement()
146 xFrame, in createUIElement()
155 xFrame, in createUIElement()
164 xFrame, in createUIElement()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextDocument.java84 public com.sun.star.frame.XFrame xFrame; field in TextDocument
101 xFrame = OfficeDocument.createNewFrame(xMSF, listener, FrameName); in TextDocument()
109 xFrame = OfficeDocument.createNewFrame(xMSF, listener); in TextDocument()
127 xFrame = xFrameSupplier.getActiveFrame(); in TextDocument()
182 xFrame = xTextDocument.getCurrentController().getFrame(); in TextDocument()
202 xFrame = _textDocument.getCurrentController().getFrame(); in TextDocument()
213 xWindowPeer = UnoRuntime.queryInterface(XWindowPeer.class, xFrame.getComponentWindow()); in TextDocument()
270 Object oDoc = OfficeDocument.load(xFrame, sDefaultTemplate, "_self", loadValues); in loadAsPreview()
318 xFrame = OfficeDocument.createNewFrame(xMSF, listener); in TextDocument()
319 Object oDoc = OfficeDocument.load(xFrame, URL, "_self", xArgs); in TextDocument()
[all …]
/trunk/main/svx/source/sidebar/
H A DPanelFactory.cxx116 Reference<frame::XFrame> xFrame (aArguments.getOrDefault("Frame", Reference<frame::XFrame>())); in createUIElement() local
130 if ( ! xFrame.is()) in createUIElement()
145 pControl = TextPropertyPanel::Create(pParentWindow, xFrame, pBindings, aContext); in createUIElement()
149 pControl = ParaPropertyPanel::Create(pParentWindow, xFrame, pBindings, xSidebar); in createUIElement()
153 pControl = AreaPropertyPanel::Create(pParentWindow, xFrame, pBindings); in createUIElement()
157 pControl = GraphicPropertyPanel::Create(pParentWindow, xFrame, pBindings); in createUIElement()
161 pControl = LinePropertyPanel::Create(pParentWindow, xFrame, pBindings); in createUIElement()
165 pControl = PosSizePropertyPanel::Create(pParentWindow, xFrame, pBindings, xSidebar); in createUIElement()
169 pControl = new InsertPropertyPanel(pParentWindow, xFrame); in createUIElement()
207 xFrame, in createUIElement()

Completed in 119 milliseconds

12345678910>>...14