Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx252 if ( aShapeInfo.xCustomShapeReplacement.is() ) in collectShapeAutoStyles()
370 aShapeInfo.msStyleName = aParentName; in collectShapeAutoStyles()
376aShapeInfo.msStyleName = mrExport.GetAutoStylePool()->Find(aShapeInfo.mnFamily, aParentName, xProp… in collectShapeAutoStyles()
378 if(!aShapeInfo.msStyleName.getLength()) in collectShapeAutoStyles()
381aShapeInfo.msStyleName = mrExport.GetAutoStylePool()->Add(aShapeInfo.mnFamily, aParentName, xPropS… in collectShapeAutoStyles()
456 switch( aShapeInfo.meShapeType ) in collectShapeAutoStyles()
490 maShapeInfos.push_back( aShapeInfo ); in collectShapeAutoStyles()
654 if( aShapeInfo.msStyleName.getLength() != 0 ) in exportShape()
709 …if( aShapeInfo.meShapeType != XmlShapeTypeDrawPageShape && aShapeInfo.meShapeType != XmlShapeTypeP… in exportShape()
710aShapeInfo.meShapeType != XmlShapeTypeHandoutShape && aShapeInfo.meShapeType != XmlShapeTypeDrawCh… in exportShape()
[all …]
/trunk/main/svx/inc/svx/
H A DShapeTypeHandler.hxx151 AccessibleShapeInfo aShapeInfo(rxShape, rxParent); in CreateAccessibleObject() local
152 return CreateAccessibleObject (aShapeInfo, rShapeTreeInfo); in CreateAccessibleObject()
/trunk/main/svx/source/accessibility/
H A DChildrenManagerImpl.cxx176 AccessibleShapeInfo aShapeInfo( in GetChild() local
185 aShapeInfo, in GetChild()
847 AccessibleShapeInfo aShapeInfo( _rxShape, pCurrentChild->getAccessibleParent(), this, _nIndex ); in ReplaceChild() local
850 aShapeInfo, in ReplaceChild()
H A DGraphCtlAccessibleContext.cxx170 AccessibleShapeInfo aShapeInfo (xShape,mxParent); in getAccessible() local
173 aShapeInfo, maTreeInfo); in getAccessible()
/trunk/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()
/trunk/main/sw/source/core/access/
H A Daccmap.cxx2081 ::accessibility::AccessibleShapeInfo aShapeInfo( in GetContext()
2085 aShapeInfo, mpShapeMap->GetInfo() ); in GetContext()
3382 ::accessibility::AccessibleShapeInfo aShapeInfo( in ReplaceChild()
3386 aShapeInfo, mpShapeMap->GetInfo() ); in ReplaceChild()
/trunk/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()

Completed in 86 milliseconds