Searched refs:aShapeType (Results 1 – 8 of 8) sorted by relevance
807 const ::rtl::OUString aShapeType( rxShape->getShapeType() ); in implExportShape() local863 if( aShapeType.lastIndexOf( B2UCONST( "drawing.GroupShape" ) ) != -1 ) in implExportShape()908 if( ( aShapeType.lastIndexOf( B2UCONST( "drawing.OLE2Shape" ) ) != -1 ) || in implExportShape()1141 const OUString aShapeType( rxShape->getShapeType() ); in implGetDescriptionFromShape() local1143 if( aShapeType.lastIndexOf( B2UCONST( "drawing.GroupShape" ) ) != -1 ) in implGetDescriptionFromShape()1145 else if( aShapeType.lastIndexOf( B2UCONST( "drawing.GraphicObjectShape" ) ) != -1 ) in implGetDescriptionFromShape()1147 else if( aShapeType.lastIndexOf( B2UCONST( "drawing.OLE2Shape" ) ) != -1 ) in implGetDescriptionFromShape()1149 else if( aShapeType.lastIndexOf( B2UCONST( "presentation.HeaderShape" ) ) != -1 ) in implGetDescriptionFromShape()1151 else if( aShapeType.lastIndexOf( B2UCONST( "presentation.FooterShape" ) ) != -1 ) in implGetDescriptionFromShape()1153 else if( aShapeType.lastIndexOf( B2UCONST( "presentation.DateTimeShape" ) ) != -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()
1440 aShapeType += String( RTL_CONSTASCII_USTRINGPARAM("OLE2Shape") ); in _CreateShape()1443 aShapeType += String( RTL_CONSTASCII_USTRINGPARAM("ChartShape") ); 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()[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()
Completed in 94 milliseconds