Home
last modified time | relevance | path

Searched refs:sShapeType (Results 1 – 12 of 12) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx109 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/filter/source/msfilter/
H A Dmsdffimp.cxx612 rtl::OUString sShapeType; in SolveSolver() local
615 *pAny >>= sShapeType; in SolveSolver()
616 MSO_SPT eSpType = EnhancedCustomShapeTypeNames::Get( sShapeType ); in SolveSolver()
H A Descherex.cxx4775 rtl::OUString sShapeType; in GetConnectorRule() local
4778 *pType >>= sShapeType; in GetConnectorRule()
4779 MSO_SPT eSpType = EnhancedCustomShapeTypeNames::Get( sShapeType ); in GetConnectorRule()
/trunk/test/testuno/source/testlib/uno/
H A DShapeUtil.java56 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/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphStyle.java129 int width, int height, String sShapeType) in createShape() argument
136 Object xObj = xFactory.createInstance(sShapeType); in createShape()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx135 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()
166sShapeType.equals( rtl::OUString::createFromAscii( "com.sun.star.drawing.RectangleShape") ) ) in getType()
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx736 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/sdext/source/minimizer/
H A Dgraphiccollector.cxx236 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/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1302 const OUString sShapeType( xShape->getShapeType() ); in hasVisibleShape() local
1304 …if( sShapeType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.presentation.TitleTextShape"… in hasVisibleShape()
1305sShapeType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.presentation.OutlinerShape") ) || in hasVisibleShape()
1306sShapeType.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/oox/source/export/
H A Dshapes.cxx313 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/oox/source/drawingml/
H A Dcustomshapegeometry.cxx2026 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/main/odk/examples/DevelopersGuide/Drawing/
H A DShapeHelper.java53 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()

Completed in 146 milliseconds