summaryrefslogtreecommitdiff
path: root/include/vcl/layout.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-25 16:58:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-25 17:32:28 +0100
commitb64adf65afb1cfe1bd48fed0d71ac333ad962776 (patch)
treece5b4bbe6b3e48ff0c6641635546af78076078d3 /include/vcl/layout.hxx
parent08fc25e8db2edcd1e82c2c43207af6d009ae2329 (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.hxx1
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: