summaryrefslogtreecommitdiff
path: root/svtools/inc/svtools/embedhlp.hxx
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2009-11-24 11:59:16 +0100
committerVladimir Glazunov <vg@openoffice.org>2009-11-24 11:59:16 +0100
commita3b5b70f37122b72f4c853dd371e5b2373672e25 (patch)
treeb83d48a248c06b475cba25ca270ca7cd606c9cbf /svtools/inc/svtools/embedhlp.hxx
parentde0356c665eb3fc168c4e8a168e3828d50992220 (diff)
parent959cfafb5d71c24b4568473fc3fa8c3bb8c30243 (diff)
CWS-TOOLING: integrate CWS ooo32gsl01_DEV300
Diffstat (limited to 'svtools/inc/svtools/embedhlp.hxx')
-rw-r--r--svtools/inc/svtools/embedhlp.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/svtools/inc/svtools/embedhlp.hxx b/svtools/inc/svtools/embedhlp.hxx
index f4cccd3115b8..68763a3fd487 100644
--- a/svtools/inc/svtools/embedhlp.hxx
+++ b/svtools/inc/svtools/embedhlp.hxx
@@ -6,9 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
- * $RCSfile: embedhlp.hxx,v $
- * $Revision: 1.2 $
- *
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -131,6 +128,13 @@ namespace svt
BOOL is() const { return mxObj.is(); }
BOOL IsChart() const;
+
+ // #i104867#
+ // Provides a graphic version number for the fetchable Graphic during this object's lifetime. Internally,
+ // that number is incremented at each change of the Graphic. This mechanism is needed to identify if a
+ // remembered Graphic (e.g. primitives) has changed compared to the current one, but without actively
+ // fetching the Graphic what would be too expensive e.g. for charts
+ sal_uInt32 getGraphicVersion() const;
void SetDefaultSizeForChart( const Size& rSizeIn_100TH_MM );//#i103460# charts do not necessaryly have an own size within ODF files, in this case they need to use the size settings from the surrounding frame, which is made available with this method
};
}