Searched refs:m_pShape (Results 1 – 4 of 4) sorted by relevance
64 if(m_pShape) in getAccessibleImageDescription()65 return m_pShape->GetTitle(); in getAccessibleImageDescription()213 if(m_pShape) in CreateAccessibleDescription()214 sDesc = m_pShape->GetTitle(); in CreateAccessibleDescription()224 if( m_pShape->GetModel()->GetImageMapForObject(m_pShape) != NULL ) in getAccessibleRole()
132 m_pShape = GetSdrObjectFromXShape(mxShape); in AccessibleShape()151 m_pShape = GetSdrObjectFromXShape(mxShape); in AccessibleShape()278 if ( m_pShape && maShapeTreeInfo.GetSdrView() ) in UpdateStates()280 bShapeIsSelected = maShapeTreeInfo.GetSdrView()->IsObjMarked(m_pShape) == sal_True; in UpdateStates()359 if( m_pShape && m_pShape->GetTitle().Len() > 0) in getAccessibleName()360 return CreateAccessibleName() + ::rtl::OUString(' ') + m_pShape->GetTitle(); in getAccessibleName()369 if( m_pShape && m_pShape->GetDescription().Len() > 0) in getAccessibleDescription()370 return m_pShape->GetDescription() ; in getAccessibleDescription()1042 if( m_pShape ) in getExtendedAttributes()1332 if(shape->m_pShape) in GetFullAccessibleName()[all …]
188 if( m_pShape ) in getExtendedAttributes()192 style += ((SdrOle2Obj*)m_pShape)->GetStyleString(); in getExtendedAttributes()
456 SdrObject* m_pShape; member in accessibility::AccessibleShape
Completed in 30 milliseconds