Home
last modified time | relevance | path

Searched refs:aShapeInfo (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/xmloff/source/draw/
H A Dshapeexport.cxx218 ImplXMLShapeExportInfo& aShapeInfo = aShapeInfoVector[nZIndex]; in collectShapeAutoStyles() local
222 aShapeInfo.xCustomShapeReplacement = xCustomShapeReplacement; in collectShapeAutoStyles()
227 ImpCalcShapeType(xShape, aShapeInfo.meShapeType); in collectShapeAutoStyles()
233 aShapeInfo.meShapeType != XmlShapeTypePresChartShape && in collectShapeAutoStyles()
234 aShapeInfo.meShapeType != XmlShapeTypePresOLE2Shape && in collectShapeAutoStyles()
235 aShapeInfo.meShapeType != XmlShapeTypeDrawSheetShape && in collectShapeAutoStyles()
236 aShapeInfo.meShapeType != XmlShapeTypePresSheetShape && in collectShapeAutoStyles()
237 aShapeInfo.meShapeType != XmlShapeTypeDraw3DSceneObject && in collectShapeAutoStyles()
238 aShapeInfo.meShapeType != XmlShapeTypeDraw3DCubeObject && in collectShapeAutoStyles()
239 aShapeInfo.meShapeType != XmlShapeTypeDraw3DSphereObject && in collectShapeAutoStyles()
[all …]
/AOO41X/main/svx/inc/svx/
H A DShapeTypeHandler.hxx151 AccessibleShapeInfo aShapeInfo(rxShape, rxParent); in CreateAccessibleObject() local
152 return CreateAccessibleObject (aShapeInfo, rShapeTreeInfo); in CreateAccessibleObject()
/AOO41X/main/chart2/source/controller/accessibility/
H A DAccessibleChartShape.cxx65 ::accessibility::AccessibleShapeInfo aShapeInfo( xShape, xParent, nIndex ); in AccessibleChartShape()
73 m_pAccShape = rShapeHandler.CreateAccessibleObject( aShapeInfo, m_aShapeTreeInfo ); in AccessibleChartShape()
/AOO41X/main/svx/source/accessibility/
H A DChildrenManagerImpl.cxx178 AccessibleShapeInfo aShapeInfo( in GetChild() local
187 aShapeInfo, in GetChild()
849 AccessibleShapeInfo aShapeInfo( _rxShape, pCurrentChild->getAccessibleParent(), this, _nIndex ); in ReplaceChild() local
852 aShapeInfo, in ReplaceChild()
H A DGraphCtlAccessibleContext.cxx170 AccessibleShapeInfo aShapeInfo (xShape,mxParent); in getAccessible() local
173 aShapeInfo, maTreeInfo); in getAccessible()
/AOO41X/main/sw/source/core/access/
H A Daccmap.cxx2090 ::accessibility::AccessibleShapeInfo aShapeInfo( in GetContext()
2094 aShapeInfo, mpShapeMap->GetInfo() ); in GetContext()
3391 ::accessibility::AccessibleShapeInfo aShapeInfo( in ReplaceChild()
3395 aShapeInfo, mpShapeMap->GetInfo() ); in ReplaceChild()
/AOO41X/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx1100 …::accessibility::AccessibleShapeInfo aShapeInfo(rShape.mxShape, mpAccDoc, const_cast<ScShapeChilds… in GetAccShape()
1109 rShape.mpAccShape = rShapeHandler.CreateAccessibleObject(aShapeInfo, aShapeTreeInfo); in GetAccShape()
H A DAccessibleDocument.cxx551 …::accessibility::AccessibleShapeInfo aShapeInfo(pData->xShape, mpAccessibleDocument, const_cast<Sc… in Get()
553 aShapeInfo, maShapeTreeInfo); in Get()