summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-05-26 12:37:05 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-05-26 12:37:05 -0400
commit607f71627a87a0f4bb25486c8b6d067d5eedbeee (patch)
tree6b2ea0381423a9ac67b737ca2ccc22c8f906b2d5 /offapi/com/sun/star
parent74d8cb40231719fb9fa4237502e41a5b6cdcfbe1 (diff)
parenta9436430902662e6fa8d6ecfcfc9c88609d92a67 (diff)
rebased to DEV300_m78
Diffstat (limited to 'offapi/com/sun/star')
-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 );
//-------------------------------------------------------------------------