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()
2845 com::sun::star::beans::PropertyValue aTextRotateAngle; in CheckAndCorrectExcelTextRotation() local2846 aTextRotateAngle.Name = sTextRotateAngle; in CheckAndCorrectExcelTextRotation()2847 aTextRotateAngle.Value <<= fExtraTextRotateAngle; in CheckAndCorrectExcelTextRotation()2848 aGeometryItem.SetPropertyValue( aTextRotateAngle ); in CheckAndCorrectExcelTextRotation()
Completed in 57 milliseconds