Home
last modified time | relevance | path

Searched refs:DFF_Prop_cdirFont (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/inc/svx/ !
H A Dmsdffdef.hxx291 #define DFF_Prop_cdirFont 137 // MSO_CDIR Font rotation macro
/trunk/main/filter/source/msfilter/ !
H A Dmsdffimp.cxx1463 sal_Int32 nFontDirection = GetPropertyValue( DFF_Prop_cdirFont, mso_cdir0 ); in ApplyCustomShapeTextAttributes()
1646 if ( IsProperty( DFF_Prop_txflTextFlow ) || IsProperty( DFF_Prop_cdirFont ) ) in ApplyCustomShapeGeometryAttributes()
1654 …switch( GetPropertyValue( DFF_Prop_cdirFont, mso_cdir0 ) ) // SJ: mso_cdir90 and mso_cdir270 will… in ApplyCustomShapeGeometryAttributes()
6291 case DFF_Prop_cdirFont : in GetShapeContainerData()
H A Descherex.cxx2762 AddOpt( DFF_Prop_cdirFont, mso_cdir90 ); in CreateCustomShapeProperties()
2764 AddOpt( DFF_Prop_cdirFont, mso_cdir180 ); in CreateCustomShapeProperties()
2766 AddOpt( DFF_Prop_cdirFont, mso_cdir270 ); in CreateCustomShapeProperties()
H A Dsvdfppt.cxx920 sal_Int32 nFontDirection = GetPropertyValue( DFF_Prop_cdirFont, mso_cdir0 ); in ProcessObj()