Lines Matching refs:frame

27 #include <com/sun/star/frame/XFrame.idl>
31 #include <com/sun/star/frame/XDispatchProvider.idl>
35 #include <com/sun/star/frame/XDispatchRecorderSupplier.idl>
39 #include <com/sun/star/frame/XDispatchProviderInterception.idl>
43 #include <com/sun/star/frame/XFramesSupplier.idl>
55 #include <com/sun/star/frame/XDispatchInformationProvider.idl>
64 module com { module sun { module star { module frame {
72 by building frame hierarchys. These hierarchies contains all currently loaded
91 within the frame; it is the main connection to the
97 /** provides access to dispatchers for the frame.
100 …What kind of URLs a frame accepts in the calls to <member>XDispatchProvider::queryDispatch()</memb…
105 Such special targets are passed as target frame name. They may, in addition,
106 require special frame search flags (see <type>FrameSearchFlag</type>), or,
110 … <li><b>_blank</b><br> is used to create a new frame when dispatching the URL.</li>
111 …<li><b>_default</b><br> is used to recycle empty or create a new frame when dispatching the URL.</…
112 … <li><b>_self</b><br> forces the frame to dispatch the URL into itself. ("" means the same)</li>
113 <li><b>_parent</b><br> dispatches the URL into the parent frame.</li>
114 …<li><b>_top</b><br> dispatches the URL into the top level frame, the frame where this is invoked b…
143 /** provides access to sub frames within this frame
149 for the component within the frame to show progresses
154 /** if possible it sets/gets the UI title on/from the frame container window
157 It depends from the type of the frame container window. If it is a system
166 /** provides access to the dispatch recorder of the frame
173 That means: if somewhere whish to enable recoding on a frame he must set
175 has to check then if such supplier is available at this frame property.
193 /** provides access to the <type>LayoutManager</type> of the frame.