diff options
author | Noel Power <noel.power@suse.com> | 2012-09-06 18:36:00 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2012-09-11 16:04:11 +0100 |
commit | 27a19817c6271b76013aa6bda5c3353c8a9dd35b (patch) | |
tree | 75c939b2695447a0915706a508a979f73865f1d2 /oox/inc | |
parent | 5dc19680cd27d4eaea5f2f7fdc48969f704e696a (diff) |
some more tweaking to import scrollbar data for mso Frame & Userform
also removed printf(s)
Change-Id: If83565dcd97b276e1f6a8488a9f1d23066c2a9ff
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/ole/axcontrol.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/oox/inc/oox/ole/axcontrol.hxx b/oox/inc/oox/ole/axcontrol.hxx index c41e7642b9c5..285cb74f0e77 100644 --- a/oox/inc/oox/ole/axcontrol.hxx +++ b/oox/inc/oox/ole/axcontrol.hxx @@ -249,6 +249,12 @@ public: sal_Int32 nMin, sal_Int32 nMax, sal_Int32 nPosition, sal_Int32 nSmallChange, sal_Int32 nLargeChange, bool bAwtModel ) const; + /** Converts scrollability settings to UNO properties. */ + void convertScrollabilitySettings( + PropertyMap& rPropMap, + const AxPairData& rScrollPos, const AxPairData& rScrollArea, + sal_Int32 nScrollBars ) const; + /** Binds the passed control model to the passed data sources. The implementation will check which source types are supported. */ void bindToSources( |