Home
last modified time | relevance | path

Searched refs:XFramesSupplier (Results 1 – 25 of 82) sorted by relevance

1234

/trunk/main/framework/test/
H A Dtest.cxx1137 Reference< XFramesSupplier > xSD ( xD , UNO_QUERY ); in impl_testTreeSearch()
1138 Reference< XFramesSupplier > xST1 ( xT1 , UNO_QUERY ); in impl_testTreeSearch()
1139 Reference< XFramesSupplier > xST2 ( xT2 , UNO_QUERY ); in impl_testTreeSearch()
1140 Reference< XFramesSupplier > xST3 ( xT3 , UNO_QUERY ); in impl_testTreeSearch()
1141 Reference< XFramesSupplier > xSF11 ( xF11 , UNO_QUERY ); in impl_testTreeSearch()
1142 Reference< XFramesSupplier > xSF12 ( xF12 , UNO_QUERY ); in impl_testTreeSearch()
1143 Reference< XFramesSupplier > xSF21 ( xF21 , UNO_QUERY ); in impl_testTreeSearch()
1144 Reference< XFramesSupplier > xSF22 ( xF22 , UNO_QUERY ); in impl_testTreeSearch()
1145 Reference< XFramesSupplier > xSF211 ( xF211 , UNO_QUERY ); in impl_testTreeSearch()
1146 Reference< XFramesSupplier > xSF212 ( xF212 , UNO_QUERY ); in impl_testTreeSearch()
[all …]
/trunk/main/extensions/qa/integration/extensions/
H A DFrame.java38 XFramesSupplier,
45 private XFramesSupplier m_framesSupplier;
57 …m_framesSupplier = (XFramesSupplier)UnoRuntime.queryInterface( XFramesSupplier.class, _frameCompon… in Frame()
128 public XFramesSupplier getCreator() in getCreator()
198 public void setCreator(XFramesSupplier _framesSupplier) in setCreator()
/trunk/main/offapi/com/sun/star/frame/
H A DXFramesSupplier.idl41 published interface XFramesSupplier: XFrame
44 /** provides access to this container and to all other <type>XFramesSupplier</type>
76 <member>XFrame::activate()</member> or <member>XFramesSupplier::setActiveFrame()</member>.
77 After this call <member>XFramesSupplier::getActiveFrame()</member> will return the
82 … In general this method first calls the method <member>XFramesSupplier::setActiveFrame()</member>
H A DXTasksSupplier.idl44 /** use <type>XFramesSupplier</type> instead of that
50 /** use <member>XFramesSupplier::getFrames()</member> instead of this one
56 /** use <member>XFramesSupplier::getActiveFrame()</member> instead of this one
H A DFramesContainer.idl40 <type>XFramesSupplier</type>.
43 @see XFramesSupplier
H A DXFrame.idl40 published interface XFramesSupplier;
108 [oneway] void setCreator( [in] XFramesSupplier Creator );
118 XFramesSupplier getCreator();
225 creator by calling <member>XFramesSupplier::setActiveFrame()</member>,
/trunk/main/framework/source/services/
H A Ddesktop.cxx132 … DIRECT_INTERFACE( css::frame::XFramesSupplier ), in DEFINE_XINTERFACE_15()
150 … css::frame::XFramesSupplier , in DEFINE_XINTERFACE_15()
605 …css::uno::Reference< css::frame::XFramesSupplier > xLast = css::uno::Reference< css::frame::XFrame… in getCurrentFrame()
608 …css::uno::Reference< css::frame::XFramesSupplier > xNext = css::uno::Reference< css::frame::XFrame… in getCurrentFrame()
612 …xNext = css::uno::Reference< css::frame::XFramesSupplier >( xNext->getActiveFrame(), css::uno::UNO… in getCurrentFrame()
907 void SAL_CALL Desktop::setCreator( const css::uno::Reference< css::frame::XFramesSupplier >& /*xCre… in setCreator() argument
912 css::uno::Reference< css::frame::XFramesSupplier > SAL_CALL Desktop::getCreator() throw( css::uno::… in getCreator()
914 return css::uno::Reference< css::frame::XFramesSupplier >(); in getCreator()
H A Dframe.cxx139 DIRECT_INTERFACE(css::frame::XFramesSupplier ), in DEFINE_XINTERFACE_21()
163 css::frame::XFramesSupplier , in DEFINE_XINTERFACE_21()
685 void SAL_CALL Frame::setCreator( const css::uno::Reference< css::frame::XFramesSupplier >& xCreator… in setCreator()
710 css::uno::Reference< css::frame::XFramesSupplier > SAL_CALL Frame::getCreator() throw( css::uno::Ru… in getCreator()
984 … css::uno::Reference< css::frame::XFramesSupplier > xSupplier( xParent, css::uno::UNO_QUERY ); in findFrame()
1119 …css::uno::Reference< css::frame::XFramesSupplier > xParent ( m_xParent, css::uno::UNO_QUE… in activate()
1215 …css::uno::Reference< css::frame::XFramesSupplier > xParent ( m_xParent, css::uno::UNO_QUE… in deactivate()
1823 xFrame->setCreator(css::uno::Reference< css::frame::XFramesSupplier >()); in implts_forgetSubFrames()
1915 m_xParent = css::uno::Reference< css::frame::XFramesSupplier >(); in dispose()
2332 … css::uno::Reference< css::frame::XFramesSupplier > xSupplier( xParent, css::uno::UNO_QUERY ); in windowDeactivated()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_pcr/
H A DObjectInspector.java30 import com.sun.star.frame.XFramesSupplier;
147XFramesSupplier xFramesSup = (XFramesSupplier) UnoRuntime.queryInterface(XFramesSupplier.class, St… in createTestEnvironment()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoMenu.java35 import com.sun.star.frame.XFramesSupplier;
147XFramesSupplier xFramesSupplier = (XFramesSupplier) UnoRuntime.queryInterface(XFramesSupplier.clas… in showTopWindow()
H A DMessageBox.java35 import com.sun.star.frame.XFramesSupplier;
115XFramesSupplier xFramesSupplier = (XFramesSupplier) UnoRuntime.queryInterface(XFramesSupplier.clas… in getWindowPeerOfFrame()
/trunk/main/framework/source/helper/
H A Doframes.cxx117 css::uno::Reference< XFramesSupplier > xOwner( m_xOwner.get(), UNO_QUERY ); in append()
143 css::uno::Reference< XFramesSupplier > xOwner( m_xOwner.get(), UNO_QUERY ); in remove()
228 css::uno::Reference< XFramesSupplier > xParent( xOwner->getCreator(), UNO_QUERY ); in queryFrames()
253 css::uno::Reference< XFramesSupplier > xItem( (*m_pFrameContainer)[nIndex], UNO_QUERY ); in queryFrames()
H A Docomponentaccess.cxx114 …impl_collectAllChildComponents( css::uno::Reference< XFramesSupplier >( xLock, UNO_QUERY ), seqCom… in createEnumeration()
145 css::uno::Reference< XFramesSupplier > xLock( m_xOwner.get(), UNO_QUERY ); in hasElements()
159 void OComponentAccess::impl_collectAllChildComponents( const css::uno::Reference< XFramesSupplier >… in impl_collectAllChildComponents()
/trunk/main/framework/inc/services/
H A Dframe.hxx141 public css::frame::XFramesSupplier , // => XFrame => XComponent
203 … SAL_CALL setCreator ( const css::uno::Reference< css::frame::XFramesSupplier >& xCreat…
204 …virtual css::uno::Reference< css::frame::XFramesSupplier > SAL_CALL getCreator ( …
419 …css::uno::Reference< css::frame::XFramesSupplier > m_xParent …
467 inline css::uno::Reference< css::frame::XFramesSupplier > impl_getParent() in impl_getParent()
H A Ddesktop.hxx142 public css::frame::XFramesSupplier , // => XFrame => XComponent
287 … setCreator ( const css::uno::Reference< css::frame::XFramesSupplier >& xCrea…
288 …virtual css::uno::Reference< css::frame::XFramesSupplier > SAL_CALL getCreator …
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DFunctionHelper.java366 …com.sun.star.frame.XFramesSupplier xTreeRoot = (com.sun.star.frame.XFramesSupplier)UnoRuntime.quer… in createViewFrame()
367 com.sun.star.frame.XFramesSupplier.class, in createViewFrame()
941 com.sun.star.frame.XFramesSupplier xSupplier = in getUniqueFrameName()
942 (com.sun.star.frame.XFramesSupplier)UnoRuntime.queryInterface( in getUniqueFrameName()
943 com.sun.star.frame.XFramesSupplier.class, in getUniqueFrameName()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/fwk/
H A Dcom.sun.star.comp.framework.Frame.csv26 "Frame";"com::sun::star::frame::XFramesSupplier";"getFrames()"
27 "Frame";"com::sun::star::frame::XFramesSupplier";"getActiveFrame()"
28 "Frame";"com::sun::star::frame::XFramesSupplier";"setActiveFrame()"
H A Dcom.sun.star.comp.framework.Desktop.csv27 "Desktop";"com::sun::star::frame::XFramesSupplier";"getFrames()"
28 "Desktop";"com::sun::star::frame::XFramesSupplier";"getActiveFrame()"
29 "Desktop";"com::sun::star::frame::XFramesSupplier";"setActiveFrame()"
/trunk/main/vcl/qa/complex/persistent_window_states/
H A DPersistentWindowTest.java27 import com.sun.star.frame.XFramesSupplier;
294XFramesSupplier xFrameSupp = UnoRuntime.queryInterface(XFramesSupplier.class, xCompLoader); in loadDocument()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XFrame.java33 import com.sun.star.frame.XFramesSupplier;
272 XFramesSupplier creator = oObj.getCreator() ; in _getCreator()
456 XFramesSupplier oldCreator = oObj.getCreator() ; in _setCreator()
H A D_XFramesSupplier.java30 import com.sun.star.frame.XFramesSupplier;
46 public static XFramesSupplier oObj = null;
/trunk/main/framework/inc/framework/
H A Dframelistanalyzer.hxx81 … const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFramesSupplier >& m_xSupplier;
193 …er( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFramesSupplier >& xSupplier …
/trunk/main/wizards/com/sun/star/wizards/document/
H A DOfficeDocument.java57 import com.sun.star.frame.XFramesSupplier;
185 XFramesSupplier xFS = UnoRuntime.queryInterface(XFramesSupplier.class, xF); in createNewFrame()
/trunk/main/basctl/source/basicide/
H A Ddocumentenumeration.cxx55 using ::com::sun::star::frame::XFramesSupplier;
185 const Reference< XFramesSupplier > xSuppFrames( xDesktop, UNO_QUERY_THROW ); in getDocuments()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DFrame.java69 public void setCreator( /*IN*/ com.sun.star.frame.XFramesSupplier xCreator ) in setCreator()
74 public com.sun.star.frame.XFramesSupplier getCreator( ) in getCreator()

Completed in 244 milliseconds

1234