Home
last modified time | relevance | path

Searched refs:WrappedTextRotationProperty (Results 1 – 7 of 7) sorted by relevance

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedTextRotationProperty.cxx41 WrappedTextRotationProperty::WrappedTextRotationProperty( bool bDirectState ) in WrappedTextRotationProperty() function in chart::WrappedTextRotationProperty
46 WrappedTextRotationProperty::~WrappedTextRotationProperty() in ~WrappedTextRotationProperty()
50 beans::PropertyState WrappedTextRotationProperty::getPropertyState( const uno::Reference< beans::XP… in getPropertyState()
57 Any WrappedTextRotationProperty::convertInnerToOuterValue( const Any& rInnerValue ) const in convertInnerToOuterValue()
68 Any WrappedTextRotationProperty::convertOuterToInnerValue( const Any& rOuterValue ) const in convertOuterToInnerValue()
H A DWrappedTextRotationProperty.hxx33 class WrappedTextRotationProperty : public WrappedProperty class
36 WrappedTextRotationProperty( bool bDirectState=false );
37 virtual ~WrappedTextRotationProperty();
H A Dmakefile.mk57 $(SLO)$/WrappedTextRotationProperty.obj \
H A DTitleWrapper.cxx513 …aWrappedProperties.push_back( new WrappedTextRotationProperty( m_eTitleType==TitleHelper::Y_AXIS_T… in createWrappedProperties()
H A DAxisWrapper.cxx638 aWrappedProperties.push_back( new WrappedTextRotationProperty() ); in createWrappedProperties()
H A DDataSeriesPointWrapper.cxx758 aWrappedProperties.push_back( new WrappedTextRotationProperty() ); in createWrappedProperties()
/trunk/main/chart2/
H A DLibrary_chartcontroller.mk92 chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty \