diff options
Diffstat (limited to 'dw/oofposfixedmgr.hh')
-rw-r--r-- | dw/oofposfixedmgr.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dw/oofposfixedmgr.hh b/dw/oofposfixedmgr.hh index 6a88289f..f3fc6011 100644 --- a/dw/oofposfixedmgr.hh +++ b/dw/oofposfixedmgr.hh @@ -7,6 +7,12 @@ namespace dw { class OOFPosFixedMgr: public OOFPositionedMgr { +protected: + int cbBoxOffsetX (); + int cbBoxOffsetY (); + int cbBoxRestWidth (); + int cbBoxRestHeight (); + public: OOFPosFixedMgr (Textblock *containingBlock); ~OOFPosFixedMgr (); |