Searched refs:ScCellsObj (Results 1 – 6 of 6) sorted by relevance
1 "ScCellsObj";"com::sun::star::container::XElementAccess";"getElementType()"2 "ScCellsObj";"com::sun::star::container::XElementAccess";"hasElements()"3 "ScCellsObj";"com::sun::star::container::XEnumerationAccess";"createEnumeration()"
63 public class ScCellsObj extends TestCase { class
56 -o sc.ScCellsObj
85 job87=sc.ScCellsObj
822 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 ScCellsObj9190 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()
1331 class ScCellsObj : public cppu::WeakImplHelper2< class1341 ScCellsObj(ScDocShell* pDocSh, const ScRangeList& rR);1342 virtual ~ScCellsObj();
Completed in 101 milliseconds