/trunk/main/chart2/source/tools/ |
H A D | WrappedDirectStateProperty.cxx | 40 const OUString& rOuterName, const OUString& rInnerName ) : in WrappedDirectStateProperty() argument 41 WrappedProperty( rOuterName, rInnerName ) in WrappedDirectStateProperty()
|
H A D | WrappedDefaultProperty.cxx | 40 const OUString& rOuterName, const OUString& rInnerName, in WrappedDefaultProperty() argument 42 WrappedProperty( rOuterName, rInnerName ), in WrappedDefaultProperty()
|
H A D | WrappedProperty.cxx | 42 WrappedProperty::WrappedProperty( const OUString& rOuterName, const OUString& rInnerName) in WrappedProperty() argument 43 : m_aOuterName( rOuterName ) in WrappedProperty()
|
H A D | WrappedIgnoreProperty.cxx | 49 WrappedIgnoreProperty::WrappedIgnoreProperty( const OUString& rOuterName, const Any& rDefaultValue ) in WrappedIgnoreProperty() argument 50 : WrappedProperty( rOuterName, OUString() ) in WrappedIgnoreProperty()
|
H A D | WrappedPropertySet.cxx | 338 const WrappedProperty* WrappedPropertySet::getWrappedProperty( const ::rtl::OUString& rOuterName ) in getWrappedProperty() argument 340 sal_Int32 nHandle = getInfoHelper().getHandleByName( rOuterName ); in getWrappedProperty()
|
/trunk/main/chart2/source/controller/chartapiwrapper/ |
H A D | WrappedSeriesAreaOrLineProperty.cxx | 42 const rtl::OUString& rOuterName in WrappedSeriesAreaOrLineProperty() argument 46 : WrappedProperty( rOuterName, C2U( "" ) ) in WrappedSeriesAreaOrLineProperty()
|
H A D | WrappedStockProperties.cxx | 57 explicit WrappedStockProperty( const ::rtl::OUString& rOuterName 76 WrappedStockProperty::WrappedStockProperty( const ::rtl::OUString& rOuterName in WrappedStockProperty() argument 79 : WrappedProperty(rOuterName,rtl::OUString()) in WrappedStockProperty()
|
H A D | WrappedGapwidthProperty.cxx | 52 const ::rtl::OUString& rOuterName in WrappedBarPositionProperty_Base() 56 : WrappedDefaultProperty( rOuterName, rtl::OUString(), uno::makeAny( nDefaultValue ) ) in WrappedBarPositionProperty_Base()
|
H A D | WrappedSplineProperties.cxx | 57 …explicit WrappedSplineProperty( const ::rtl::OUString& rOuterName, const ::rtl::OUString& rInnerNa… in WrappedSplineProperty() argument 60 : WrappedProperty(rOuterName,OUString()) in WrappedSplineProperty()
|
H A D | WrappedSeriesAreaOrLineProperty.hxx | 38 WrappedSeriesAreaOrLineProperty( const ::rtl::OUString& rOuterName
|
H A D | WrappedGapwidthProperty.hxx | 40 const ::rtl::OUString& rOuterName
|
/trunk/main/chart2/source/inc/ |
H A D | WrappedDirectStateProperty.hxx | 37 const ::rtl::OUString& rOuterName, const ::rtl::OUString& rInnerName );
|
H A D | WrappedDefaultProperty.hxx | 36 const ::rtl::OUString& rOuterName, const ::rtl::OUString& rInnerName,
|
H A D | WrappedIgnoreProperty.hxx | 39 …WrappedIgnoreProperty( const ::rtl::OUString& rOuterName, const ::com::sun::star::uno::Any& rDefau…
|
H A D | WrappedProperty.hxx | 43 WrappedProperty( const ::rtl::OUString& rOuterName, const ::rtl::OUString& rInnerName );
|
H A D | WrappedPropertySet.hxx | 118 const WrappedProperty* getWrappedProperty( const ::rtl::OUString& rOuterName );
|