Lines Matching refs:pPropHdl

149 	const XMLPropertyHandler* pPropHdl = GetHdlCache( nType );  in GetBasicHandler()  local
151 if( !pPropHdl ) in GetBasicHandler()
153 pPropHdl = CreatePropertyHandler( nType ); in GetBasicHandler()
155 if( pPropHdl ) in GetBasicHandler()
156 PutHdlCache( nType, pPropHdl ); in GetBasicHandler()
159 return pPropHdl; in GetBasicHandler()
164 XMLPropertyHandler* pPropHdl = NULL; in CreatePropertyHandler() local
169 pPropHdl = new XMLBoolPropHdl; in CreatePropertyHandler()
172 pPropHdl = new XMLMeasurePropHdl( 4 ); in CreatePropertyHandler()
175 pPropHdl = new XMLMeasurePropHdl( 1 ); in CreatePropertyHandler()
178 pPropHdl = new XMLMeasurePropHdl( 2 ); in CreatePropertyHandler()
181 pPropHdl = new XMLPercentPropHdl( 4 ); in CreatePropertyHandler()
184 pPropHdl = new XMLPercentPropHdl( 1 ); in CreatePropertyHandler()
187 pPropHdl = new XMLPercentPropHdl( 2 ); in CreatePropertyHandler()
190 pPropHdl = new XMLDoublePercentPropHdl(); in CreatePropertyHandler()
193 pPropHdl = new XMLNegPercentPropHdl( 4 ); in CreatePropertyHandler()
196 pPropHdl = new XMLNegPercentPropHdl( 1 ); in CreatePropertyHandler()
199 pPropHdl = new XMLNegPercentPropHdl( 2 ); in CreatePropertyHandler()
202 pPropHdl = new XMLMeasurePxPropHdl( 4 ); in CreatePropertyHandler()
205 pPropHdl = new XMLStringPropHdl; in CreatePropertyHandler()
208 pPropHdl = new XMLColorPropHdl; in CreatePropertyHandler()
211 pPropHdl = new XMLNumberPropHdl( 4 ); in CreatePropertyHandler()
214 pPropHdl = new XMLNumberPropHdl( 1 ); in CreatePropertyHandler()
217 pPropHdl = new XMLNumberPropHdl( 2 ); in CreatePropertyHandler()
220 pPropHdl = new XMLNumberNonePropHdl; in CreatePropertyHandler()
223 pPropHdl = new XMLNumberNonePropHdl( 1 ); in CreatePropertyHandler()
226 pPropHdl = new XMLNumberNonePropHdl( 2 ); in CreatePropertyHandler()
229 pPropHdl = new XMLDoublePropHdl; in CreatePropertyHandler()
232 pPropHdl = new XMLNBoolPropHdl; in CreatePropertyHandler()
235 pPropHdl = new XMLColorTransparentPropHdl; in CreatePropertyHandler()
238 pPropHdl = new XMLIsTransparentPropHdl; in CreatePropertyHandler()
241 pPropHdl = new XMLColorAutoPropHdl; in CreatePropertyHandler()
244 pPropHdl = new XMLIsAutoColorPropHdl; in CreatePropertyHandler()
247 pPropHdl = new XMLCompareOnlyPropHdl; in CreatePropertyHandler()
254 pPropHdl = new XMLRectangleMembersHdl( nType ); in CreatePropertyHandler()
258 pPropHdl = new XMLCrossedOutTypePropHdl ; in CreatePropertyHandler()
261 pPropHdl = new XMLCrossedOutStylePropHdl ; in CreatePropertyHandler()
264 pPropHdl = new XMLCrossedOutWidthPropHdl ; in CreatePropertyHandler()
267 pPropHdl = new XMLCrossedOutTextPropHdl ; in CreatePropertyHandler()
270 pPropHdl = new XMLNamedBoolPropertyHdl( in CreatePropertyHandler()
275 pPropHdl = new XMLEscapementPropHdl; in CreatePropertyHandler()
278 pPropHdl = new XMLEscapementHeightPropHdl; in CreatePropertyHandler()
281 pPropHdl = new XMLCaseMapPropHdl; in CreatePropertyHandler()
284 pPropHdl = new XMLCaseMapVariantHdl; in CreatePropertyHandler()
287 pPropHdl = new XMLFontFamilyNamePropHdl; in CreatePropertyHandler()
290 pPropHdl = new XMLFontFamilyPropHdl; in CreatePropertyHandler()
293 pPropHdl = new XMLFontEncodingPropHdl; in CreatePropertyHandler()
296 pPropHdl = new XMLFontPitchPropHdl; in CreatePropertyHandler()
299 pPropHdl = new XMLKerningPropHdl; in CreatePropertyHandler()
302 pPropHdl = new XMLPosturePropHdl; in CreatePropertyHandler()
305 pPropHdl = new XMLShadowedPropHdl; in CreatePropertyHandler()
308 pPropHdl = new XMLUnderlineTypePropHdl; in CreatePropertyHandler()
311 pPropHdl = new XMLUnderlineStylePropHdl; in CreatePropertyHandler()
314 pPropHdl = new XMLUnderlineWidthPropHdl; in CreatePropertyHandler()
317 pPropHdl = new XMLColorTransparentPropHdl( XML_FONT_COLOR ); in CreatePropertyHandler()
320 pPropHdl = new XMLIsTransparentPropHdl( XML_FONT_COLOR, in CreatePropertyHandler()
324 pPropHdl = new XMLUnderlineTypePropHdl; in CreatePropertyHandler()
327 pPropHdl = new XMLUnderlineStylePropHdl; in CreatePropertyHandler()
330 pPropHdl = new XMLUnderlineWidthPropHdl; in CreatePropertyHandler()
333 pPropHdl = new XMLColorTransparentPropHdl( XML_FONT_COLOR ); in CreatePropertyHandler()
336 pPropHdl = new XMLIsTransparentPropHdl( XML_FONT_COLOR, in CreatePropertyHandler()
340 pPropHdl = new XMLFontWeightPropHdl; in CreatePropertyHandler()
343 pPropHdl = new XMLNamedBoolPropertyHdl( in CreatePropertyHandler()
348 pPropHdl = new XMLFmtBreakBeforePropHdl; in CreatePropertyHandler()
351 pPropHdl = new XMLFmtBreakAfterPropHdl; in CreatePropertyHandler()
354 pPropHdl = new XMLShadowPropHdl; in CreatePropertyHandler()
357 pPropHdl = new XMLParaAdjustPropHdl; in CreatePropertyHandler()
360 pPropHdl = new XMLLastLineAdjustPropHdl; in CreatePropertyHandler()
363 pPropHdl = new XMLCharHeightHdl; in CreatePropertyHandler()
366 pPropHdl = new XMLCharHeightPropHdl; in CreatePropertyHandler()
369 pPropHdl = new XMLCharHeightDiffHdl; in CreatePropertyHandler()
372 pPropHdl = new XMLCharLanguageHdl; in CreatePropertyHandler()
375 pPropHdl = new XMLCharCountryHdl; in CreatePropertyHandler()
378 pPropHdl = new XMLLineHeightHdl; in CreatePropertyHandler()
381 pPropHdl = new XMLLineHeightAtLeastHdl; in CreatePropertyHandler()
384 pPropHdl = new XMLLineSpacingHdl; in CreatePropertyHandler()
387 pPropHdl = new XMLBorderWidthHdl; in CreatePropertyHandler()
390 pPropHdl = new XMLBorderHdl; in CreatePropertyHandler()
393 pPropHdl = new XMLTabStopPropHdl; in CreatePropertyHandler()
396 pPropHdl = new XMLAttributeContainerHandler; in CreatePropertyHandler()
399 pPropHdl = new XMLEnumPropertyHdl( aXML_ColorMode_EnumMap, in CreatePropertyHandler()
403 pPropHdl = new XMLDurationMS16PropHdl_Impl; in CreatePropertyHandler()
406 pPropHdl = new XMLEnumPropertyHdl( in CreatePropertyHandler()
411 pPropHdl = new DrawAspectHdl; in CreatePropertyHandler()
414 pPropHdl = new XMLConstantsPropertyHandler( in CreatePropertyHandler()
419 pPropHdl = new XMLConstantsPropertyHandler( in CreatePropertyHandler()
424 pPropHdl = new XMLNamedBoolPropertyHdl( in CreatePropertyHandler()
429 pPropHdl = new XMLStyleNamePropHdl; in CreatePropertyHandler()
432 pPropHdl = new XMLNumberWithoutZeroPropHdl( 4 ); in CreatePropertyHandler()
435 pPropHdl = new XMLNumberWithoutZeroPropHdl( 1 ); in CreatePropertyHandler()
438 pPropHdl = new XMLNumberWithoutZeroPropHdl( 2 ); in CreatePropertyHandler()
441 pPropHdl = new XMLNumberWithAutoInsteadZeroPropHdl(); in CreatePropertyHandler()
445 return pPropHdl; in CreatePropertyHandler()