summaryrefslogtreecommitdiff
path: root/sw/inc/swtable.hxx
diff options
context:
space:
mode:
authorHenning Brinkmann <hbrinkm@openoffice.org>2010-04-30 11:12:34 +0200
committerHenning Brinkmann <hbrinkm@openoffice.org>2010-04-30 11:12:34 +0200
commit1237cf97fb79914d74d865790863f9048727880a (patch)
treebd53fd5f40f67e031011989bf94303090c63edfd /sw/inc/swtable.hxx
parentb812217fb9701fc0b0bca438668611fc8a10cc10 (diff)
hb33tablebylayou: #i110135# transplanted changes from OOO320
Diffstat (limited to 'sw/inc/swtable.hxx')
-rw-r--r--sw/inc/swtable.hxx17
1 files changed, 17 insertions, 0 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx
index 51a609ad85dc..13fd0a385f4f 100644
--- a/sw/inc/swtable.hxx
+++ b/sw/inc/swtable.hxx
@@ -468,4 +468,21 @@ public:
{ return const_cast<SwTableBox*>(this)->FindEndOfRowSpan( rTable, nMaxStep ); }
};
+class SwCellFrm;
+class SW_DLLPUBLIC SwTableCellInfo : public ::boost::noncopyable
+{
+ struct Impl;
+ ::std::auto_ptr<Impl> m_pImpl;
+
+ const SwCellFrm * getCellFrm() const ;
+
+public:
+ SwTableCellInfo(const SwTable * pTable);
+ ~SwTableCellInfo();
+
+ bool getNext();
+ SwRect getRect() const;
+ const SwTableBox * getTableBox() const;
+};
+
#endif //_SWTABLE_HXX