Home
last modified time | relevance | path

Searched refs:anchor (Results 1 – 25 of 133) sorted by relevance

123456

/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXResourceId.idl44 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 DResourceId.idl35 <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 DAnchorBindingMode.idl36 /** 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 DXConfiguration.idl57 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 DXRelocatableResource.idl40 /** Replace the current anchor of the called resource with the given
43 The new anchor.
H A DXResourceFactory.idl53 create. The anchor can be used to obtain the associated object
56 that is its anchor.
/trunk/main/offapi/com/sun/star/sheet/
H A DShape.idl51 <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 DAccessibleSpreadsheet.idl91 <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>
/trunk/main/offapi/com/sun/star/text/
H A DTextFrame.idl136 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 DXTextContent.idl78 <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 DTextTable.idl89 <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
/trunk/main/l10ntools/source/help/
H A DHelpCompiler.cxx313 std::string anchor((const char*)idxml); in traverse() local
329 std::string foo = anchor.empty() ? hid : hid + "#" + anchor; in traverse()
331 hidlist->push_back( anchor.empty() ? hid : hid + "#" + anchor); in traverse()
374 (*keywords)[anchor] = ll; in traverse()
/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DSSR.java116 int anchor, int fill) in addComponent() argument
126 aConstraints.anchor = anchor; in addComponent()
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccHyperLink.cpp105 /* [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()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DParcelPropertiesVisualPanel.java88 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 DSelectPathVisualPanel.java131 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; in initComponents()
155 gridBagConstraints.anchor = java.awt.GridBagConstraints.WEST; in initComponents()
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleHyperlink.idl61 /** 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
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DViewGridLayout.java65 constraints.anchor = GridBagConstraints.WEST; in AddLabeledComponent()
89 constraints.anchor = GridBagConstraints.WEST; in AddComponent()
H A DSelectionView.java103 aConstraints.anchor = GridBagConstraints.WEST; in Layout()
132 aConstraints.anchor = GridBagConstraints.WEST; in Layout()
/trunk/main/toolkit/test/accessibility/ov/
H A DTextView.java76 aConstraints.anchor = GridBagConstraints.WEST; in TextView()
89 aConstraints.anchor = GridBagConstraints.WEST; in TextView()
H A DSelectionView.java100 aConstraints.anchor = GridBagConstraints.WEST; in Layout()
126 aConstraints.anchor = GridBagConstraints.WEST; in Layout()
/trunk/main/toolkit/test/accessibility/
H A DAccessibilityWorkBench.java250 int anchor, int fill) in addGridElement() argument
259 constraints.anchor = anchor; in addGridElement()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java270 int anchor, int fill) in addGridElement() argument
279 constraints.anchor = anchor; in addGridElement()
/trunk/main/scripting/java/org/openoffice/idesupport/ui/
H A DConfigurePanel.java151 gbc.anchor = java.awt.GridBagConstraints.WEST; in initUI()
166 gbc.anchor = java.awt.GridBagConstraints.EAST; in initUI()
/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx128 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()

Completed in 86 milliseconds

123456