Searched refs:pRComponent (Results 1 – 2 of 2) sorted by relevance
913 Reference< XAccessibleComponent > pRComponent(pContext,UNO_QUERY); in UpdateLocation() local914 if( pRComponent.is() ) in UpdateLocation()916 ::com::sun::star::awt::Point pCPoint = pRComponent->getLocationOnScreen(); in UpdateLocation()917 ::com::sun::star::awt::Size pCSize = pRComponent->getSize(); in UpdateLocation()
914 Reference< XAccessibleComponent > pRComponent(pRContext,UNO_QUERY); in accLocation() local915 if( !pRComponent.is() ) in accLocation()918 ::com::sun::star::awt::Point pCPoint = pRComponent->getLocationOnScreen(); in accLocation()919 ::com::sun::star::awt::Size pCSize = pRComponent->getSize(); in accLocation()2342 Reference< XAccessibleComponent > pRComponent(pRContext,UNO_QUERY); in accSelect() local2349 pRComponent->grabFocus(); in accSelect()
Completed in 25 milliseconds