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() 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() 97 …rList.push_back( new WrappedIgnoreProperty( C2U( "LineTransparence" ), uno::makeAny( sal_Int16(0) … in addIgnoreLineProperties() 98 … rList.push_back( new WrappedIgnoreProperty( C2U( "LineWidth" ), uno::makeAny( sal_Int32(0) ) ) ); in addIgnoreLineProperties() 111 … rList.push_back( new WrappedIgnoreProperty( C2U( "FillColor" ), uno::makeAny( sal_Int32(-1) ) ) ); in addIgnoreFillProperties_without_BitmapProperties() 112 …rList.push_back( new WrappedIgnoreProperty( C2U( "FillTransparence" ), uno::makeAny( sal_Int16(0) … in addIgnoreFillProperties_without_BitmapProperties() 117 …rList.push_back( new WrappedIgnoreProperty( C2U( "FillHatchName" ), uno::makeAny( ::rtl::OUString(… in addIgnoreFillProperties_without_BitmapProperties() 127 …rList.push_back( new WrappedIgnoreProperty( C2U( "FillBitmapOffsetX" ), uno::makeAny( sal_Int16(0)… in addIgnoreFillProperties_only_BitmapProperties() [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()
|
Completed in 47 milliseconds