Home
last modified time | relevance | path

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

/trunk/main/winaccessibility/source/service/
H A DAccObject.cxx913 Reference< XAccessibleComponent > pRComponent(pContext,UNO_QUERY); in UpdateLocation() local
914 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()
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp914 Reference< XAccessibleComponent > pRComponent(pRContext,UNO_QUERY); in accLocation() local
915 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() local
2349 pRComponent->grabFocus(); in accSelect()

Completed in 28 milliseconds