summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/htmlpars.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 14:37:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 14:37:36 +0000
commitb3a72d200712c35d843633d2d4abd2b376d7f436 (patch)
tree5e7bfedb27f73eb448d383c369a7fc51629ca1d2 /sc/source/filter/inc/htmlpars.hxx
parent2f89ede8ccf294933ccb7a411874102f2a41a297 (diff)
INTEGRATION: CWS apps61beta2 (1.5.34.1.76); FILE MERGED
2003/04/09 13:54:07 dr 1.5.34.1.76.1: #108269# do not insert empty line in front of <body>
Diffstat (limited to 'sc/source/filter/inc/htmlpars.hxx')
-rw-r--r--sc/source/filter/inc/htmlpars.hxx19
1 files changed, 11 insertions, 8 deletions
diff --git a/sc/source/filter/inc/htmlpars.hxx b/sc/source/filter/inc/htmlpars.hxx
index 73563659e433..9d33eff0426d 100644
--- a/sc/source/filter/inc/htmlpars.hxx
+++ b/sc/source/filter/inc/htmlpars.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: htmlpars.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 18:05:03 $
+ * last change: $Author: hr $ $Date: 2003-04-28 15:37:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -513,14 +513,17 @@ private:
void ImplPushEntryToList( ScHTMLEntryList& rEntryList, ScHTMLEntryPtr& rpEntry );
/** Tries to insert the entry into the current cell.
@descr If insertion is not possible (i.e., currently no cell open), the
- entry will be inserted into the parent table. */
- void PushEntry( ScHTMLEntryPtr& rpEntry );
+ entry will be inserted into the parent table.
+ @return true = Entry as been pushed into the current cell; false = Entry dropped. */
+ bool PushEntry( ScHTMLEntryPtr& rpEntry );
/** Puts the current entry into the entry list, if it is not empty.
@param rInfo The import info struct containing the end position of the current entry.
- @param bLastInCell true = If cell is still empty, put this entry always. */
- void PushEntry( const ImportInfo& rInfo, bool bLastinCell = false );
- /** Pushes a new entry into current cell which references a nested table. */
- void PushTableEntry( ScHTMLTableId nTableId );
+ @param bLastInCell true = If cell is still empty, put this entry always.
+ @return true = Entry as been pushed into the current cell; false = Entry dropped. */
+ bool PushEntry( const ImportInfo& rInfo, bool bLastInCell = false );
+ /** Pushes a new entry into current cell which references a nested table.
+ @return true = Entry as been pushed into the current cell; false = Entry dropped. */
+ bool PushTableEntry( ScHTMLTableId nTableId );
/** Tries to find a table from the table container.
@descr Assumes that the table is located in the current container or