Lines Matching refs:pHdl

87 	const XMLPropertyHandler* pHdl = XMLPropertyHandlerFactory::GetPropertyHandler( nType );  in GetPropertyHandler()  local
88 if( ! pHdl ) in GetPropertyHandler()
93 pHdl = new XMLAxisPositionPropertyHdl( false ); in GetPropertyHandler()
96 pHdl = new XMLAxisPositionPropertyHdl( true ); in GetPropertyHandler()
100 pHdl = new XMLEnumPropertyHdl( aXMLChartAxisLabelPositionEnumMap, in GetPropertyHandler()
105 pHdl = new XMLEnumPropertyHdl( aXMLChartAxisMarkPositionEnumMap, in GetPropertyHandler()
110 pHdl = new XMLEnumPropertyHdl( aXMLChartAxisArrangementEnumMap, in GetPropertyHandler()
116 pHdl = new XMLErrorBarStylePropertyHdl( aXMLChartErrorBarStyleEnumMap, in GetPropertyHandler()
121 pHdl = new XMLEnumPropertyHdl( aXMLChartRegressionCurveTypeEnumMap, in GetPropertyHandler()
126 pHdl = new XMLErrorIndicatorPropertyHdl( sal_False ); in GetPropertyHandler()
129 pHdl = new XMLErrorIndicatorPropertyHdl( sal_True ); in GetPropertyHandler()
134 pHdl = new XMLEnumPropertyHdl( aXMLChartSolidTypeEnumMap, in GetPropertyHandler()
139 pHdl = new XMLEnumPropertyHdl( aXMLChartDataLabelPlacementEnumMap, in GetPropertyHandler()
143 pHdl = new XMLEnumPropertyHdl( aXMLChartDataRowSourceTypeEnumMap, in GetPropertyHandler()
147 pHdl = new XMLTextOrientationHdl(); in GetPropertyHandler()
151 pHdl = new XMLEnumPropertyHdl( aXMLChartInterpolationTypeEnumMap, in GetPropertyHandler()
155 pHdl = new XMLSymbolTypePropertyHdl( false ); in GetPropertyHandler()
159 pHdl = new XMLSymbolTypePropertyHdl( true ); in GetPropertyHandler()
163 pHdl = new XMLEnumPropertyHdl( aXMLChartMissingValueTreatmentEnumMap, in GetPropertyHandler()
167 if( pHdl ) in GetPropertyHandler()
168 PutHdlCache( nType, pHdl ); in GetPropertyHandler()
171 return pHdl; in GetPropertyHandler()