Home
last modified time | relevance | path

Searched refs:ScUniqueCellFormatsEnumeration (Results 1 – 6 of 6) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScUniqueCellFormatsEnumeration.csv1 "ScUniqueCellFormatsEnumeration";"com::sun::star::container::XEnumeration";"hasMoreElements()"
2 "ScUniqueCellFormatsEnumeration";"com::sun::star::container::XEnumeration";"nextElement()"
/trunk/main/sc/
H A DPackage_xml.mk128 …(eval $(call gb_Package_add_file,sc_xml,xml/ScUniqueCellFormatsEnumeration.xml,ScUniqueCellFormats…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScUniqueCellFormatsEnumeration.java48 public class ScUniqueCellFormatsEnumeration extends TestCase { class
/trunk/main/sc/qa/unoapi/
H A Dsc.sce130 # -o sc.ScUniqueCellFormatsEnumeration
/trunk/main/sc/inc/
H A Dcellsuno.hxx1534 class ScUniqueCellFormatsEnumeration : public cppu::WeakImplHelper2< class
1545 ScUniqueCellFormatsEnumeration(ScDocShell* pDocShell, const ScMyRangeLists& rRangeLists);
1546 virtual ~ScUniqueCellFormatsEnumeration();
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx818 SC_SIMPLE_SERVICE_INFO( ScUniqueCellFormatsEnumeration, "ScUniqueCellFormatsEnumeration", "com.sun.…
9872 return new ScUniqueCellFormatsEnumeration( pDocShell, aRangeLists ); in createEnumeration()
9878 ScUniqueCellFormatsEnumeration::ScUniqueCellFormatsEnumeration(ScDocShell* pDocSh, const ScMyRangeL… in ScUniqueCellFormatsEnumeration() function in ScUniqueCellFormatsEnumeration
9886 ScUniqueCellFormatsEnumeration::~ScUniqueCellFormatsEnumeration() in ~ScUniqueCellFormatsEnumeration()
9892 void ScUniqueCellFormatsEnumeration::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
9908 sal_Bool SAL_CALL ScUniqueCellFormatsEnumeration::hasMoreElements() throw(uno::RuntimeException) in hasMoreElements()
9914 uno::Any SAL_CALL ScUniqueCellFormatsEnumeration::nextElement() throw(container::NoSuchElementExcep… in nextElement()

Completed in 86 milliseconds