Home
last modified time | relevance | path

Searched refs:tPropertyValueMap (Results 1 – 25 of 48) sorted by relevance

12

/aoo41x/main/chart2/source/inc/
H A DPropertyHelper.hxx41 tPropertyValueMap; typedef
110 void setPropertyValueAny( tPropertyValueMap & rOutMap, tPropertyValueMapKey key,
120 …void setPropertyValue( tPropertyValueMap & rOutMap, tPropertyValueMapKey key, const Value & value ) in setPropertyValue()
126 …void setPropertyValue< ::com::sun::star::uno::Any >( tPropertyValueMap & rOutMap, tPropertyValueMa…
128 OOO_DLLPUBLIC_CHARTTOOLS void setPropertyValueDefaultAny( tPropertyValueMap & rOutMap, tPropertyVal…
134 …void setPropertyValueDefault( tPropertyValueMap & rOutMap, tPropertyValueMapKey key, const Value &… in setPropertyValueDefault()
143 …void setPropertyValueDefault< ::com::sun::star::uno::Any >( tPropertyValueMap & rOutMap, tProperty…
147 OOO_DLLPUBLIC_CHARTTOOLS void setEmptyPropertyValueDefault( tPropertyValueMap & rOutMap, tPropertyV…
/aoo41x/main/chart2/source/model/template/
H A DColumnChartType.cxx68 ::chart::tPropertyValueMap* operator()() in operator ()()
70 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
75 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
87 struct StaticColumnChartTypeDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, Sta…
167 const tPropertyValueMap& rStaticDefaults = *StaticColumnChartTypeDefaults::get(); in GetDefaultValue()
168 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DLineChartType.cxx79 ::chart::tPropertyValueMap* operator()() in operator ()()
81 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
86 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
97 struct StaticLineChartTypeDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, Stati…
179 const tPropertyValueMap& rStaticDefaults = *StaticLineChartTypeDefaults::get(); in GetDefaultValue()
180 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DBubbleChartType.cxx57 ::chart::tPropertyValueMap* operator()() in operator ()()
59 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
64 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & /*rOutMap*/ ) in lcl_AddDefaultsToMap()
69 struct StaticBubbleChartTypeDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, Sta…
205 const tPropertyValueMap& rStaticDefaults = *StaticBubbleChartTypeDefaults::get(); in GetDefaultValue()
206 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DPieChartType.cxx74 ::chart::tPropertyValueMap* operator()() in operator ()()
76 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
81 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
88 struct StaticPieChartTypeDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, Static…
210 const tPropertyValueMap& rStaticDefaults = *StaticPieChartTypeDefaults::get(); in GetDefaultValue()
211 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DBubbleChartTypeTemplate.cxx64 ::chart::tPropertyValueMap* operator()() in operator ()()
66 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
71 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & /*rOutMap*/ ) in lcl_AddDefaultsToMap()
76 …leChartTypeTemplateDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, StaticBubbl…
141 const tPropertyValueMap& rStaticDefaults = *StaticBubbleChartTypeTemplateDefaults::get(); in GetDefaultValue()
142 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DAreaChartTypeTemplate.cxx71 ::chart::tPropertyValueMap* operator()() in operator ()()
73 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
78 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
84 …eaChartTypeTemplateDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, StaticAreaC…
153 const tPropertyValueMap& rStaticDefaults = *StaticAreaChartTypeTemplateDefaults::get(); in GetDefaultValue()
154 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DScatterChartType.cxx83 ::chart::tPropertyValueMap* operator()() in operator ()()
85 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
90 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
101 struct StaticScatterChartTypeDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, St…
260 const tPropertyValueMap& rStaticDefaults = *StaticScatterChartTypeDefaults::get(); in GetDefaultValue()
261 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DBarChartTypeTemplate.cxx78 ::chart::tPropertyValueMap* operator()() in operator ()()
80 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
85 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
92 struct StaticBarChartTypeTemplateDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap
246 const tPropertyValueMap& rStaticDefaults = *StaticBarChartTypeTemplateDefaults::get(); in GetDefaultValue()
247 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DCandleStickChartType.cxx96 ::chart::tPropertyValueMap* operator()() in operator ()()
98 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
103 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
112 struct StaticCandleStickChartTypeDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap
288 const tPropertyValueMap& rStaticDefaults = *StaticCandleStickChartTypeDefaults::get(); in GetDefaultValue()
289 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DLineChartTypeTemplate.cxx89 ::chart::tPropertyValueMap* operator()() in operator ()()
91 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
96 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
107 …neChartTypeTemplateDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, StaticLineC…
181 const tPropertyValueMap& rStaticDefaults = *StaticLineChartTypeTemplateDefaults::get(); in GetDefaultValue()
182 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DScatterChartTypeTemplate.cxx91 ::chart::tPropertyValueMap* operator()() in operator ()()
93 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
98 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
109 …erChartTypeTemplateDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, StaticScatt…
182 const tPropertyValueMap& rStaticDefaults = *StaticScatterChartTypeTemplateDefaults::get(); in GetDefaultValue()
183 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DColumnLineChartTypeTemplate.cxx77 ::chart::tPropertyValueMap* operator()() in operator ()()
79 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
84 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
90 …neChartTypeTemplateDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, StaticColum…
159 const tPropertyValueMap& rStaticDefaults = *StaticColumnLineChartTypeTemplateDefaults::get(); in GetDefaultValue()
160 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
/aoo41x/main/chart2/source/tools/
H A DPropertyHelper.cxx275 void setPropertyValueAny( tPropertyValueMap & rOutMap, tPropertyValueMapKey key, const uno::Any & r… in setPropertyValueAny()
277 tPropertyValueMap::iterator aIt( rOutMap.find( key )); in setPropertyValueAny()
279 rOutMap.insert( tPropertyValueMap::value_type( key, rAny )); in setPropertyValueAny()
285 …void setPropertyValue< ::com::sun::star::uno::Any >( tPropertyValueMap & rOutMap, tPropertyValueMa… in setPropertyValue()
290 void setPropertyValueDefaultAny( tPropertyValueMap & rOutMap, tPropertyValueMapKey key, const uno::… in setPropertyValueDefaultAny()
297 …void setPropertyValueDefault< ::com::sun::star::uno::Any >( tPropertyValueMap & rOutMap, tProperty… in setPropertyValueDefault()
303 void setEmptyPropertyValueDefault( tPropertyValueMap & rOutMap, tPropertyValueMapKey key ) in setEmptyPropertyValueDefault()
H A DRegressionEquation.cxx119 ::chart::tPropertyValueMap* operator()() in operator ()()
121 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
126 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
147 struct StaticRegressionEquationDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, …
230 const tPropertyValueMap& rStaticDefaults = *StaticRegressionEquationDefaults::get(); in GetDefaultValue()
231 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DErrorBar.cxx108 ::chart::tPropertyValueMap* operator()() in operator ()()
110 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
115 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
128 struct StaticErrorBarDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, StaticErro…
230 const tPropertyValueMap& rStaticDefaults = *StaticErrorBarDefaults::get(); in GetDefaultValue()
231 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DRegressionCurveModel.cxx64 ::chart::tPropertyValueMap* operator()() in operator ()()
66 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
71 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
77 struct StaticXXXDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, StaticXXXDefaul…
265 const tPropertyValueMap& rStaticDefaults = *StaticXXXDefaults::get(); in GetDefaultValue()
266 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
/aoo41x/main/chart2/source/model/main/
H A DFormattedString.cxx48 ::chart::tPropertyValueMap* operator()() in operator ()()
50 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
55 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
61 struct StaticFormattedStringDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, Sta…
227 const tPropertyValueMap& rStaticDefaults = *StaticFormattedStringDefaults::get(); in GetDefaultValue()
228 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DGridProperties.cxx72 ::chart::tPropertyValueMap* operator()() in operator ()()
74 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
79 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
91 struct StaticGridDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, StaticGridDefa…
171 const tPropertyValueMap& rStaticDefaults = *StaticGridDefaults::get(); in GetDefaultValue()
172 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DPageBackground.cxx54 ::chart::tPropertyValueMap* operator()() in operator ()()
56 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
61 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
72 struct StaticPageBackgroundDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, Stat…
155 const tPropertyValueMap& rStaticDefaults = *StaticPageBackgroundDefaults::get(); in GetDefaultValue()
156 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DStockBar.cxx100 ::chart::tPropertyValueMap* operator()() in operator ()()
102 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
107 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
117 struct StaticStockBarDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, StaticStoc…
167 const tPropertyValueMap& rStaticDefaults = *StaticStockBarDefaults::get(); in GetDefaultValue()
168 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DWall.cxx60 ::chart::tPropertyValueMap* operator()() in operator ()()
62 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
67 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
77 struct StaticWallDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, StaticWallDefa…
158 const tPropertyValueMap& rStaticDefaults = *StaticWallDefaults::get(); in GetDefaultValue()
159 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DLegend.cxx118 ::chart::tPropertyValueMap* operator()() in operator ()()
120 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
125 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
142 struct StaticLegendDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, StaticLegend…
294 const tPropertyValueMap& rStaticDefaults = *StaticLegendDefaults::get(); in GetDefaultValue()
295 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DTitle.cxx157 ::chart::tPropertyValueMap* operator()() in operator ()()
159 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
164 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
190 struct StaticTitleDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, StaticTitleDe…
307 const tPropertyValueMap& rStaticDefaults = *StaticTitleDefaults::get(); in GetDefaultValue()
308 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DBaseCoordinateSystem.cxx70 ::chart::tPropertyValueMap* operator()() in operator ()()
72 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
77 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
83 struct StaticCooSysDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, StaticCooSys…
380 const tPropertyValueMap& rStaticDefaults = *StaticCooSysDefaults::get(); in GetDefaultValue()
381 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()

Completed in 284 milliseconds

12