Searched refs:ScUniqueCellFormatsEnumeration (Results 1 – 5 of 5) sorted by relevance
1 "ScUniqueCellFormatsEnumeration";"com::sun::star::container::XEnumeration";"hasMoreElements()"2 "ScUniqueCellFormatsEnumeration";"com::sun::star::container::XEnumeration";"nextElement()"
48 public class ScUniqueCellFormatsEnumeration extends TestCase { class
130 # -o sc.ScUniqueCellFormatsEnumeration
1534 class ScUniqueCellFormatsEnumeration : public cppu::WeakImplHelper2< class1545 ScUniqueCellFormatsEnumeration(ScDocShell* pDocShell, const ScMyRangeLists& rRangeLists);1546 virtual ~ScUniqueCellFormatsEnumeration();
818 SC_SIMPLE_SERVICE_INFO( ScUniqueCellFormatsEnumeration, "ScUniqueCellFormatsEnumeration", "com.sun.…9872 return new ScUniqueCellFormatsEnumeration( pDocShell, aRangeLists ); in createEnumeration()9878 ScUniqueCellFormatsEnumeration::ScUniqueCellFormatsEnumeration(ScDocShell* pDocSh, const ScMyRangeL… in ScUniqueCellFormatsEnumeration() function in ScUniqueCellFormatsEnumeration9886 ScUniqueCellFormatsEnumeration::~ScUniqueCellFormatsEnumeration() in ~ScUniqueCellFormatsEnumeration()9892 void ScUniqueCellFormatsEnumeration::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()9908 sal_Bool SAL_CALL ScUniqueCellFormatsEnumeration::hasMoreElements() throw(uno::RuntimeException) in hasMoreElements()9914 uno::Any SAL_CALL ScUniqueCellFormatsEnumeration::nextElement() throw(container::NoSuchElementExcep… in nextElement()
Completed in 118 milliseconds