Searched refs:pPropHdl (Results 1 – 2 of 2) sorted by relevance
149 const XMLPropertyHandler* pPropHdl = GetHdlCache( nType ); in GetBasicHandler() local151 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() local169 pPropHdl = new XMLBoolPropHdl; in CreatePropertyHandler()172 pPropHdl = new XMLMeasurePropHdl( 4 ); in CreatePropertyHandler()175 pPropHdl = new XMLMeasurePropHdl( 1 ); in CreatePropertyHandler()[all …]
172 … const XMLPropertyHandler* pPropHdl = aPropMapper->GetPropertyHandler( nIndex ); in exportStyleAttributes() local173 if( pPropHdl && in exportStyleAttributes()174 pPropHdl->exportXML( sValue, pProp->maValue, in exportStyleAttributes()