Home
last modified time | relevance | path

Searched refs:ScExternalSheetCacheObj (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx1453 ScExternalSheetCacheObj::ScExternalSheetCacheObj(ScExternalRefCache::TableTypeRef pTable, size_t nI… in ScExternalSheetCacheObj() function in ScExternalSheetCacheObj
1459 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()
/trunk/main/sc/inc/
H A Dlinkuno.hxx401 class ScExternalSheetCacheObj : public cppu::WeakImplHelper1< ::com::sun::star::sheet::XExternalShe… class
404 explicit ScExternalSheetCacheObj(ScExternalRefCache::TableTypeRef pTable, size_t nIndex);
405 ~ScExternalSheetCacheObj();
421 ScExternalSheetCacheObj();
422 ScExternalSheetCacheObj(const ScExternalSheetCacheObj&);