Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/unocore/
H A Dunocoll.cxx825 class SwXFrameEnumeration class
832 virtual ~SwXFrameEnumeration() {}; in ~SwXFrameEnumeration()
834 SwXFrameEnumeration(const SwDoc* const pDoc);
848 SwXFrameEnumeration<T>::SwXFrameEnumeration(const SwDoc* const pDoc) in SwXFrameEnumeration() function in SwXFrameEnumeration
881 sal_Bool SwXFrameEnumeration<T>::hasMoreElements(void) throw( RuntimeException ) in hasMoreElements()
899 OUString SwXFrameEnumeration<T>::getImplementationName(void) throw( RuntimeException ) in getImplementationName()
905 sal_Bool SwXFrameEnumeration<T>::supportsService(const OUString& ServiceName) throw( RuntimeExcepti… in supportsService()
911 Sequence< OUString > SwXFrameEnumeration<T>::getSupportedServiceNames(void) throw( RuntimeException… in getSupportedServiceNames()
951 new SwXFrameEnumeration<FLYCNTTYPE_FRM>(GetDoc())); in createEnumeration()
954 new SwXFrameEnumeration<FLYCNTTYPE_GRF>(GetDoc())); in createEnumeration()
[all …]

Completed in 34 milliseconds