Home
last modified time | relevance | path

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

/trunk/main/filter/source/flash/
H A Dswfexporter.cxx609 OUString aShapeType( xShape->getShapeType() ); in exportShape() local
610 …if( (0 == aShapeType.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.presentatio… in exportShape()
611 …(0 == aShapeType.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.presentation.Ou… in exportShape()
612 …(0 == aShapeType.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.presentation.He… in exportShape()
613 …(0 == aShapeType.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.presentation.Fo… in exportShape()
614 …(0 == aShapeType.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.presentation.Sl… in exportShape()
615 …(0 == aShapeType.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.presentation.Da… in exportShape()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx3908 rtl::OUString aShapeType; in GetCustomShapeType() local
3909 return GetCustomShapeType( rXShape, nMirrorFlags, aShapeType ); in GetCustomShapeType()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx807 const ::rtl::OUString aShapeType( rxShape->getShapeType() ); in implExportShape() local
863 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() local
1143 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 …]
/trunk/main/offapi/com/sun/star/drawing/
H A DXEnhancedCustomShapeDefaulter.idl283 void createCustomShapeDefaults( [ in ] string aShapeType );
/trunk/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()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx1440 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 …]
/trunk/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()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx1079 const rtl::OUString aShapeType( xAggShape->getShapeType() ); in getImplementationId() local
1081 SwShapeImplementationIdMap::iterator aIter( aImplementationIdMap.find(aShapeType ) ); in getImplementationId()
1090 aImplementationIdMap[ aShapeType ] = pImplementationId; in getImplementationId()

Completed in 98 milliseconds