aboutsummaryrefslogtreecommitdiff
path: root/dw/alignedtablecell.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-06-22 21:08:05 +0200
committerSebastian Geerken <devnull@localhost>2014-06-22 21:08:05 +0200
commitdf401973a3c0ef4e4c77de91e53567e86ac57dd7 (patch)
tree2b7ca08b929b4dba0ffaeceb0c6c1bed30518138 /dw/alignedtablecell.hh
parentcdb265fcafd2c363f1a809afa702163d430e151d (diff)
More work on tables. (Also reactivated Table::getAvailWidthOfChild, which was removed accidently.)
Diffstat (limited to 'dw/alignedtablecell.hh')
-rw-r--r--dw/alignedtablecell.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/dw/alignedtablecell.hh b/dw/alignedtablecell.hh
index 59878290..caf59307 100644
--- a/dw/alignedtablecell.hh
+++ b/dw/alignedtablecell.hh
@@ -12,9 +12,6 @@ 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 ();
@@ -26,6 +23,9 @@ public:
AlignedTableCell(AlignedTableCell *ref, bool limitTextWidth);
~AlignedTableCell();
+ int applyPerWidth (int containerWidth, core::style::Length perWidth);
+ int applyPerHeight (int containerHeight, core::style::Length perHeight);
+
bool isBlockLevel ();
};