Searched refs:ScCellsEnumeration (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScCellsEnumeration.csv | 1 "ScCellsEnumeration";"com::sun::star::container::XEnumeration";"hasMoreElements()" 2 "ScCellsEnumeration";"com::sun::star::container::XEnumeration";"nextElement()"
|
/aoo42x/main/sc/ |
H A D | Package_xml.mk | 77 $(eval $(call gb_Package_add_file,sc_xml,xml/ScCellsEnumeration.xml,ScCellsEnumeration.xml))
|
/aoo42x/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScCellsEnumeration.java | 60 public class ScCellsEnumeration extends TestCase { class
|
/aoo42x/main/sc/qa/unoapi/ |
H A D | sc.sce | 55 -o sc.ScCellsEnumeration
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 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 ScCellsEnumeration 9266 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()
|
/aoo42x/main/framework/qa/complex/api_internal/ |
H A D | api.lst | 84 job86=sc.ScCellsEnumeration
|
/aoo42x/main/sc/inc/ |
H A D | cellsuno.hxx | 1365 class ScCellsEnumeration : public cppu::WeakImplHelper2< class 1382 ScCellsEnumeration(ScDocShell* pDocSh, const ScRangeList& rR); 1383 virtual ~ScCellsEnumeration();
|
Completed in 73 milliseconds