Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/svg/
H A Dsvgexport.cxx807 const ::rtl::OUString aShapeType( rxShape->getShapeType() ); in implExportShape() local
829 … 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() local
1143 if( aShapeType.lastIndexOf( B2UCONST( "drawing.GroupShape" ) ) != -1 ) in implGetDescriptionFromShape()
[all …]
/AOO41X/main/filter/source/flash/
H A Dswfexporter.cxx555 OUString aShapeType( xShape->getShapeType() ); in exportShape() local
556 …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()
/AOO41X/main/sd/source/ui/unoidl/
H A Dunopage.cxx1423 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()
[all …]
/AOO41X/main/svx/source/form/
H A Dfmdpage.cxx92 ::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()
/AOO41X/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx1341 const rtl::OUString aShapeType( xAggShape->getShapeType() ); in getImplementationId() local
1343 ScShapeImplementationIdMap::iterator aIter( aImplementationIdMap.find(aShapeType ) ); in getImplementationId()
1352 aImplementationIdMap[ aShapeType ] = pImplementationId; in getImplementationId()
/AOO41X/main/offapi/com/sun/star/drawing/
H A DXEnhancedCustomShapeDefaulter.idl283 void createCustomShapeDefaults( [ in ] string aShapeType );
/AOO41X/main/sw/source/core/unocore/
H A Dunodraw.cxx1081 const rtl::OUString aShapeType( xAggShape->getShapeType() ); in getImplementationId() local
1083 SwShapeImplementationIdMap::iterator aIter( aImplementationIdMap.find(aShapeType ) ); in getImplementationId()
1092 aImplementationIdMap[ aShapeType ] = pImplementationId; in getImplementationId()
/AOO41X/main/filter/source/msfilter/
H A Descherex.cxx3897 rtl::OUString aShapeType; in GetCustomShapeType() local
3898 return GetCustomShapeType( rXShape, nMirrorFlags, aShapeType ); in GetCustomShapeType()