Searched refs:pMapObj (Results 1 – 1 of 1) sorted by relevance
83 IMapObject* pMapObj = pMap->GetIMapObject(nIndex); in doAccessibleAction() local84 if(pMapObj->GetURL().Len()) in doAccessibleAction()90 &pMapObj->GetTarget() ); in doAccessibleAction()122 IMapObject* pMapObj = pMap->GetIMapObject(nIndex); in getAccessibleActionDescription() local123 if(pMapObj->GetDesc().Len()) in getAccessibleActionDescription()124 sDesc = rtl::OUString( pMapObj->GetDesc() ); in getAccessibleActionDescription()125 else if(pMapObj->GetURL().Len()) in getAccessibleActionDescription()126 sDesc = rtl::OUString( pMapObj->GetURL() ); in getAccessibleActionDescription()150 if(pMapObj->GetURL().Len()) in getAccessibleActionKeyBinding()202 if(pMapObj->GetURL().Len()) in getAccessibleActionObject()[all …]
Completed in 11 milliseconds