Home
last modified time | relevance | path

Searched refs:m_pShape (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/svx/source/accessibility/
H A DAccessibleGraphicShape.cxx64 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()
H A DAccessibleShape.cxx132 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 …]
H A DAccessibleOLEShape.cxx188 if( m_pShape ) in getExtendedAttributes()
192 style += ((SdrOle2Obj*)m_pShape)->GetStyleString(); in getExtendedAttributes()
/aoo4110/main/svx/inc/svx/
H A DAccessibleShape.hxx456 SdrObject* m_pShape; member in accessibility::AccessibleShape

Completed in 29 milliseconds