Searched refs:ScExternalSheetCacheObj (Results 1 – 2 of 2) sorted by relevance
1453 ScExternalSheetCacheObj::ScExternalSheetCacheObj(ScExternalRefCache::TableTypeRef pTable, size_t nI… in ScExternalSheetCacheObj() function in ScExternalSheetCacheObj1459 ScExternalSheetCacheObj::~ScExternalSheetCacheObj() in ~ScExternalSheetCacheObj()1463 void SAL_CALL ScExternalSheetCacheObj::setCellValue(sal_Int32 nCol, sal_Int32 nRow, const Any& rVal… in setCellValue()1483 Any SAL_CALL ScExternalSheetCacheObj::getCellValue(sal_Int32 nCol, sal_Int32 nRow) in getCellValue()1514 Sequence< sal_Int32 > SAL_CALL ScExternalSheetCacheObj::getAllRows() in getAllRows()1527 Sequence< sal_Int32 > SAL_CALL ScExternalSheetCacheObj::getAllColumns(sal_Int32 nRow) in getAllColumns()1543 sal_Int32 SAL_CALL ScExternalSheetCacheObj::getTokenIndex() in getTokenIndex()1569 … Reference< sheet::XExternalSheetCache > aSheetCache(new ScExternalSheetCacheObj(pTable, nIndex)); in addSheetCache()1581 … Reference< sheet::XExternalSheetCache > aSheetCache(new ScExternalSheetCacheObj(pTable, nIndex)); in getByName()1640 … Reference< sheet::XExternalSheetCache > aSheetCache(new ScExternalSheetCacheObj(pTable, nIndex)); in getByIndex()
401 class ScExternalSheetCacheObj : public cppu::WeakImplHelper1< ::com::sun::star::sheet::XExternalShe… class404 explicit ScExternalSheetCacheObj(ScExternalRefCache::TableTypeRef pTable, size_t nIndex);405 ~ScExternalSheetCacheObj();421 ScExternalSheetCacheObj();422 ScExternalSheetCacheObj(const ScExternalSheetCacheObj&);