Searched refs:xAccComp (Results 1 – 2 of 2) sorted by relevance
98 Reference< XAccessibleComponent > xAccComp( m_xInnerContext, UNO_QUERY ); in getForeground() local99 if ( xAccComp.is() ) in getForeground()100 return xAccComp->getForeground(); in getForeground()108 Reference< XAccessibleComponent > xAccComp( m_xInnerContext, UNO_QUERY ); in getBackground() local109 if ( xAccComp.is() ) in getBackground()110 return xAccComp->getBackground(); in getBackground()
180 Reference< XAccessibleComponent > xAccComp( in getLocationOnScreen() local182 aResult = xAccComp->getLocationOnScreen(); in getLocationOnScreen()
Completed in 18 milliseconds