Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
43 /** a frame object can be considered to be an "anchor" object where a component
47 A frame can be (it's not a must!) a part of a frame tree. If not this frame willn't be
49 The root node of the tree can be a <type>Desktop</type> implementation.
57 /** is called to initialize the frame within a window - the container window.
62 Note: Re-parenting mustn't supported by a real frame implementation!
99 Because; normally a frame should be created by using the api
135 The name of a frame will be used for identifying it if a frame search was started.
143 That's why frame names shouldn't start with a sign "_".
157 /** searches for a frame with the specified name.
160 Frames may contain other frames (e.g., a frameset) and may
178 <tr><td>"_blank"</td><td>creates a new top frame</td></tr>
183 If no frame with the given name is found, a new top frame is
184 created; if this is allowed by a special flag <const>FrameSearchFlag::CREATE</const>.
190 <ul><li>(a) a special target ("_blank","_self" ...) or</li>
204 /** determines if the frame is a top frame.
207 In general a top frame is the frame which is a direct child of
208 a task frame or which does not have a parent. Possible frame searches must
209 stop the search at such a frame unless the flag <const>FrameSearchFlag::TASKS</const>
234 or forward the activation to a sub-frame.
247 Then broadcasts a <type>FrameActionEvent</type> with
270 /** sets a new component into the frame or release an existing one from a frame.
276 A valid component window should be a child of the frame container window.
283 Simple components may implement a <type scope="com::sun::star::awt">XWindow</type> only.
323 the frame after you the controller agreed with a
341 According to a call to this interface, the frame calls