Lines Matching refs:shape

41     A UNO shape is any object that implements the <type
46 accessible draw document view. An accessible shape implements either
58 <p>A shape object is either fully or partially visible on the screen or
63 <p>Each shape object that has not set the DEFUNC state has a valid
64 parent. That is either the containing draw page or a group shape or a
77 /** Give access to the structural information of a shape.
79 <p>You can access the following information for the shape being made
85 <li>Name: The name of a shape is its localized type name.</li>
87 shape's type and style. After that follow some properties that
89 <li>Children: The children of a shape are either other accessible
97 <type>AccessibleDrawDocumentView</type> or a group shape, 3D
98 scene shape, or OLE shape.</li>
106 shape is not visible but still existent for some reason.
108 e.g. an AT-Tool holds references to such a shape. The
110 shape did not remove it from its list of children or that
126 also other, graphical, properties of a shape can be modified.
133 whether the shape currently has the focus.</li>
135 >AccessibleStateType::MULTI_LINE</const> is set if a shape
147 whether the shape is currently selected.</li>
153 <li>Locale: The shape returns the locale of its parent.</li>
155 registered with a shape are informed of the usual events.</li>
160 /** Give access to the graphical representation of a shape.
165 shape's bounding box clipped at its parent's bounding box</p>
167 <p>An accessible shape tries as best as it can to return proper
173 If the shape is painted with a uniform and non-transparent color
181 /** Give extended access to the graphical representation of a shape.