summaryrefslogtreecommitdiff
path: root/oox/inc/oox/xls/worksheetfragment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/oox/xls/worksheetfragment.hxx')
-rw-r--r--oox/inc/oox/xls/worksheetfragment.hxx15
1 files changed, 6 insertions, 9 deletions
diff --git a/oox/inc/oox/xls/worksheetfragment.hxx b/oox/inc/oox/xls/worksheetfragment.hxx
index 4fe3bf4240dd..d9cedee7b5e6 100644
--- a/oox/inc/oox/xls/worksheetfragment.hxx
+++ b/oox/inc/oox/xls/worksheetfragment.hxx
@@ -63,11 +63,8 @@ class WorksheetFragment : public WorksheetFragmentBase
{
public:
explicit WorksheetFragment(
- const WorkbookHelper& rHelper,
- const ::rtl::OUString& rFragmentPath,
- const ISegmentProgressBarRef& rxProgressBar,
- WorksheetType eSheetType,
- sal_Int16 nSheet );
+ const WorksheetHelper& rHelper,
+ const ::rtl::OUString& rFragmentPath );
protected:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs );
@@ -134,10 +131,8 @@ class BiffWorksheetFragment : public BiffWorksheetFragmentBase
{
public:
explicit BiffWorksheetFragment(
- const BiffWorkbookFragmentBase& rParent,
- const ISegmentProgressBarRef& rxProgressBar,
- WorksheetType eSheetType,
- sal_Int16 nSheet );
+ const WorksheetHelper& rHelper,
+ const BiffWorkbookFragmentBase& rParent );
virtual ~BiffWorksheetFragment();
/** Imports the entire worksheet fragment, returns true, if EOF record has been reached. */
@@ -168,6 +163,8 @@ private:
void importLabelRanges( BiffInputStream& rStrm );
/** Imports the MEREDCELLS record and merges all cells in the document. */
void importMergedCells( BiffInputStream& rStrm );
+ /** Imports the NOTE record containing a cell note. */
+ void importNote( BiffInputStream& rStrm );
/** Imports the HORPAGEBREAKS or VERPAGEBREAKS record and inserts page breaks. */
void importPageBreaks( BiffInputStream& rStrm, bool bRowBreak );
/** Imports a pivot table. */