Home
last modified time | relevance | path

Searched refs:ScCellsObj (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.ScCellsObj.csv1 "ScCellsObj";"com::sun::star::container::XElementAccess";"getElementType()"
2 "ScCellsObj";"com::sun::star::container::XElementAccess";"hasElements()"
3 "ScCellsObj";"com::sun::star::container::XEnumerationAccess";"createEnumeration()"
/trunk/main/sc/
H A DPackage_xml.mk140 $(eval $(call gb_Package_add_file,sc_xml,xml/ScCellsObj.xml,ScCellsObj.xml))
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScCellsObj.java63 public class ScCellsObj extends TestCase { class
/trunk/main/sc/qa/unoapi/
H A Dsc.sce56 -o sc.ScCellsObj
/trunk/main/framework/qa/complex/api_internal/
H A Dapi.lst85 job87=sc.ScCellsObj
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx822 SC_SIMPLE_SERVICE_INFO( ScCellsObj, "ScCellsObj", "com.sun.star.sheet.Cells" )
4258 return new ScCellsObj( pDocSh, rRanges ); in getCells()
9183 ScCellsObj::ScCellsObj(ScDocShell* pDocSh, const ScRangeList& rR) : in ScCellsObj() function in ScCellsObj
9190 ScCellsObj::~ScCellsObj() in ~ScCellsObj()
9196 void ScCellsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
9213 uno::Reference<container::XEnumeration> SAL_CALL ScCellsObj::createEnumeration() in createEnumeration()
9222 uno::Type SAL_CALL ScCellsObj::getElementType() throw(uno::RuntimeException) in getElementType()
9228 sal_Bool SAL_CALL ScCellsObj::hasElements() throw(uno::RuntimeException) in hasElements()
/trunk/main/sc/inc/
H A Dcellsuno.hxx1331 class ScCellsObj : public cppu::WeakImplHelper2< class
1341 ScCellsObj(ScDocShell* pDocSh, const ScRangeList& rR);
1342 virtual ~ScCellsObj();

Completed in 58 milliseconds