Searched refs:ScExternalSheetCacheObj (Results 1 – 2 of 2) sorted by relevance
1492 ScExternalSheetCacheObj::ScExternalSheetCacheObj(ScExternalRefCache::TableTypeRef pTable, size_t nI… in ScExternalSheetCacheObj() function in ScExternalSheetCacheObj1498 ScExternalSheetCacheObj::~ScExternalSheetCacheObj() in ~ScExternalSheetCacheObj()1502 void SAL_CALL ScExternalSheetCacheObj::setCellValue(sal_Int32 nCol, sal_Int32 nRow, const Any& rVal… in setCellValue()1523 Any SAL_CALL ScExternalSheetCacheObj::getCellValue(sal_Int32 nCol, sal_Int32 nRow) in getCellValue()1555 Sequence< sal_Int32 > SAL_CALL ScExternalSheetCacheObj::getAllRows() in getAllRows()1569 Sequence< sal_Int32 > SAL_CALL ScExternalSheetCacheObj::getAllColumns(sal_Int32 nRow) in getAllColumns()1586 sal_Int32 SAL_CALL ScExternalSheetCacheObj::getTokenIndex() in getTokenIndex()1614 … Reference< sheet::XExternalSheetCache > aSheetCache(new ScExternalSheetCacheObj(pTable, nIndex)); in addSheetCache()1627 … Reference< sheet::XExternalSheetCache > aSheetCache(new ScExternalSheetCacheObj(pTable, nIndex)); in getByName()1690 … Reference< sheet::XExternalSheetCache > aSheetCache(new ScExternalSheetCacheObj(pTable, nIndex)); in getByIndex()
499 class ScExternalSheetCacheObj : public cppu::WeakImplHelper1< ::com::sun::star::sheet::XExternalShe… class502 explicit ScExternalSheetCacheObj(ScExternalRefCache::TableTypeRef pTable, size_t nIndex);503 ~ScExternalSheetCacheObj();524 ScExternalSheetCacheObj();525 ScExternalSheetCacheObj(const ScExternalSheetCacheObj&);
Completed in 27 milliseconds