summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2010-06-17 17:38:44 +0200
committerNiklas Nebel <nn@openoffice.org>2010-06-17 17:38:44 +0200
commit3c2088990b7f8bb7af9fc83bbae7c21b2295c07c (patch)
treecc0a0d1e3a632442167f955340cd44bb29908b65 /offapi/com/sun/star/sheet
parentba0f2f65483a7042e90af69dc4a96e4a930e3d1e (diff)
parent1dec06fb3a6f9d11374060d3dcd14143704d43eb (diff)
calc55: merge with DEV300_m83
Diffstat (limited to 'offapi/com/sun/star/sheet')
-rw-r--r--offapi/com/sun/star/sheet/XExternalDocLink.idl9
1 files changed, 8 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sheet/XExternalDocLink.idl b/offapi/com/sun/star/sheet/XExternalDocLink.idl
index 19d1f0ff08d7..1a9662dbeed7 100644
--- a/offapi/com/sun/star/sheet/XExternalDocLink.idl
+++ b/offapi/com/sun/star/sheet/XExternalDocLink.idl
@@ -60,9 +60,16 @@ interface XExternalDocLink
@param aSheetName sheet name
+ @param DynamicCache specify whether or not the cache can grow when
+ non-cached regions are queried. If <true/>, querying a non-cached
+ cell in this sheet cache will allow Calc to try to access the source
+ document to fetch the value in first access. If <false/>, the source
+ document will not be accessed, and the non-cached regions are treated
+ as empty cells.
+
@return com::sun::star::sheet::XExternalSheetCache sheet cache instance
*/
- com::sun::star::sheet::XExternalSheetCache addSheetCache( [in] string aSheetName );
+ com::sun::star::sheet::XExternalSheetCache addSheetCache( [in] string aSheetName, [in] boolean DynamicCache );
//-------------------------------------------------------------------------