Searched refs:WrappedIgnoreProperty (Results 1 – 6 of 6) sorted by relevance
| /AOO42X/main/chart2/source/tools/ |
| H A D | WrappedIgnoreProperty.cxx | 49 WrappedIgnoreProperty::WrappedIgnoreProperty( const OUString& rOuterName, const Any& rDefaultValue ) in WrappedIgnoreProperty() function in chart::WrappedIgnoreProperty 55 WrappedIgnoreProperty::~WrappedIgnoreProperty() in ~WrappedIgnoreProperty() 59 void WrappedIgnoreProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XProp… in setPropertyValue() 65 Any WrappedIgnoreProperty::getPropertyValue( const Reference< beans::XPropertySet >& /* xInnerPrope… in getPropertyValue() 71 void WrappedIgnoreProperty::setPropertyToDefault( const Reference< beans::XPropertyState >& /* xInn… in setPropertyToDefault() 77 Any WrappedIgnoreProperty::getPropertyDefault( const Reference< beans::XPropertyState >& /* xInnerP… in getPropertyDefault() 83 beans::PropertyState WrappedIgnoreProperty::getPropertyState( const Reference< beans::XPropertyStat… in getPropertyState() 93 …rList.push_back( new WrappedIgnoreProperty( C2U( "LineStyle" ), uno::makeAny( drawing::LineStyle_S… in addIgnoreLineProperties() 95 …rList.push_back( new WrappedIgnoreProperty( C2U( "LineDashName" ), uno::makeAny( rtl::OUString() )… in addIgnoreLineProperties() 96 … rList.push_back( new WrappedIgnoreProperty( C2U( "LineColor" ), uno::makeAny( sal_Int32(0) ) ) ); in addIgnoreLineProperties() [all …]
|
| H A D | makefile.mk | 73 $(SLO)$/WrappedIgnoreProperty.obj \
|
| /AOO42X/main/chart2/source/inc/ |
| H A D | WrappedIgnoreProperty.hxx | 36 class OOO_DLLPUBLIC_CHARTTOOLS WrappedIgnoreProperty : public WrappedProperty class 39 …WrappedIgnoreProperty( const ::rtl::OUString& rOuterName, const ::com::sun::star::uno::Any& rDefau… 40 virtual ~WrappedIgnoreProperty();
|
| /AOO42X/main/chart2/source/controller/chartapiwrapper/ |
| H A D | ChartDocumentWrapper.cxx | 1583 aWrappedProperties.push_back( new WrappedIgnoreProperty( C2U("NullDate"),Any() ) ); // i99104 in createWrappedProperties() 1584 …aWrappedProperties.push_back( new WrappedIgnoreProperty( C2U( "DisableComplexChartTypes" ), uno::m… in createWrappedProperties() 1585 …aWrappedProperties.push_back( new WrappedIgnoreProperty( C2U( "DisableDataTableDialog" ), uno::mak… in createWrappedProperties()
|
| H A D | MinMaxLineWrapper.hxx | 122 WrappedIgnoreProperty m_aWrappedLineJointProperty;
|
| H A D | DataSeriesPointWrapper.cxx | 759 …aWrappedProperties.push_back( new WrappedIgnoreProperty( C2U( "LineJoint" ), uno::makeAny( drawing… in createWrappedProperties()
|