summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorLászló Németh <laszlo.nemeth@collabora.com>2015-01-26 15:45:05 +0100
committerLászló Németh <laszlo.nemeth@collabora.com>2015-01-26 15:54:01 +0100
commitace8f9c2a31795cc2329c6bb27deacde9f4c18df (patch)
treec7c30cb015863693e098be4ab56f25339beaebf6 /sc/inc
parentc221a1b93dd70a14b897c3a96b8e032cd97b9593 (diff)
fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX export
Change-Id: Ie6a024463e7ee9b0f4492b2431533708a578faf0
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/address.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx
index 06c450b8eb27..aa05a586b2a8 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -325,6 +325,9 @@ public:
ExternalInfo* pExtInfo = NULL,
const css::uno::Sequence<css::sheet::ExternalLinkInfo>* pExternalLinks = NULL );
+ SC_DLLPUBLIC bool TryFormat( char * s, sal_uInt16 nFlags = 0,
+ const ScDocument* pDocument = NULL,
+ const Details& rDetails = detailsOOOa1) const;
SC_DLLPUBLIC OUString Format( sal_uInt16 nFlags = 0,
const ScDocument* pDocument = NULL,
const Details& rDetails = detailsOOOa1) const;