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.cxx1492 ScExternalSheetCacheObj::ScExternalSheetCacheObj(ScExternalRefCache::TableTypeRef pTable, size_t nI… in ScExternalSheetCacheObj() function in ScExternalSheetCacheObj
1498 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()
/trunk/main/sc/inc/
H A Dlinkuno.hxx499 class ScExternalSheetCacheObj : public cppu::WeakImplHelper1< ::com::sun::star::sheet::XExternalShe… class
502 explicit ScExternalSheetCacheObj(ScExternalRefCache::TableTypeRef pTable, size_t nIndex);
503 ~ScExternalSheetCacheObj();
524 ScExternalSheetCacheObj();
525 ScExternalSheetCacheObj(const ScExternalSheetCacheObj&);

Completed in 32 milliseconds