Lines Matching refs:WrappedProperty
281 class WrappedDataSourceLabelsInFirstRowProperty : public WrappedProperty
302 : WrappedProperty(C2U("DataSourceLabelsInFirstRow"),OUString()) in WrappedDataSourceLabelsInFirstRowProperty()
383 class WrappedDataSourceLabelsInFirstColumnProperty : public WrappedProperty
404 : WrappedProperty(C2U("DataSourceLabelsInFirstColumn"),OUString()) in WrappedDataSourceLabelsInFirstColumnProperty()
485 class WrappedHasLegendProperty : public WrappedProperty
505 : WrappedProperty(C2U("HasLegend"),OUString()) in WrappedHasLegendProperty()
573 class WrappedHasMainTitleProperty : public WrappedProperty
593 : WrappedProperty(C2U("HasMainTitle"),OUString()) in WrappedHasMainTitleProperty()
650 class WrappedHasSubTitleProperty : public WrappedProperty
670 : WrappedProperty(C2U("HasSubTitle"),OUString()) in WrappedHasSubTitleProperty()
1571 const std::vector< WrappedProperty* > ChartDocumentWrapper::createWrappedProperties() in createWrappedProperties()
1573 ::std::vector< ::chart::WrappedProperty* > aWrappedProperties; in createWrappedProperties()