Home
last modified time | relevance | path

Searched refs:WrappedIgnoreProperty (Results 1 – 6 of 6) sorted by relevance

/trunk/main/chart2/source/tools/
H A DWrappedIgnoreProperty.cxx49 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 Dmakefile.mk73 $(SLO)$/WrappedIgnoreProperty.obj \
/trunk/main/chart2/source/inc/
H A DWrappedIgnoreProperty.hxx36 class OOO_DLLPUBLIC_CHARTTOOLS WrappedIgnoreProperty : public WrappedProperty class
39WrappedIgnoreProperty( const ::rtl::OUString& rOuterName, const ::com::sun::star::uno::Any& rDefau…
40 virtual ~WrappedIgnoreProperty();
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDocumentWrapper.cxx1583 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 DMinMaxLineWrapper.hxx122 WrappedIgnoreProperty m_aWrappedLineJointProperty;
H A DDataSeriesPointWrapper.cxx759 …aWrappedProperties.push_back( new WrappedIgnoreProperty( C2U( "LineJoint" ), uno::makeAny( drawing… in createWrappedProperties()

Completed in 56 milliseconds