Lines Matching refs:Property

68 using ::com::sun::star::beans::Property;
94 ::std::vector< Property > & rOutProperties ) in lcl_AddPropertiesToVector_PointProperties()
98 Property( C2U( "SolidType" ), in lcl_AddPropertiesToVector_PointProperties()
105 Property( C2U( "SegmentOffset" ), in lcl_AddPropertiesToVector_PointProperties()
112 Property( C2U( "D3DPercentDiagonal" ), in lcl_AddPropertiesToVector_PointProperties()
119 Property( C2U( "LabelSeparator" ), in lcl_AddPropertiesToVector_PointProperties()
126 Property( C2U( "NumberFormat" ), in lcl_AddPropertiesToVector_PointProperties()
133 Property( C2U( "PercentageNumberFormat" ), in lcl_AddPropertiesToVector_PointProperties()
140 Property( C2U( "LabelPlacement" ), in lcl_AddPropertiesToVector_PointProperties()
147 Property( C2U( "TextRotation" ), in lcl_AddPropertiesToVector_PointProperties()
155 ::std::vector< Property > & rOutProperties ) in lcl_AddPropertiesToVector_SeriesOnly()
158 Property( C2U( "Axis" ), in lcl_AddPropertiesToVector_SeriesOnly()
165 Property( C2U( "LinkNumberFormatToSource" ), in lcl_AddPropertiesToVector_SeriesOnly()
172 uno::Sequence< Property > lcl_GetPropertySequence( DataSeriesPointWrapper::eType _eType ) in lcl_GetPropertySequence()
174 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
198 Sequence< Property >* operator()() in operator ()()
200 …static Sequence< Property > aPropSeq( lcl_GetPropertySequence( DataSeriesPointWrapper::DATA_SERIES… in operator ()()
205 struct StaticSeriesWrapperPropertyArray : public rtl::StaticAggregate< Sequence< Property >, Static…
211 Sequence< Property >* operator()() in operator ()()
213 …static Sequence< Property > aPropSeq( lcl_GetPropertySequence( DataSeriesPointWrapper::DATA_POINT … in operator ()()
218 struct StaticPointWrapperPropertyArray : public rtl::StaticAggregate< Sequence< Property >, StaticP…
714 const Sequence< beans::Property >& DataSeriesPointWrapper::getPropertySequence() in getPropertySequence()