Home
last modified time | relevance | path

Searched refs:ScCellsEnumeration (Results 1 – 7 of 7) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScCellsEnumeration.csv1 "ScCellsEnumeration";"com::sun::star::container::XEnumeration";"hasMoreElements()"
2 "ScCellsEnumeration";"com::sun::star::container::XEnumeration";"nextElement()"
/trunk/main/sc/
H A DPackage_xml.mk77 $(eval $(call gb_Package_add_file,sc_xml,xml/ScCellsEnumeration.xml,ScCellsEnumeration.xml))
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScCellsEnumeration.java60 public class ScCellsEnumeration extends TestCase { class
/trunk/main/sc/qa/unoapi/
H A Dsc.sce55 -o sc.ScCellsEnumeration
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx821 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()
/trunk/main/framework/qa/complex/api_internal/
H A Dapi.lst84 job86=sc.ScCellsEnumeration
/trunk/main/sc/inc/
H A Dcellsuno.hxx1365 class ScCellsEnumeration : public cppu::WeakImplHelper2< class
1382 ScCellsEnumeration(ScDocShell* pDocSh, const ScRangeList& rR);
1383 virtual ~ScCellsEnumeration();

Completed in 66 milliseconds