summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwptablelayout.hxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-03-27 17:02:29 +0200
committerDavid Tardon <dtardon@redhat.com>2011-03-27 17:04:20 +0200
commitcab9dfaedddf81d84a5987f19f531b93afa23246 (patch)
treef0f47707abbf54374376565c042545840d299701 /lotuswordpro/source/filter/lwptablelayout.hxx
parentee0e18c47465b735eda285b2694306b92cfa3f78 (diff)
WaE: overloaded virtual
Diffstat (limited to 'lotuswordpro/source/filter/lwptablelayout.hxx')
-rw-r--r--lotuswordpro/source/filter/lwptablelayout.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwptablelayout.hxx b/lotuswordpro/source/filter/lwptablelayout.hxx
index 33f89e272fb9..f38a3683510b 100644
--- a/lotuswordpro/source/filter/lwptablelayout.hxx
+++ b/lotuswordpro/source/filter/lwptablelayout.hxx
@@ -109,7 +109,7 @@ protected:
void TraverseTable();
void RegisterColumns();
void RegisterRows();
- void Parse();
+ void ParseTable();
void PostProcessParagraph(XFCell *pCell, sal_uInt16 nRowID, sal_uInt16 nColID);
sal_uInt16 m_nRows;
@@ -163,7 +163,7 @@ public:
LwpSuperTableLayout(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
virtual ~LwpSuperTableLayout();
virtual LWP_LAYOUT_TYPE GetLayoutType () { return LWP_SUPERTABLE_LAYOUT;}
- void RegisterStyle();
+ void RegisterNewStyle();
// for table style
// add by , 06/03/2005
void ApplyPatternFill(XFTableStyle* pTableStyle);
@@ -203,6 +203,7 @@ public:
virtual LWP_LAYOUT_TYPE GetLayoutType () { return LWP_COLUMN_LAYOUT;}
sal_uInt32 GetColumnID(){return ccolid;}
double GetWidth(){return LwpTools::ConvertFromUnitsToMetric(cwidth);}
+ using LwpVirtualLayout::RegisterStyle;
void RegisterStyle(double dCalculatedWidth);
sal_Bool IsJustifiable(){return (( m_nAttributes2 & STYLE2_JUSTIFIABLE) != 0);}
protected: