Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/style/
H A Dprhdlfac.cxx111 for( CacheMap::iterator pPos = maHandlerCache.begin(); pPos != maHandlerCache.end(); pPos++ ) in ~XMLPropertyHandlerFactory()
134 if( maHandlerCache.find( nType ) != maHandlerCache.end() ) in GetHdlCache()
135 pRet = maHandlerCache.find( nType )->second; in GetHdlCache()
144 ((XMLPropertyHandlerFactory*)this)->maHandlerCache[ nType ] = (XMLPropertyHandler*)pHdl; in PutHdlCache()
/trunk/main/xmloff/inc/xmloff/
H A Dprhdlfac.hxx104 CacheMap maHandlerCache; member in XMLPropertyHandlerFactory

Completed in 21 milliseconds