Searched refs:SvxOrientationItem (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/svx/source/items/ |
H A D | algitem.cxx | 64 TYPEINIT1_FACTORY( SvxOrientationItem, SfxEnumItem, new SvxOrientationItem(SVX_ORIENTATION_STANDARD… 392 SvxOrientationItem::SvxOrientationItem( const SvxCellOrientation eOrientation, in SvxOrientationItem() function in SvxOrientationItem 398 SvxOrientationItem::SvxOrientationItem( sal_Int32 nRotation, sal_Bool bStacked, const sal_uInt16 nI… in SvxOrientationItem() function in SvxOrientationItem 406 SfxItemPresentation SvxOrientationItem::GetPresentation in GetPresentation() 468 XubString SvxOrientationItem::GetValueText( sal_uInt16 nVal ) const in GetValueText() 476 SfxPoolItem* SvxOrientationItem::Clone( SfxItemPool* ) const in Clone() 478 return new SvxOrientationItem( *this ); in Clone() 487 return new SvxOrientationItem( (SvxCellOrientation)nVal, Which() ); in Create() 492 sal_uInt16 SvxOrientationItem::GetValueCount() const in GetValueCount() 499 sal_Bool SvxOrientationItem::IsStacked() const in IsStacked() [all …]
|
/aoo4110/main/svx/inc/svx/ |
H A D | algitem.hxx | 109 class SVX_DLLPUBLIC SvxOrientationItem: public SfxEnumItem class 114 SvxOrientationItem( 118 SvxOrientationItem( 135 inline SvxOrientationItem& operator=(const SvxOrientationItem& rOrientation) in operator =()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | autoform.cxx | 213 rStream << SvxOrientationItem(SVX_ORIENTATION_STANDARD, 0).GetVersion(SOFFICE_FILEFORMAT_40); in Write() 314 SvxOrientationItem aOrientation( SVX_ORIENTATION_STANDARD, 0 ); in Load() 358 READ( aOrientation, SvxOrientationItem, rVersions.nOrientationVersion) in Load() 398 SvxOrientationItem aOrientation( SVX_ORIENTATION_STANDARD, 0 ); in LoadOld() 413 READ( aOrientation, SvxOrientationItem, rVersions.nOrientationVersion) in LoadOld() 430 SvxOrientationItem aOrientation( aRotateAngle.GetValue(), aStacked.GetValue(), 0 ); in Save()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | tblafmt.cxx | 330 SvxOrientationItem aOrientation( SVX_ORIENTATION_STANDARD, 0); in Load() 379 READ( aOrientation, SvxOrientationItem , rVersions.nOrientationVersion) in Load() 449 SvxOrientationItem aOrientation( aRotateAngle.GetValue(), aStacked.GetValue(), 0 ); in Save() 513 rStream << SvxOrientationItem(SVX_ORIENTATION_STANDARD, 0).GetVersion( SOFFICE_FILEFORMAT_40 ); in SaveVerionNo()
|
/aoo4110/main/svx/sdi/ |
H A D | svxitems.sdi | 396 item SvxCellOrientationEnum SvxOrientationItem; 666 item INT16 SvxOrientationItem; // enum
|
/aoo4110/main/sc/source/filter/qpro/ |
H A D | qprostyle.cxx | 130 rItemSet.Put( SvxOrientationItem( eOrient, 0) ); in SetFormat()
|
/aoo4110/main/starmath/sdi/ |
H A D | smitems.sdi | 557 item SvxCellOrientationEnum SvxOrientationItem;
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | afmtuno.cxx | 840 SvxOrientationItem( nRot, bStacked, 0 ).QueryValue( aVal ); in getPropertyValue()
|
H A D | styleuno.cxx | 2044 SvxOrientationItem( nRot, bStacked, 0 ).QueryValue( aAny ); in getPropertyValue()
|
H A D | cellsuno.cxx | 2422 SvxOrientationItem( nRot, bStacked, 0 ).QueryValue( rAny ); in GetOnePropertyValue()
|
Completed in 487 milliseconds