diff options
author | Sebastian Geerken <devnull@localhost> | 2014-06-22 15:35:44 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-06-22 15:35:44 +0200 |
commit | cdb265fcafd2c363f1a809afa702163d430e151d (patch) | |
tree | cd1890ed02be1b542648fe80e62b4d44c4d05d25 /dw/alignedtablecell.hh | |
parent | f743b2f6c876b5830ec088e3ed6d6cae2a1f980e (diff) |
Work on how percentage sizes are handled.
Diffstat (limited to 'dw/alignedtablecell.hh')
-rw-r--r-- | dw/alignedtablecell.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/alignedtablecell.hh b/dw/alignedtablecell.hh index eafff468..59878290 100644 --- a/dw/alignedtablecell.hh +++ b/dw/alignedtablecell.hh @@ -12,6 +12,9 @@ private: int charWordIndex, charWordPos; protected: + int applyPerWidth (int containerWidth, core::style::Length perWidth); + int applyPerHeight (int containerHeight, core::style::Length perHeight); + int wordWrap (int wordIndex, bool wrapAll); int getValue (); |