Home
last modified time | relevance | path

Searched refs:pPropHdl (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/xmloff/source/style/
H A Dprhdlfac.cxx149 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()
[all …]
H A Dxmlaustp.cxx172 … const XMLPropertyHandler* pPropHdl = aPropMapper->GetPropertyHandler( nIndex ); in exportStyleAttributes() local
173 if( pPropHdl && in exportStyleAttributes()
174 pPropHdl->exportXML( sValue, pProp->maValue, in exportStyleAttributes()