/trunk/main/vbahelper/source/vbahelper/ |
H A D | vbashape.cxx | 135 rtl::OUString sShapeType; in getType() local 137 sShapeType = xShapeDescriptor->getShapeType(); in getType() 140 if( sShapeType.equals( rtl::OUString::createFromAscii( "com.sun.star.drawing.GroupShape" ) ) ) in getType() 144 …else if( sShapeType.equals( rtl::OUString::createFromAscii( "com.sun.star.drawing.ControlShape" ) … in getType() 145 sShapeType.equals( rtl::OUString::createFromAscii( "FrameShape" ) ) ) in getType() 148 … else if( sShapeType.equals( rtl::OUString::createFromAscii( "com.sun.star.drawing.OLE2Shape" ) ) ) in getType() 151 …else if( sShapeType.equals( rtl::OUString::createFromAscii( "com.sun.star.drawing.ConnectorShape" … in getType() 163 … else if( sShapeType.equals( rtl::OUString::createFromAscii( "com.sun.star.drawing.LineShape" ) ) ) in getType() 165 …else if( sShapeType.equals( rtl::OUString::createFromAscii( "com.sun.star.drawing.CustomShape" ) )… in getType() 166 … sShapeType.equals( rtl::OUString::createFromAscii( "com.sun.star.drawing.RectangleShape") ) ) in getType() [all …]
|
/trunk/main/oox/source/export/ |
H A D | shapes.cxx | 313 static const char* lcl_GetPresetGeometry( const char* sShapeType ) in lcl_GetPresetGeometry() argument 327 sPresetGeo = (*pCustomShapeTypeTranslationHashMap)[ sShapeType ]; in lcl_GetPresetGeometry() 449 OUString sShapeType; in WriteCustomShape() local 451 …O_SPT eShapeType = EscherPropertyContainer::GetCustomShapeType( xShape, nMirrorFlags, sShapeType ); in WriteCustomShape() 452 const char* sPresetShape = lcl_GetPresetGeometry( USS( sShapeType ) ); in WriteCustomShape() 453 DBG(printf("custom shape type: %s ==> %s\n", USS( sShapeType ), sPresetShape)); in WriteCustomShape() 898 OUString sShapeType = xShape->getShapeType(); in WriteShape() local 899 DBG( printf( "write shape: %s\n", USS( sShapeType ) ) ); in WriteShape() 900 NameToConvertMapType::const_iterator aConverter = lcl_GetConverters().find( USS( sShapeType ) ); in WriteShape()
|
/trunk/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | ShapeHelper.java | 53 XShapes xShapes, Point aPos, Size aSize, String sShapeType ) in createAndInsertShape() argument 56 XShape xShape = createShape( xDrawDoc, aPos, aSize, sShapeType ); in createAndInsertShape() 66 Point aPos, Size aSize, String sShapeType ) in createShape() argument 73 Object xObj = xFactory.createInstance( sShapeType ); in createShape()
|
/trunk/main/sdext/source/minimizer/ |
H A D | graphiccollector.cxx | 236 const OUString sShapeType( xShape->getShapeType() ); in ImpCollectGraphicObjects() local 237 if ( sShapeType == sGroupShape ) in ImpCollectGraphicObjects() 244 if ( sShapeType == sGraphicObjectShape ) in ImpCollectGraphicObjects() 361 const OUString sShapeType( xShape->getShapeType() ); in ImpCountGraphicObjects() local 362 if ( sShapeType == sGroupShape ) in ImpCountGraphicObjects() 369 if ( sShapeType == sGraphicObjectShape ) in ImpCountGraphicObjects()
|
/trunk/test/testuno/source/testlib/uno/ |
H A D | ShapeUtil.java | 56 XShapes xShapes, Point aPos, Size aSize, String sShapeType) in createAndInsertShape() argument 58 XShape xShape = createShape(xDrawDoc, aPos, aSize, sShapeType); in createAndInsertShape() 69 Size aSize, String sShapeType) throws java.lang.Exception { in createShape() argument 73 Object xObj = xFactory.createInstance(sShapeType); in createShape()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 109 rtl::OUString sShapeType; in ImpGetCustomShapeType() local 113 if ( pAny && ( *pAny >>= sShapeType ) ) in ImpGetCustomShapeType() 435 rtl::OUString sShapeType; in UseNoFillStyle() local 440 *pAny >>= sShapeType; in UseNoFillStyle() 661 rtl::OUString sShapeType; in MergeDefaultAttributes() local 670 sShapeType = *pType; in MergeDefaultAttributes() 673 aPropVal.Value <<= sShapeType; in MergeDefaultAttributes() 680 *pAny >>= sShapeType; in MergeDefaultAttributes() 1155 rtl::OUString sShapeType; in IsDefaultGeometry() local 1161 *pAny >>= sShapeType; in IsDefaultGeometry() [all …]
|
/trunk/main/oox/source/drawingml/ |
H A D | customshapegeometry.cxx | 2026 OUString sShapeType; in PresetShapeGeometryContext() local 2029 sShapeType = GetShapeType( nShapeType ); in PresetShapeGeometryContext() 2030 …OSL_ENSURE( sShapeType.getLength(), "oox::drawingml::CustomShapeCustomGeometryContext::CustomShape… in PresetShapeGeometryContext() 2031 mrCustomShapeProperties.setShapePresetType( sShapeType ); in PresetShapeGeometryContext() 2048 OUString sShapeType; in PresetTextShapeContext() local 2051 sShapeType = GetTextShapeType( nShapeType ); in PresetTextShapeContext() 2052 …OSL_ENSURE( sShapeType.getLength(), "oox::drawingml::CustomShapeCustomGeometryContext::CustomShape… in PresetTextShapeContext() 2053 mrCustomShapeProperties.setShapePresetType( sShapeType ); in PresetTextShapeContext()
|
/trunk/test/testuno/source/fvt/uno/sd/paragraph/ |
H A D | ParagraphStyle.java | 129 int width, int height, String sShapeType) in createShape() argument 136 Object xObj = xFactory.createInstance(sShapeType); in createShape()
|
/trunk/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 736 rtl::OUString sShapeType; in EnhancedCustomShape2d() local 740 *pAny >>= sShapeType; in EnhancedCustomShape2d() 741 eSpType = EnhancedCustomShapeTypeNames::Get( sShapeType ); in EnhancedCustomShape2d() 777 if( sShapeType.getLength() > 4 && in EnhancedCustomShape2d() 778 sShapeType.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "col-" ))) in EnhancedCustomShape2d() 780 nColorData = sShapeType.copy( 4 ).toInt32( 16 ); in EnhancedCustomShape2d()
|
/trunk/main/sd/source/ui/animations/ |
H A D | CustomAnimationPane.cxx | 1302 const OUString sShapeType( xShape->getShapeType() ); in hasVisibleShape() local 1304 …if( sShapeType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.presentation.TitleTextShape"… in hasVisibleShape() 1305 …sShapeType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.presentation.OutlinerShape") ) || in hasVisibleShape() 1306 …sShapeType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.presentation.SubtitleShape") ) || in hasVisibleShape() 1307 sShapeType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.TextShape") ) ) in hasVisibleShape()
|
/trunk/main/filter/source/msfilter/ |
H A D | escherex.cxx | 4775 rtl::OUString sShapeType; in GetConnectorRule() local 4778 *pType >>= sShapeType; in GetConnectorRule() 4779 MSO_SPT eSpType = EnhancedCustomShapeTypeNames::Get( sShapeType ); in GetConnectorRule()
|
H A D | msdffimp.cxx | 612 rtl::OUString sShapeType; in SolveSolver() local 615 *pAny >>= sShapeType; in SolveSolver() 616 MSO_SPT eSpType = EnhancedCustomShapeTypeNames::Get( sShapeType ); in SolveSolver()
|