1 Index: svx/source/msfilter/escherex.cxx
2 ===================================================================
3 RCS file: /cvs/graphics/svx/source/msfilter/escherex.cxx,v
4 retrieving revision 1.73
5 diff -u -r1.73 escherex.cxx
6 --- svx/source/msfilter/escherex.cxx 31 Jul 2007 17:31:58 -0000 1.73
7 +++ svx/source/msfilter/escherex.cxx 11 Aug 2008 12:26:47 -0000
11 AddOpt( ESCHER_Prop_lTxid, nTextId );
13 + // n#404221: In case of rotation we need to write the txtflTextFlow
16 + sal_uInt16 nAngle = EscherPropertyValueHelper::GetPropertyValue(
19 + String( RTL_CONSTASCII_USTRINGPARAM( "RotateAngle" ) ),
21 + ? (sal_uInt16)( ( *((sal_Int32*)aAny.getValue() ) ) + 5 ) / 10 : 0;
23 + AddOpt( ESCHER_Prop_txflTextFlow, 1 );
24 + bSuppressRotation=true;
27 + AddOpt( ESCHER_Prop_txflTextFlow, 2 );
28 + bSuppressRotation=true;
31 + AddOpt( ESCHER_Prop_txflTextFlow, 3 );
32 + bSuppressRotation=true;
37 static sal_Bool GetLineArrow( const sal_Bool bLineStart,