diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-25 16:58:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-25 17:32:28 +0100 |
commit | b64adf65afb1cfe1bd48fed0d71ac333ad962776 (patch) | |
tree | ce5b4bbe6b3e48ff0c6641635546af78076078d3 /include/vcl/layout.hxx | |
parent | 08fc25e8db2edcd1e82c2c43207af6d009ae2329 (diff) |
Resolves: fdo#61544 improve handling of grid's not enough layout space
Change-Id: I9a73e90f639bb853b67daa98d5daac155dab5900
Diffstat (limited to 'include/vcl/layout.hxx')
-rw-r--r-- | include/vcl/layout.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx index 2178aff3a65c..14635699cb16 100644 --- a/include/vcl/layout.hxx +++ b/include/vcl/layout.hxx @@ -388,6 +388,7 @@ public: private: void calcMaxs(const array_type &A, std::vector<Value> &rWidths, std::vector<Value> &rHeights) const; + Size calculateRequisitionForSpacings(sal_Int32 nRowSpacing, sal_Int32 nColSpacing) const; virtual Size calculateRequisition() const; virtual void setAllocation(const Size &rAllocation); public: |