Searched refs:aRotateAngle (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sw/source/core/doc/ |
H A D | tblafmt.cxx | 226 aRotateAngle( 0 ), in SwBoxAutoFmt() 267 aRotateAngle( rNew.aRotateAngle ), in SwBoxAutoFmt() 311 aRotateAngle.SetValue( rNew.aRotateAngle.GetValue() ); in operator =() 388 pNew = aRotateAngle.Create( rStream, rVersions.nInt32Version ); in Load() 389 aRotateAngle.SetValue( ((SfxInt32Item*)pNew)->GetValue() ); in Load() 410 aRotateAngle.SetValue( aOrientation.GetRotation( aRotateAngle.GetValue() ) ); in Load() 449 SvxOrientationItem aOrientation( aRotateAngle.GetValue(), aStacked.GetValue(), 0 ); in Save() 482 aRotateAngle.Store( rStream, aRotateAngle.GetVersion(SOFFICE_FILEFORMAT_40) ); in Save() 516 rStream << aRotateAngle.GetVersion( SOFFICE_FILEFORMAT_40 ); in SaveVersionNo()
|
/trunk/main/sc/source/core/tool/ |
H A D | autoform.cxx | 255 aRotateAngle( ATTR_ROTATE_VALUE ), in ScAutoFormatDataField() 289 aRotateAngle( rCopy.aRotateAngle ), in ScAutoFormatDataField() 367 pNew = aRotateAngle.Create( rStream, rVersions.nInt32Version ); in Load() 389 aRotateAngle.SetValue( aOrientation.GetRotation( aRotateAngle.GetValue() ) ); in Load() 422 aRotateAngle.SetValue( aOrientation.GetRotation( aRotateAngle.GetValue() ) ); in LoadOld() 430 SvxOrientationItem aOrientation( aRotateAngle.GetValue(), aStacked.GetValue(), 0 ); in Save() 469 aRotateAngle.Store ( rStream, aRotateAngle.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
|
/trunk/main/sc/inc/ |
H A D | autoform.hxx | 111 SfxInt32Item aRotateAngle; member in ScAutoFormatDataField 151 const SfxInt32Item& GetRotateAngle() const { return aRotateAngle; } in GetRotateAngle() 183 …void SetRotateAngle( const SfxInt32Item& rRotateAngle ) { aRotateAngle.SetValue( rRotateAn… in SetRotateAngle()
|
/trunk/main/sw/inc/ |
H A D | tblafmt.hxx | 109 SfxInt32Item aRotateAngle; member in SwBoxAutoFmt
|
Completed in 46 milliseconds