Home
last modified time | relevance | path

Searched refs:xRelation (Results 1 – 2 of 2) sorted by relevance

/trunk/main/toolkit/test/accessibility/
H A DAccessibleRelationHandler.java40 XAccessibleRelationSet xRelation = xContext.getAccessibleRelationSet(); in createHandler() local
41 if (xRelation != null) in createHandler()
53 XAccessibleRelationSet xRelation = xContext.getAccessibleRelationSet(); in AccessibleRelationHandler() local
54 if (xRelation != null) in AccessibleRelationHandler()
61 XAccessibleRelationSet xRelation = null; in createChild() local
66 xRelation = in createChild()
69 if( xRelation == null ) in createChild()
74 int nCount = xRelation.getRelationCount(); in createChild()
79 AccessibleRelation aRelation = xRelation.getRelation( i ); in createChild()
/trunk/main/oox/source/docprop/
H A Dooxmldocpropimport.cxx77 Reference< XRelationshipAccess > xRelation( rxStorage, UNO_QUERY_THROW ); in lclGetRelatedStreams() local
80 … Sequence< Sequence< StringPair > > aPropsInfo = xRelation->getRelationshipsByType( rStreamType ); in lclGetRelatedStreams()

Completed in 16 milliseconds