Home
last modified time | relevance | path

Searched refs:ScCellFormatsEnumeration (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.ScCellFormatsEnumeration.csv1 "ScCellFormatsEnumeration";"com::sun::star::container::XEnumeration";"hasMoreElements()"
2 "ScCellFormatsEnumeration";"com::sun::star::container::XEnumeration";"nextElement()"
/trunk/main/sc/
H A DPackage_xml.mk80 $(eval $(call gb_Package_add_file,sc_xml,xml/ScCellFormatsEnumeration.xml,ScCellFormatsEnumeration.…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScCellFormatsEnumeration.java58 public class ScCellFormatsEnumeration extends TestCase { class
/trunk/main/sc/qa/unoapi/
H A Dsc.sce48 -o sc.ScCellFormatsEnumeration
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx816 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 ScCellFormatsEnumeration
9518 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()
/trunk/main/framework/qa/complex/api_internal/
H A Dapi.lst81 job83=sc.ScCellFormatsEnumeration
/trunk/main/sc/inc/
H A Dcellsuno.hxx1448 class ScCellFormatsEnumeration : public cppu::WeakImplHelper2< class
1466 ScCellFormatsEnumeration(ScDocShell* pDocSh, const ScRange& rR);
1467 virtual ~ScCellFormatsEnumeration();

Completed in 62 milliseconds