Home
last modified time | relevance | path

Searched refs:aTextRotateAngle (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2858 com::sun::star::beans::PropertyValue aTextRotateAngle; in CheckAndCorrectExcelTextRotation() local
2859 aTextRotateAngle.Name = sTextRotateAngle; in CheckAndCorrectExcelTextRotation()
2860 aTextRotateAngle.Value <<= fExtraTextRotateAngle; in CheckAndCorrectExcelTextRotation()
2861 aGeometryItem.SetPropertyValue( aTextRotateAngle ); in CheckAndCorrectExcelTextRotation()
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx1521 com::sun::star::beans::PropertyValue aTextRotateAngle; in DoPreProcessSdrObj() local
1522 aTextRotateAngle.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "TextRotateAngle" ) ); in DoPreProcessSdrObj()
1523 aTextRotateAngle.Value <<= fAngle; in DoPreProcessSdrObj()
1525 aGeometryItem.SetPropertyValue( aTextRotateAngle ); in DoPreProcessSdrObj()

Completed in 60 milliseconds