Home
last modified time | relevance | path

Searched refs:SvxOrientationItem (Results 1 – 10 of 10) sorted by relevance

/trunk/main/svx/source/items/
H A Dalgitem.cxx64 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 …]
/trunk/main/svx/inc/svx/
H A Dalgitem.hxx109 class SVX_DLLPUBLIC SvxOrientationItem: public SfxEnumItem class
114 SvxOrientationItem(
118 SvxOrientationItem(
135 inline SvxOrientationItem& operator=(const SvxOrientationItem& rOrientation) in operator =()
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx213 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()
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx330 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 SaveVersionNo()
/trunk/main/svx/sdi/
H A Dsvxitems.sdi396 item SvxCellOrientationEnum SvxOrientationItem;
666 item INT16 SvxOrientationItem; // enum
/trunk/main/sc/source/filter/qpro/
H A Dqprostyle.cxx130 rItemSet.Put( SvxOrientationItem( eOrient, 0) ); in SetFormat()
/trunk/main/starmath/sdi/
H A Dsmitems.sdi557 item SvxCellOrientationEnum SvxOrientationItem;
/trunk/main/sc/source/ui/unoobj/
H A Dafmtuno.cxx840 SvxOrientationItem( nRot, bStacked, 0 ).QueryValue( aVal ); in getPropertyValue()
H A Dstyleuno.cxx2044 SvxOrientationItem( nRot, bStacked, 0 ).QueryValue( aAny ); in getPropertyValue()
H A Dcellsuno.cxx2422 SvxOrientationItem( nRot, bStacked, 0 ).QueryValue( rAny ); in GetOnePropertyValue()

Completed in 111 milliseconds