Searched refs:aShapeType (Results 1 – 8 of 8) sorted by relevance
807 const ::rtl::OUString aShapeType( rxShape->getShapeType() ); in implExportShape() local829 … if( ( aShapeType.lastIndexOf( B2UCONST( "presentation.HeaderShape" ) ) != -1 ) && in implExportShape()836 … else if( ( aShapeType.lastIndexOf( B2UCONST( "presentation.FooterShape" ) ) != -1 ) && in implExportShape()843 … else if( ( aShapeType.lastIndexOf( B2UCONST( "presentation.DateTimeShape" ) ) != -1 ) && in implExportShape()850 … else if( ( aShapeType.lastIndexOf( B2UCONST( "presentation.SlideNumberShape" ) ) != -1 ) && in implExportShape()863 if( aShapeType.lastIndexOf( B2UCONST( "drawing.GroupShape" ) ) != -1 ) in implExportShape()908 if( ( aShapeType.lastIndexOf( B2UCONST( "drawing.OLE2Shape" ) ) != -1 ) || in implExportShape()909 … ( aShapeType.lastIndexOf( B2UCONST( "drawing.GraphicObjectShape" ) ) != -1 ) ) in implExportShape()1141 const OUString aShapeType( rxShape->getShapeType() ); in implGetDescriptionFromShape() local1143 if( aShapeType.lastIndexOf( B2UCONST( "drawing.GroupShape" ) ) != -1 ) in implGetDescriptionFromShape()[all …]
555 OUString aShapeType( xShape->getShapeType() ); in exportShape() local556 …if( (0 == aShapeType.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.presentatio… in exportShape()557 …(0 == aShapeType.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.presentation.Ou… in exportShape()558 …(0 == aShapeType.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.presentation.He… in exportShape()559 …(0 == aShapeType.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.presentation.Fo… in exportShape()560 …(0 == aShapeType.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.presentation.Sl… in exportShape()561 …(0 == aShapeType.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.presentation.Da… in exportShape()
1423 String aShapeType( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.presentation.")); in _CreateShape() local1428 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()[all …]
92 ::rtl::OUString aShapeType( xDescr->getShapeType() ); in _CreateSdrObject()94 if ( aShapeType.equalsAscii( "com.sun.star.drawing.ShapeControl" ) // compatibility in _CreateSdrObject()95 || aShapeType.equalsAscii( "com.sun.star.drawing.ControlShape" ) in _CreateSdrObject()
1341 const rtl::OUString aShapeType( xAggShape->getShapeType() ); in getImplementationId() local1343 ScShapeImplementationIdMap::iterator aIter( aImplementationIdMap.find(aShapeType ) ); in getImplementationId()1352 aImplementationIdMap[ aShapeType ] = pImplementationId; in getImplementationId()
283 void createCustomShapeDefaults( [ in ] string aShapeType );
1081 const rtl::OUString aShapeType( xAggShape->getShapeType() ); in getImplementationId() local1083 SwShapeImplementationIdMap::iterator aIter( aImplementationIdMap.find(aShapeType ) ); in getImplementationId()1092 aImplementationIdMap[ aShapeType ] = pImplementationId; in getImplementationId()
3897 rtl::OUString aShapeType; in GetCustomShapeType() local3898 return GetCustomShapeType( rXShape, nMirrorFlags, aShapeType ); in GetCustomShapeType()