Searched refs:aTextRotateAngle (Results 1 – 2 of 2) sorted by relevance
1521 com::sun::star::beans::PropertyValue aTextRotateAngle; in DoPreProcessSdrObj() local1522 … aTextRotateAngle.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "TextRotateAngle" ) ); in DoPreProcessSdrObj()1523 aTextRotateAngle.Value <<= fAngle; in DoPreProcessSdrObj()1525 aGeometryItem.SetPropertyValue( aTextRotateAngle ); in DoPreProcessSdrObj()
2855 com::sun::star::beans::PropertyValue aTextRotateAngle; in CheckAndCorrectExcelTextRotation() local2856 aTextRotateAngle.Name = sTextRotateAngle; in CheckAndCorrectExcelTextRotation()2857 aTextRotateAngle.Value <<= fExtraTextRotateAngle; in CheckAndCorrectExcelTextRotation()2858 aGeometryItem.SetPropertyValue( aTextRotateAngle ); in CheckAndCorrectExcelTextRotation()