Searched refs:xAccContent (Results 1 – 1 of 1) sorted by relevance
527 uno::Reference<XAccessibleContext> xAccContent; in getGroupPosition() local528 rAny >>= xAccContent; in getGroupPosition()529 if ( !xAccContent.is() ) in getGroupPosition()533 AccessibleShape* pAcc = AccessibleShape::getImplementation( xAccContent ); in getGroupPosition()594 uno::Reference<XAccessibleContext> xAccContent; in getObjectLink() local595 rAny >>= xAccContent; in getObjectLink()596 if ( !xAccContent.is() ) in getObjectLink()600 AccessibleShape* pAcc = AccessibleShape::getImplementation( xAccContent ); in getObjectLink()
Completed in 15 milliseconds