Searched refs:ScCellFormatsEnumeration (Results 1 – 6 of 6) sorted by relevance
1 "ScCellFormatsEnumeration";"com::sun::star::container::XEnumeration";"hasMoreElements()"2 "ScCellFormatsEnumeration";"com::sun::star::container::XEnumeration";"nextElement()"
58 public class ScCellFormatsEnumeration extends TestCase { class
48 -o sc.ScCellFormatsEnumeration
816 SC_SIMPLE_SERVICE_INFO( ScCellFormatsEnumeration, "ScCellFormatsEnumeration", "com.sun.star.sheet.C…9493 return new ScCellFormatsEnumeration( pDocShell, aTotalRange ); in createEnumeration()9499 ScCellFormatsEnumeration::ScCellFormatsEnumeration(ScDocShell* pDocSh, const ScRange& rRange) : in ScCellFormatsEnumeration() function in ScCellFormatsEnumeration9518 ScCellFormatsEnumeration::~ScCellFormatsEnumeration() in ~ScCellFormatsEnumeration()9525 void ScCellFormatsEnumeration::Advance_Impl() in Advance_Impl()9548 ScCellRangeObj* ScCellFormatsEnumeration::NextObject_Impl() in NextObject_Impl()9562 void ScCellFormatsEnumeration::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()9586 sal_Bool SAL_CALL ScCellFormatsEnumeration::hasMoreElements() throw(uno::RuntimeException) in hasMoreElements()9592 uno::Any SAL_CALL ScCellFormatsEnumeration::nextElement() throw(container::NoSuchElementException, in nextElement()
81 job83=sc.ScCellFormatsEnumeration
1448 class ScCellFormatsEnumeration : public cppu::WeakImplHelper2< class1466 ScCellFormatsEnumeration(ScDocShell* pDocSh, const ScRange& rR);1467 virtual ~ScCellFormatsEnumeration();
Completed in 73 milliseconds