Lines Matching refs:m_pShape
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()
1333 nameStr = shape->m_pShape->GetName(); in GetFullAccessibleName()