Home
last modified time | relevance | path

Searched refs:rStaticDefaults (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/chart2/source/model/template/
H A DColumnChartType.cxx164 const tPropertyValueMap& rStaticDefaults = *StaticColumnChartTypeDefaults::get(); in GetDefaultValue() local
165 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
166 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
H A DLineChartType.cxx176 const tPropertyValueMap& rStaticDefaults = *StaticLineChartTypeDefaults::get(); in GetDefaultValue() local
177 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
178 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
H A DBubbleChartType.cxx198 const tPropertyValueMap& rStaticDefaults = *StaticBubbleChartTypeDefaults::get(); in GetDefaultValue() local
199 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
200 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
H A DPieChartType.cxx205 const tPropertyValueMap& rStaticDefaults = *StaticPieChartTypeDefaults::get(); in GetDefaultValue() local
206 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
207 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
H A DAreaChartTypeTemplate.cxx152 const tPropertyValueMap& rStaticDefaults = *StaticAreaChartTypeTemplateDefaults::get(); in GetDefaultValue() local
153 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
154 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
H A DScatterChartType.cxx253 const tPropertyValueMap& rStaticDefaults = *StaticScatterChartTypeDefaults::get(); in GetDefaultValue() local
254 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
255 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
H A DBubbleChartTypeTemplate.cxx140 const tPropertyValueMap& rStaticDefaults = *StaticBubbleChartTypeTemplateDefaults::get(); in GetDefaultValue() local
141 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
142 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
H A DBarChartTypeTemplate.cxx243 const tPropertyValueMap& rStaticDefaults = *StaticBarChartTypeTemplateDefaults::get(); in GetDefaultValue() local
244 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
245 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
H A DCandleStickChartType.cxx282 const tPropertyValueMap& rStaticDefaults = *StaticCandleStickChartTypeDefaults::get(); in GetDefaultValue() local
283 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
284 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
H A DLineChartTypeTemplate.cxx180 const tPropertyValueMap& rStaticDefaults = *StaticLineChartTypeTemplateDefaults::get(); in GetDefaultValue() local
181 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
182 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
H A DScatterChartTypeTemplate.cxx181 const tPropertyValueMap& rStaticDefaults = *StaticScatterChartTypeTemplateDefaults::get(); in GetDefaultValue() local
182 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
183 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
H A DColumnLineChartTypeTemplate.cxx158 const tPropertyValueMap& rStaticDefaults = *StaticColumnLineChartTypeTemplateDefaults::get(); in GetDefaultValue() local
159 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
160 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
/trunk/main/chart2/source/model/main/
H A DWall.cxx156 const tPropertyValueMap& rStaticDefaults = *StaticWallDefaults::get(); in GetDefaultValue() local
157 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
158 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
H A DGridProperties.cxx170 const tPropertyValueMap& rStaticDefaults = *StaticGridDefaults::get(); in GetDefaultValue() local
171 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
172 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
H A DStockBar.cxx165 const tPropertyValueMap& rStaticDefaults = *StaticStockBarDefaults::get(); in GetDefaultValue() local
166 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
167 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
H A DFormattedString.cxx219 const tPropertyValueMap& rStaticDefaults = *StaticFormattedStringDefaults::get(); in GetDefaultValue() local
220 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
221 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
H A DPageBackground.cxx153 const tPropertyValueMap& rStaticDefaults = *StaticPageBackgroundDefaults::get(); in GetDefaultValue() local
154 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
155 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
H A DLegend.cxx288 const tPropertyValueMap& rStaticDefaults = *StaticLegendDefaults::get(); in GetDefaultValue() local
289 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
290 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
H A DBaseCoordinateSystem.cxx361 const tPropertyValueMap& rStaticDefaults = *StaticCooSysDefaults::get(); in GetDefaultValue() local
362 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
363 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
H A DTitle.cxx303 const tPropertyValueMap& rStaticDefaults = *StaticTitleDefaults::get(); in GetDefaultValue() local
304 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
305 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
/trunk/main/chart2/source/tools/
H A DRegressionEquation.cxx228 const tPropertyValueMap& rStaticDefaults = *StaticRegressionEquationDefaults::get(); in GetDefaultValue() local
229 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
230 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
H A DErrorBar.cxx228 const tPropertyValueMap& rStaticDefaults = *StaticErrorBarDefaults::get(); in GetDefaultValue() local
229 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
230 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
H A DRegressionCurveModel.cxx256 const tPropertyValueMap& rStaticDefaults = *StaticXXXDefaults::get(); in GetDefaultValue() local
257 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
258 if( aFound == rStaticDefaults.end() ) in GetDefaultValue()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DUpDownBarWrapper.cxx327 const tPropertyValueMap& rStaticDefaults = *StaticUpDownBarWrapperDefaults::get(); in getPropertyDefault() local
328 …tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( getInfoHelper().getHandleByName( r… in getPropertyDefault()
329 if( aFound == rStaticDefaults.end() ) in getPropertyDefault()
H A DMinMaxLineWrapper.cxx363 const tPropertyValueMap& rStaticDefaults = *StaticMinMaxLineWrapperDefaults::get(); in getPropertyDefault() local
364 …tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( getInfoHelper().getHandleByName( r… in getPropertyDefault()
365 if( aFound == rStaticDefaults.end() ) in getPropertyDefault()

12