[Libreoffice-commits] .: sc/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Mon Feb 21 12:33:51 PST 2011
sc/source/ui/docshell/externalrefmgr.cxx | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 1fea6356b865377b01e8555675606d68864840a7
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Mon Feb 21 15:33:43 2011 -0500
Added method documentation.
diff --git a/sc/source/ui/docshell/externalrefmgr.cxx b/sc/source/ui/docshell/externalrefmgr.cxx
index cea005c..8a32f95 100644
--- a/sc/source/ui/docshell/externalrefmgr.cxx
+++ b/sc/source/ui/docshell/externalrefmgr.cxx
@@ -1599,6 +1599,12 @@ void ScExternalRefManager::storeRangeNameTokens(sal_uInt16 nFileId, const String
namespace {
+/**
+ * Put a single cell data into internal cache table.
+ *
+ * @param pFmt optional cell format index that may need to be stored with
+ * the cell value.
+ */
void putCellDataIntoCache(
ScExternalRefCache& rRefCache, const ScExternalRefCache::TokenRef& pToken,
sal_uInt16 nFileId, const String& rTabName, const ScAddress& rCell,
More information about the Libreoffice-commits
mailing list