/trunk/main/chart2/source/inc/ |
H A D | PropertyHelper.hxx | 41 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…
|
/trunk/main/chart2/source/model/template/ |
H A D | ColumnChartType.cxx | 68 ::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 D | LineChartType.cxx | 79 ::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 D | BubbleChartType.cxx | 57 ::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 D | PieChartType.cxx | 74 ::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 D | BubbleChartTypeTemplate.cxx | 64 ::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 D | AreaChartTypeTemplate.cxx | 71 ::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 D | ScatterChartType.cxx | 83 ::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 D | BarChartTypeTemplate.cxx | 78 ::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 D | CandleStickChartType.cxx | 96 ::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 D | LineChartTypeTemplate.cxx | 89 ::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 D | ScatterChartTypeTemplate.cxx | 91 ::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 D | ColumnLineChartTypeTemplate.cxx | 77 ::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()
|
/trunk/main/chart2/source/tools/ |
H A D | PropertyHelper.cxx | 275 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 D | RegressionEquation.cxx | 119 ::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 D | ErrorBar.cxx | 108 ::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 D | RegressionCurveModel.cxx | 64 ::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()
|
/trunk/main/chart2/source/model/main/ |
H A D | FormattedString.cxx | 48 ::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 D | GridProperties.cxx | 72 ::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 D | PageBackground.cxx | 54 ::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 D | StockBar.cxx | 100 ::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 D | Wall.cxx | 60 ::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 D | Legend.cxx | 118 ::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 D | Title.cxx | 157 ::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 D | BaseCoordinateSystem.cxx | 70 ::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()
|