Searched refs:xRelation (Results 1 – 2 of 2) sorted by relevance
40 XAccessibleRelationSet xRelation = xContext.getAccessibleRelationSet(); in createHandler() local41 if (xRelation != null) in createHandler()53 XAccessibleRelationSet xRelation = xContext.getAccessibleRelationSet(); in AccessibleRelationHandler() local54 if (xRelation != null) in AccessibleRelationHandler()61 XAccessibleRelationSet xRelation = null; in createChild() local66 xRelation = in createChild()69 if( xRelation == null ) in createChild()74 int nCount = xRelation.getRelationCount(); in createChild()79 AccessibleRelation aRelation = xRelation.getRelation( i ); in createChild()
77 Reference< XRelationshipAccess > xRelation( rxStorage, UNO_QUERY_THROW ); in lclGetRelatedStreams() local80 … Sequence< Sequence< StringPair > > aPropsInfo = xRelation->getRelationshipsByType( rStreamType ); in lclGetRelatedStreams()
Completed in 15 milliseconds