Lines Matching refs:WrappedProperty

227 class WrappedAttachedAxisProperty : public ::chart::WrappedProperty
248 : WrappedProperty(C2U("Axis"),rtl::OUString()) in WrappedAttachedAxisProperty()
301 class WrappedSegmentOffsetProperty : public ::chart::WrappedProperty
313 WrappedProperty( C2U( "SegmentOffset" ), C2U( "Offset" ) ) in WrappedSegmentOffsetProperty()
691 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in getPropertyDefault()
722 const std::vector< WrappedProperty* > DataSeriesPointWrapper::createWrappedProperties() in createWrappedProperties()
724 ::std::vector< ::chart::WrappedProperty* > aWrappedProperties; in createWrappedProperties()
750 aWrappedProperties.push_back( new WrappedProperty( C2U( "FillColor" ), C2U( "Color" ) ) ); in createWrappedProperties()
756 aWrappedProperties.push_back( new WrappedProperty( C2U( "FillStyle" ), C2U( "FillStyle" ) ) ); in createWrappedProperties()
757 …aWrappedProperties.push_back( new WrappedProperty( C2U( "FillTransparence" ), C2U( "Transparency" … in createWrappedProperties()
760 …aWrappedProperties.push_back( new WrappedProperty( C2U( "FillTransparenceGradientName" ), C2U( "Tr… in createWrappedProperties()
761 …aWrappedProperties.push_back( new WrappedProperty( C2U( "FillGradientName" ), C2U( "GradientName" … in createWrappedProperties()
762 …aWrappedProperties.push_back( new WrappedProperty( C2U( "FillGradientStepCount" ), C2U( "GradientS… in createWrappedProperties()
763 … aWrappedProperties.push_back( new WrappedProperty( C2U( "FillHatchName" ), C2U( "HatchName" ) ) ); in createWrappedProperties()
764 …aWrappedProperties.push_back( new WrappedProperty( C2U( "FillBitmapName" ), C2U( "FillBitmapName" … in createWrappedProperties()
765 …aWrappedProperties.push_back( new WrappedProperty( C2U( "FillBackground" ), C2U( "FillBackground" … in createWrappedProperties()
768 …aWrappedProperties.push_back( new WrappedProperty( C2U( "FillBitmapMode" ), C2U( "FillBitmapMode" … in createWrappedProperties()
769 …aWrappedProperties.push_back( new WrappedProperty( C2U( "FillBitmapSizeX" ), C2U( "FillBitmapSizeX… in createWrappedProperties()
770 …aWrappedProperties.push_back( new WrappedProperty( C2U( "FillBitmapSizeY" ), C2U( "FillBitmapSizeY… in createWrappedProperties()
771 …aWrappedProperties.push_back( new WrappedProperty( C2U( "FillBitmapLogicalSize" ), C2U( "FillBitma… in createWrappedProperties()
772 …aWrappedProperties.push_back( new WrappedProperty( C2U( "FillBitmapOffsetX" ), C2U( "FillBitmapOff… in createWrappedProperties()
773 …aWrappedProperties.push_back( new WrappedProperty( C2U( "FillBitmapOffsetY" ), C2U( "FillBitmapOff… in createWrappedProperties()
774 …aWrappedProperties.push_back( new WrappedProperty( C2U( "FillBitmapRectanglePoint" ), C2U( "FillBi… in createWrappedProperties()
775 …aWrappedProperties.push_back( new WrappedProperty( C2U( "FillBitmapPositionOffsetX" ), C2U( "FillB… in createWrappedProperties()
776 …aWrappedProperties.push_back( new WrappedProperty( C2U( "FillBitmapPositionOffsetY" ), C2U( "FillB… in createWrappedProperties()
778 aWrappedProperties.push_back( new WrappedProperty( C2U( "SolidType" ), C2U( "Geometry3D" ) ) ); in createWrappedProperties()
780 …aWrappedProperties.push_back( new WrappedProperty( C2U( "D3DPercentDiagonal" ), C2U( "PercentDiago… in createWrappedProperties()