Home
last modified time | relevance | path

Searched refs:SvxCellOrientation (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/svx/source/items/
H A Dalgitem.cxx392 SvxOrientationItem::SvxOrientationItem( const SvxCellOrientation eOrientation, in SvxOrientationItem()
432 switch ( (SvxCellOrientation)GetValue() ) in QueryValue()
453 SvxCellOrientation eSvx = SVX_ORIENTATION_STANDARD; in PutValue()
487 return new SvxOrientationItem( (SvxCellOrientation)nVal, Which() ); in Create()
501 return static_cast< SvxCellOrientation >( GetValue() ) == SVX_ORIENTATION_STACKED; in IsStacked()
507 switch( static_cast< SvxCellOrientation >( GetValue() ) ) in GetRotation()
/AOO41X/main/sc/inc/
H A Dpatattr.hxx84 …static SvxCellOrientation GetCellOrientation( const SfxItemSet& rItemSet, const SfxItemSet* pCondS…
85 SvxCellOrientation GetCellOrientation( const SfxItemSet* pCondSet = 0 ) const;
/AOO41X/main/editeng/inc/editeng/
H A Dsvxenum.hxx131 enum SvxCellOrientation enum
/AOO41X/main/sc/source/filter/qpro/
H A Dqprostyle.cxx122 SvxCellOrientation eOrient = SVX_ORIENTATION_STANDARD; in SetFormat()
/AOO41X/main/sc/source/core/data/
H A Dpatattr.cxx199 SvxCellOrientation ScPatternAttr::GetCellOrientation( const SfxItemSet& rItemSet, const SfxItemSet*… in GetCellOrientation()
201 SvxCellOrientation eOrient = SVX_ORIENTATION_STANDARD; in GetCellOrientation()
219 SvxCellOrientation ScPatternAttr::GetCellOrientation( const SfxItemSet* pCondSet ) const in GetCellOrientation()
H A Dcolumn2.cxx256 SvxCellOrientation eOrient = pPattern->GetCellOrientation( pCondSet ); in GetNeededSize()
/AOO41X/main/svx/inc/svx/
H A Dalgitem.hxx115 const SvxCellOrientation eOrientation /*= SVX_ORIENTATION_STANDARD*/,
H A Dsvxitems.hrc117 // enum SvxCellOrientation
/AOO41X/main/sc/source/ui/view/
H A Doutput2.cxx98 SvxCellOrientation eAttrOrient;
140 SvxCellOrientation GetOrient() const { return eAttrOrient; } in GetOrient()
2253 SvxCellOrientation eOrient = pPattern->GetCellOrientation( pCondSet ); in DrawEdit()
3088 SvxCellOrientation eOrient = pPattern->GetCellOrientation( pCondSet ); in DrawRotated()