Searched refs:ScCellsEnumeration (Results 1 – 6 of 6) sorted by relevance
1 "ScCellsEnumeration";"com::sun::star::container::XEnumeration";"hasMoreElements()"2 "ScCellsEnumeration";"com::sun::star::container::XEnumeration";"nextElement()"
60 public class ScCellsEnumeration extends TestCase { class
55 -o sc.ScCellsEnumeration
821 SC_SIMPLE_SERVICE_INFO( ScCellsEnumeration, "ScCellsEnumeration", "com.sun.star.sheet.CellsEnumerat…9218 return new ScCellsEnumeration( pDocShell, aRanges ); in createEnumeration()9236 uno::Reference<container::XEnumeration> xEnum(new ScCellsEnumeration( pDocShell, aRanges )); in hasElements()9244 ScCellsEnumeration::ScCellsEnumeration(ScDocShell* pDocSh, const ScRangeList& rR) : in ScCellsEnumeration() function in ScCellsEnumeration9266 void ScCellsEnumeration::CheckPos_Impl() in CheckPos_Impl()9288 ScCellsEnumeration::~ScCellsEnumeration() in ~ScCellsEnumeration()9295 void ScCellsEnumeration::Advance_Impl() in Advance_Impl()9315 void ScCellsEnumeration::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()9351 sal_Bool SAL_CALL ScCellsEnumeration::hasMoreElements() throw(uno::RuntimeException) in hasMoreElements()9357 uno::Any SAL_CALL ScCellsEnumeration::nextElement() throw(container::NoSuchElementException, in nextElement()
84 job86=sc.ScCellsEnumeration
1365 class ScCellsEnumeration : public cppu::WeakImplHelper2< class1382 ScCellsEnumeration(ScDocShell* pDocSh, const ScRangeList& rR);1383 virtual ~ScCellsEnumeration();
Completed in 192 milliseconds