diff options
author | Michael Brauer <mib@openoffice.org> | 2001-11-01 12:58:20 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2001-11-01 12:58:20 +0000 |
commit | 31bd9c0b142f5299228e7a36670ddd2d5e30cff8 (patch) | |
tree | 9d7becb3e74b30b01c035d2a9936e495c0016d8d /sw/inc/unotbl.hxx | |
parent | 0620cace5f8a7e73a4d4d95b386cfb6491b938ea (diff) |
#79947#: Improve performance
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r-- | sw/inc/unotbl.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index 965d76bc354b..999cf6b281d4 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unotbl.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: mtg $ $Date: 2001-10-01 10:04:35 $ + * last change: $Author: mib $ $Date: 2001-11-01 13:58:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -138,7 +138,8 @@ protected: virtual ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextCursor > createCursor(); sal_Bool IsValid(); public: - SwXCell(SwFrmFmt* pTblFmt, SwTableBox* pBox, const String& rCellName); + SwXCell(SwFrmFmt* pTblFmt, SwTableBox* pBox, const String& rCellName, + sal_uInt16 nPos=USHRT_MAX ); SwXCell(SwFrmFmt* pTblFmt, const SwStartNode& rStartNode); // XML import interface virtual ~SwXCell(); @@ -195,7 +196,7 @@ public: virtual sal_Bool SAL_CALL hasElements( ) throw(::com::sun::star::uno::RuntimeException); SwTableBox* GetTblBox()const {return pBox;} - static SwXCell* CreateXCell(SwFrmFmt* pTblFmt, SwTableBox* pBox, const String* pCellName = 0); + static SwXCell* CreateXCell(SwFrmFmt* pTblFmt, SwTableBox* pBox, const String* pCellName = 0, SwTable *pTbl = 0 ); SwTableBox* FindBox(SwTable* pTable, SwTableBox* pBox); SwFrmFmt* GetFrmFmt() const { return (SwFrmFmt*)GetRegisteredIn(); } |