Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/core/annotations/
H A DAnnotationEnumeration.cxx44 class AnnotationEnumeration: public ::cppu::WeakImplHelper1< css::office::XAnnotationEnumeration > class
47 AnnotationEnumeration( const AnnotationVector& rAnnotations );
54 AnnotationEnumeration(const AnnotationEnumeration &); // not defined
55 AnnotationEnumeration& operator=(const AnnotationEnumeration &); // not defined
65 return new AnnotationEnumeration( rAnnotations ); in createAnnotationEnumeration()
68 AnnotationEnumeration::AnnotationEnumeration( const AnnotationVector& rAnnotations ) in AnnotationEnumeration() function in sd::AnnotationEnumeration
75 ::sal_Bool SAL_CALL AnnotationEnumeration::hasMoreElements() throw (css::uno::RuntimeException) in hasMoreElements()
80 css::uno::Reference< css::office::XAnnotation > SAL_CALL AnnotationEnumeration::nextElement() throw… in nextElement()
H A Dmakefile.mk40 $(SLO)$/AnnotationEnumeration.obj

Completed in 16 milliseconds