Lines Matching refs:XMLTransformerOASISEventMap_Impl
52 class XMLTransformerOASISEventMap_Impl: class
57 XMLTransformerOASISEventMap_Impl( XMLTransformerEventMapEntry *pInit );
58 ~XMLTransformerOASISEventMap_Impl();
61 XMLTransformerOASISEventMap_Impl::XMLTransformerOASISEventMap_Impl( XMLTransformerEventMapEntry *pI… in XMLTransformerOASISEventMap_Impl() function in XMLTransformerOASISEventMap_Impl
65 XMLTransformerOASISEventMap_Impl::key_type aKey; in XMLTransformerOASISEventMap_Impl()
66 XMLTransformerOASISEventMap_Impl::data_type aData; in XMLTransformerOASISEventMap_Impl()
76 XMLTransformerOASISEventMap_Impl::value_type aVal( aKey, aData ); in XMLTransformerOASISEventMap_Impl()
84 XMLTransformerOASISEventMap_Impl::~XMLTransformerOASISEventMap_Impl() in ~XMLTransformerOASISEventMap_Impl()
104 XMLTransformerOASISEventMap_Impl
107 return new XMLTransformerOASISEventMap_Impl( aTransformerEventMap ); in CreateEventMap()
110 XMLTransformerOASISEventMap_Impl
113 return new XMLTransformerOASISEventMap_Impl( aFormTransformerEventMap ); in CreateFormEventMap()
117 XMLTransformerOASISEventMap_Impl *p ) in FlushEventMap()
125 XMLTransformerOASISEventMap_Impl& rMap, in GetEventName()
126 XMLTransformerOASISEventMap_Impl *pMap2) in GetEventName()
128 XMLTransformerOASISEventMap_Impl::key_type aKey( nPrefix, rName ); in GetEventName()
131 XMLTransformerOASISEventMap_Impl::const_iterator aIter = in GetEventName()
137 XMLTransformerOASISEventMap_Impl::const_iterator aIter = rMap.find( aKey ); in GetEventName()