Home
last modified time | relevance | path

Searched refs:rShapeName (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/oox/source/export/
H A Dvmlexport.cxx125 UINT32 VMLExport::EnterGroup( const String& rShapeName, const Rectangle* pRect ) in EnterGroup() argument
134 if ( rShapeName.Len() ) in EnterGroup()
135 … pAttrList->add( XML_alt, OUStringToOString( OUString( rShapeName ), RTL_TEXTENCODING_UTF8 ) ); in EnterGroup()
/aoo42x/main/oox/inc/oox/export/
H A Dvmlexport.hxx93 virtual UINT32 EnterGroup( const String& rShapeName, const Rectangle* pBoundRect = 0 );
/aoo42x/main/sw/source/filter/ww8/
H A Drtfsdrexport.hxx94 virtual sal_uInt32 EnterGroup( const String& rShapeName, const Rectangle* pBoundRect = 0 );
/aoo42x/main/filter/inc/filter/msfilter/
H A Descherex.hxx1543 virtual sal_uInt32 EnterGroup( const String& rShapeName, const Rectangle* pBoundRect = 0 );
/aoo42x/main/filter/source/msfilter/
H A Descherex.cxx5428 sal_uInt32 EscherEx::EnterGroup( const String& rShapeName, const Rectangle* pBoundRect ) in EnterGroup() argument
5456 if( rShapeName.Len() > 0 ) in EnterGroup()
5457 aPropOpt.AddOpt( ESCHER_Prop_wzName, rShapeName ); in EnterGroup()

Completed in 172 milliseconds