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