Home
last modified time | relevance | path

Searched refs:relations (Results 1 – 25 of 128) sorted by relevance

123456

/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DAccessibleRelationAdapter.java48 …ccessibleRelationSet(javax.accessibility.AccessibleRelationSet s, AccessibleRelation[] relations) { in fillAccessibleRelationSet() argument
50 for(int i=0; i<relations.length; i++) { in fillAccessibleRelationSet()
51 … if( relations[i].RelationType < data.length && data[relations[i].RelationType] != null ) { in fillAccessibleRelationSet()
53 new javax.accessibility.AccessibleRelation(data[relations[i].RelationType]); in fillAccessibleRelationSet()
55 r.setTarget(factory.getAccessibleObjectSet(relations[i].TargetSet)); in fillAccessibleRelationSet()
/aoo41x/main/offapi/com/sun/star/embed/
H A DXRelationshipAccess.idl71 in case there is a problem reading the relations info
91 in case there is a problem reading the relations info
112 in case there is a problem reading the relations info
136 in case there is a problem reading the relations info
162 in case there is a problem reading the relations info
181 in case there is a problem reading the relations info
206 in case there is a problem reading/writing the relations info
229 in case there is a problem reading/writing the relations info
255 in case there is a problem reading/writing the relations info
267 in case there is a problem reading/writing the relations info
/aoo41x/main/offapi/com/sun/star/accessibility/
H A DXAccessibleRelationSet.idl40 /** Implement this interface to give access to an object's set of relations.
43 structure. This interface is used for representing sets of relations
56 /** Returns the number of relations in this relation set.
59 Returns the number of relations or zero if there are none.
71 relations minus one, the returned value is the requested
83 The type of relation to look for in this set of relations. This
H A DXAccessibleContext.idl57 That are role, state, name, description, and relations to other objects.
159 /** Returns the set of relations defined for this object.
161 <p>The returned set of relations is a copy of this objects relation
163 relations.</p>
165 <p>aThere are two ways to represent an empty list of relations:
172 relations.
H A DAccessibleRelationType.idl30 <p>This list of constants defines the availabe types of relations that
/aoo41x/main/qadevOOo/runner/lib/
H A DTestEnvironment.java42 private final Hashtable relations = new Hashtable(10); field in TestEnvironment
91 relations.put( name, relation ); in addObjRelation()
102 return relations.get( name ); in getObjRelation()
114 return (relations.get(name) != null) ; in hasObjRelation()
/aoo41x/main/dbaccess/source/ui/relationdesign/
H A Drelation.src57 Text [ en-US ] = "The database does not support relations." ;
68 …Text [ en-US ] = "When you delete this table all corresponding relations will be deleted as well. …
/aoo41x/main/oox/prj/
H A Dd.lst36 ..\inc\oox\core\relations.hxx %_DEST%\inc%_EXT%\oox\core\relations.hxx
/aoo41x/main/offapi/com/sun/star/text/
H A DAccessibleTextFrameView.idl95 <li>There are no relations.
125 <li>There are the two relations CONTENT_FLOWS_FROM and
/aoo41x/main/oox/source/core/
H A Dmakefile.mk55 $(SLO)$/relations.obj \
/aoo41x/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.props31 # the import and export filters, separated by comma; further relations can be added with increasing…
/aoo41x/main/offapi/com/sun/star/awt/
H A DAccessibleStatusBar.idl61 <li>Relations: There are no relations.</li>
H A DAccessibleStatusBarItem.idl66 <li>Relations: There are no relations.</li>
H A DAccessibleTabBarPage.idl63 <li>Relations: There are no relations.</li>
H A DAccessibleTabBarPageList.idl66 <li>Relations: There are no relations.</li>
H A DAccessibleTabBar.idl64 <li>Relations: There are no relations.</li>
H A DAccessibleTabControl.idl66 <li>Relations: There are no relations.</li>
H A DAccessibleIconChoiceControlEntry.idl63 <li>Relations: There are no relations.</li>
H A DAccessibleListItem.idl61 <li>Relations: There are no relations.</li>
H A DAccessibleMenuSeparator.idl63 <li>Relations: There are no relations.</li>
H A DAccessibleComboBox.idl63 <li>Relations: There are no relations.</li>
H A DAccessibleFixedText.idl63 <li>Relations: The relations supported by this service are
H A DAccessibleMenuBar.idl66 <li>Relations: There are no relations.</li>
/aoo41x/main/offapi/com/sun/star/sdb/
H A DRelationDesign.idl44 <p>This service implements a user interface for relations through a graphical design interface.</p>
/aoo41x/main/offapi/com/sun/star/drawing/
H A DAccessibleImageBullet.idl70 <li>There are no relations.

Completed in 80 milliseconds

123456