Searched refs:rShapeName (Results 1 – 5 of 5) sorted by relevance
125 UINT32 VMLExport::EnterGroup( const String& rShapeName, const Rectangle* pRect ) in EnterGroup() argument134 if ( rShapeName.Len() ) in EnterGroup()135 … pAttrList->add( XML_alt, OUStringToOString( OUString( rShapeName ), RTL_TEXTENCODING_UTF8 ) ); in EnterGroup()
93 virtual UINT32 EnterGroup( const String& rShapeName, const Rectangle* pBoundRect = 0 );
94 virtual sal_uInt32 EnterGroup( const String& rShapeName, const Rectangle* pBoundRect = 0 );
1543 virtual sal_uInt32 EnterGroup( const String& rShapeName, const Rectangle* pBoundRect = 0 );
5428 sal_uInt32 EscherEx::EnterGroup( const String& rShapeName, const Rectangle* pBoundRect ) in EnterGroup() argument5456 if( rShapeName.Len() > 0 ) in EnterGroup()5457 aPropOpt.AddOpt( ESCHER_Prop_wzName, rShapeName ); in EnterGroup()
Completed in 70 milliseconds