Lines Matching refs:aShapeType

1423 			String aShapeType( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.presentation."));  in _CreateShape()  local
1428 aShapeType += String( RTL_CONSTASCII_USTRINGPARAM("TitleTextShape") ); in _CreateShape()
1431 aShapeType += String( RTL_CONSTASCII_USTRINGPARAM("OutlinerShape") ); in _CreateShape()
1434 aShapeType += String( RTL_CONSTASCII_USTRINGPARAM("SubtitleShape") ); in _CreateShape()
1437 aShapeType += String( RTL_CONSTASCII_USTRINGPARAM("GraphicObjectShape") ); in _CreateShape()
1440 aShapeType += String( RTL_CONSTASCII_USTRINGPARAM("OLE2Shape") ); in _CreateShape()
1443 aShapeType += String( RTL_CONSTASCII_USTRINGPARAM("ChartShape") ); in _CreateShape()
1446 aShapeType += String( RTL_CONSTASCII_USTRINGPARAM("OrgChartShape") ); in _CreateShape()
1449 aShapeType += String( RTL_CONSTASCII_USTRINGPARAM("CalcShape") ); in _CreateShape()
1452 aShapeType += String( RTL_CONSTASCII_USTRINGPARAM("TableShape") ); in _CreateShape()
1455 aShapeType += String( RTL_CONSTASCII_USTRINGPARAM("MediaShape") ); in _CreateShape()
1458 aShapeType += String( RTL_CONSTASCII_USTRINGPARAM("PageShape") ); in _CreateShape()
1461 aShapeType += String( RTL_CONSTASCII_USTRINGPARAM("HandoutShape") ); in _CreateShape()
1464 aShapeType += String( RTL_CONSTASCII_USTRINGPARAM("NotesShape") ); in _CreateShape()
1467 aShapeType += String( RTL_CONSTASCII_USTRINGPARAM("FooterShape") ); in _CreateShape()
1470 aShapeType += String( RTL_CONSTASCII_USTRINGPARAM("HeaderShape") ); in _CreateShape()
1473 aShapeType += String( RTL_CONSTASCII_USTRINGPARAM("SlideNumberShape") ); in _CreateShape()
1476 aShapeType += String( RTL_CONSTASCII_USTRINGPARAM("DateTimeShape") ); in _CreateShape()
1488 pShape->SetShapeType( aShapeType ); in _CreateShape()