Lines Matching refs:WrappedProperty

1216 class WrappedDataRowSourceProperty : public WrappedProperty
1237 : WrappedProperty(C2U("DataRowSource"),OUString()) in WrappedDataRowSourceProperty()
1323 class WrappedStackingProperty : public WrappedProperty
1348 : WrappedProperty(OUString(),OUString()) in WrappedStackingProperty()
1439 class WrappedDim3DProperty : public WrappedProperty
1460 : WrappedProperty(C2U("Dim3D"),OUString()) in WrappedDim3DProperty()
1514 class WrappedVerticalProperty : public WrappedProperty
1535 : WrappedProperty(C2U("Vertical"),OUString()) in WrappedVerticalProperty()
1594 class WrappedNumberOfLinesProperty : public WrappedProperty
1618 : WrappedProperty(C2U("NumberOfLines"),OUString()) in WrappedNumberOfLinesProperty()
1753 class WrappedAttributedDataPointsProperty : public WrappedProperty
1774 : WrappedProperty(C2U("AttributedDataPoints"),OUString()) in WrappedAttributedDataPointsProperty()
1874 class WrappedSolidTypeProperty : public WrappedProperty
1895 : WrappedProperty( C2U( "SolidType" ), OUString() ) in WrappedSolidTypeProperty()
1951 class WrappedAutomaticSizeProperty : public WrappedProperty
1968 : WrappedProperty( C2U( "AutomaticSize" ), OUString() ) in WrappedAutomaticSizeProperty()
2027 class WrappedIncludeHiddenCellsProperty : public WrappedProperty
2041 : WrappedProperty(C2U("IncludeHiddenCells"),C2U("IncludeHiddenCells")) in WrappedIncludeHiddenCellsProperty()
2091 const std::vector< WrappedProperty* > DiagramWrapper::createWrappedProperties() in createWrappedProperties()
2093 ::std::vector< ::chart::WrappedProperty* > aWrappedProperties; in createWrappedProperties()
2116 …aWrappedProperties.push_back( new WrappedProperty( C2U( "StackedBarsConnected" ), C2U( "ConnectBar… in createWrappedProperties()