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