Lines Matching refs:Property

81 using ::com::sun::star::beans::Property;
162 ::std::vector< Property > & rOutProperties ) in lcl_AddPropertiesToVector()
165 Property( C2U( "HasMainTitle" ), in lcl_AddPropertiesToVector()
171 Property( C2U( "HasSubTitle" ), in lcl_AddPropertiesToVector()
177 Property( C2U( "HasLegend" ), in lcl_AddPropertiesToVector()
185 Property( C2U( "DataSourceLabelsInFirstRow" ), in lcl_AddPropertiesToVector()
191 Property( C2U( "DataSourceLabelsInFirstColumn" ), in lcl_AddPropertiesToVector()
199 Property( C2U( "AddIn" ), in lcl_AddPropertiesToVector()
205 Property( C2U( "BaseDiagram" ), in lcl_AddPropertiesToVector()
211 Property( C2U( "AdditionalShapes" ), in lcl_AddPropertiesToVector()
218 Property( C2U( "RefreshAddInAllowed" ), in lcl_AddPropertiesToVector()
226 Property( C2U( "NullDate" ), in lcl_AddPropertiesToVector()
232 Property( C2U( "DisableComplexChartTypes" ), in lcl_AddPropertiesToVector()
238 Property( C2U( "DisableDataTableDialog" ), in lcl_AddPropertiesToVector()
247 Sequence< Property >* operator()() in operator ()()
249 static Sequence< Property > aPropSeq( lcl_GetPropertySequence() ); in operator ()()
254 uno::Sequence< Property > lcl_GetPropertySequence() in lcl_GetPropertySequence()
256 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
266 struct StaticChartDocumentWrapperPropertyArray : public rtl::StaticAggregate< Sequence< Property >,…
1566 const Sequence< beans::Property >& ChartDocumentWrapper::getPropertySequence() in getPropertySequence()