Home
last modified time | relevance | path

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

/trunk/main/stoc/source/tdmanager/
H A Dtdmgr.cxx122 class EnumerationImpl;
159 friend class EnumerationImpl;
218 class EnumerationImpl class
225 EnumerationImpl( ManagerImpl * pManager );
226 virtual ~EnumerationImpl();
257 EnumerationImpl::EnumerationImpl( ManagerImpl * pManager ) in EnumerationImpl() function in stoc_tdmgr::EnumerationImpl
264 EnumerationImpl::~EnumerationImpl() in ~EnumerationImpl()
271 sal_Bool EnumerationImpl::hasMoreElements() in hasMoreElements()
277 Any EnumerationImpl::nextElement() in nextElement()
390 return new EnumerationImpl( this ); in createEnumeration()