/aoo4110/main/offapi/com/sun/star/drawing/framework/ |
H A D | XResourceId.idl | 44 the resource it is bound to. The anchor typically is a pane (for 70 /** Return a new XResourceId that represents the anchor resource. 90 indirect anchor of B.</p> 109 /** Return whether the anchor of the called resource id object 113 interpreted as anchor resource.</p> 115 The resource id of the anchor. 120 has to be identical to the given anchor. If eMode is 122 of the anchor of the called resource. 128 /** Return whether the anchor of the called resource id object 132 anchor consists of exactly one URL. [all …]
|
H A D | ResourceId.idl | 35 <p>They mainly differe in how the anchor is specified.</p> 45 /** Create a resource id that has no anchor. 50 /** Create a resource id for an anchor that is given as 56 /** Create a resource id for a resource that is bound to an anchor that 59 where the anchor is a pane.</p>
|
H A D | AnchorBindingMode.idl | 36 /** This enum specifies how a resource is bound to an anchor. This can be 39 anchor a1:a2 which itself is a resource a1 bound to anchor a2.
|
H A D | XConfiguration.idl | 57 indirectly to the given anchor. A URL filter can reduce the set of 60 This anchor typically is either a pane or an empty 75 directly bound to the given anchor or a recursive search is to 76 be made. Note that for the recursive search and an empty anchor
|
H A D | XRelocatableResource.idl | 40 /** Replace the current anchor of the called resource with the given 43 The new anchor.
|
H A D | XResourceFactory.idl | 53 create. The anchor can be used to obtain the associated object 56 that is its anchor.
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | Shape.idl | 51 <p> The position is relative to the anchor object.</p> 53 the position is the difference of the left top edge of the anchor 56 the position is the difference of the right top edge of the anchor 62 <p> The position is relative to the anchor object.</p> 64 the position is the difference of the left top edge of the anchor 67 the position is the difference of the right top edge of the anchor
|
H A D | AccessibleSpreadsheet.idl | 91 <li>There are relations between the table and the shapes with an anchor 92 on this table (not with an anchor on a cell in this table).</li>
|
/aoo4110/main/offapi/com/sun/star/text/ |
H A D | TextFrame.idl | 136 environment, which is given by its anchor, above and below. 142 on which its anchor is found, but it may leave the layout environment, 143 which is given by its anchor. 151 given by its anchor. E.g.: Anchor resides in the page header then the 153 determined by the document page, the anchor is on. E.g.: Anchor resides 156 An exception of this interpretation rule is applied, if the anchor resides
|
H A D | XTextContent.idl | 78 <p>Note: The anchor of the actual implementation for text tables 79 does not have a position in the text. Thus that anchor can not be 84 <p>The reason why a text table still needs an anchor is that for example
|
H A D | TextTable.idl | 89 <p>Note: The anchor of the actual implementation for text tables 90 does not have a position in the text. Thus that anchor can not be 95 <p>The reason why a text table still needs an anchor is that for example
|
/aoo4110/main/l10ntools/source/help/ |
H A D | HelpCompiler.cxx | 314 std::string anchor((const char*)idxml); in traverse() local 330 std::string foo = anchor.empty() ? hid : hid + "#" + anchor; in traverse() 332 hidlist->push_back( anchor.empty() ? hid : hid + "#" + anchor); in traverse() 375 (*keywords)[anchor] = ll; in traverse()
|
/aoo4110/main/odk/examples/DevelopersGuide/Accessibility/ |
H A D | SSR.java | 116 int anchor, int fill) in addComponent() argument 126 aConstraints.anchor = anchor; in addComponent()
|
/aoo4110/main/winaccessibility/source/UAccCOM/ |
H A D | AccHyperLink.cpp | 105 /* [retval][out] */ VARIANT __RPC_FAR *anchor) in get_anchor() argument 113 if(anchor == NULL) in get_anchor() 125 CMAccessible::ConvertAnyToVariant(anyVal, anchor); in get_anchor()
|
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/ |
H A D | ParcelPropertiesVisualPanel.java | 88 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; in initComponents() 120 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; in initComponents() 135 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; in initComponents()
|
H A D | SelectPathVisualPanel.java | 131 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; in initComponents() 155 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; in initComponents()
|
/aoo4110/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleHyperlink.idl | 61 /** Returns an object that represents the link anchor, as appropriate 68 This index identifies the anchor when, as in the case of an 80 /** Returns an object that represents the link anchor, as appropriate
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | ViewGridLayout.java | 65 constraints.anchor = GridBagConstraints.WEST; in AddLabeledComponent() 89 constraints.anchor = GridBagConstraints.WEST; in AddComponent()
|
H A D | SelectionView.java | 103 aConstraints.anchor = GridBagConstraints.WEST; in Layout() 132 aConstraints.anchor = GridBagConstraints.WEST; in Layout()
|
/aoo4110/main/toolkit/test/accessibility/ov/ |
H A D | TextView.java | 76 aConstraints.anchor = GridBagConstraints.WEST; in TextView() 89 aConstraints.anchor = GridBagConstraints.WEST; in TextView()
|
H A D | SelectionView.java | 100 aConstraints.anchor = GridBagConstraints.WEST; in Layout() 126 aConstraints.anchor = GridBagConstraints.WEST; in Layout()
|
/aoo4110/main/toolkit/test/accessibility/ |
H A D | AccessibilityWorkBench.java | 250 int anchor, int fill) in addGridElement() argument 259 constraints.anchor = anchor; in addGridElement()
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/ |
H A D | AccessibilityWorkBench.java | 270 int anchor, int fill) in addGridElement() argument 279 constraints.anchor = anchor; in addGridElement()
|
/aoo4110/main/scripting/java/org/openoffice/idesupport/ui/ |
H A D | ConfigurePanel.java | 151 gbc.anchor = java.awt.GridBagConstraints.WEST; in initUI() 166 gbc.anchor = java.awt.GridBagConstraints.EAST; in initUI()
|
/aoo4110/main/xmlhelp/source/treeview/ |
H A D | tvread.cxx | 128 anchor = rtl::OUString( (sal_Char*)(nchor), in setAnchor() 162 rtl::OUString anchor; member in treeview::TVDom 307 if( tvDom->anchor.getLength() ) in TVRead() 309 tvDom->anchor ); in TVRead()
|