summaryrefslogtreecommitdiff
path: root/oox/inc/oox
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-02-20 21:21:13 +0800
committerMichael Meeks <michael.meeks@suse.com>2012-02-20 15:56:17 +0000
commiteab072e468506f9759a9aeddd631fbd97908e6f8 (patch)
treeb9ca2dabe838383bdbd7b5e3437ef40a1b3359af /oox/inc/oox
parentfe981519f57a621c94e339a5453d7714af081acb (diff)
Remove unused code
Diffstat (limited to 'oox/inc/oox')
-rw-r--r--oox/inc/oox/xls/externallinkbuffer.hxx2
-rw-r--r--oox/inc/oox/xls/formulabase.hxx8
-rw-r--r--oox/inc/oox/xls/stylesbuffer.hxx4
-rw-r--r--oox/inc/oox/xls/workbookhelper.hxx8
-rw-r--r--oox/inc/oox/xls/worksheethelper.hxx26
5 files changed, 0 insertions, 48 deletions
diff --git a/oox/inc/oox/xls/externallinkbuffer.hxx b/oox/inc/oox/xls/externallinkbuffer.hxx
index 8e1e42f71592..071b251a8ba5 100644
--- a/oox/inc/oox/xls/externallinkbuffer.hxx
+++ b/oox/inc/oox/xls/externallinkbuffer.hxx
@@ -362,8 +362,6 @@ public:
ExternalLinkRef importExternSheet( BiffInputStream& rStrm );
/** Imports the EXTERNALBOOK record from the passed stream. */
ExternalLinkRef importExternalBook( BiffInputStream& rStrm );
- /** Imports the EXTERNALNAME record from the passed stream. */
- void importExternalName( BiffInputStream& rStrm );
/** Imports the BIFF8 EXTERNSHEET record from the passed stream. */
void importExternSheet8( BiffInputStream& rStrm );
diff --git a/oox/inc/oox/xls/formulabase.hxx b/oox/inc/oox/xls/formulabase.hxx
index 610b2274a69b..1d34343ec6ef 100644
--- a/oox/inc/oox/xls/formulabase.hxx
+++ b/oox/inc/oox/xls/formulabase.hxx
@@ -701,14 +701,6 @@ public:
// ------------------------------------------------------------------------
- /** Generates a cell range string in Calc's absolute $Sheet.$A$1:$A$
- notation from the passed cell range address.
-
- @param rRange The cell range address to be converted to a string.
- */
- ::rtl::OUString generateApiRangeString(
- const ::com::sun::star::table::CellRangeAddress& rRange ) const;
-
/** Generates a string in Calc formula notation from the passed string.
@param rString The string value.
diff --git a/oox/inc/oox/xls/stylesbuffer.hxx b/oox/inc/oox/xls/stylesbuffer.hxx
index 365474a5edde..68d7431889ea 100644
--- a/oox/inc/oox/xls/stylesbuffer.hxx
+++ b/oox/inc/oox/xls/stylesbuffer.hxx
@@ -830,10 +830,6 @@ public:
/** Inserts a new number format code. */
void importNumFmt( const AttributeList& rAttribs );
- /** Sets all attributes from the alignment element. */
- void importAlignment( const AttributeList& rAttribs );
- /** Sets all attributes from the protection element. */
- void importProtection( const AttributeList& rAttribs );
/** Imports the DXF record from the passed stream. */
void importDxf( SequenceInputStream& rStrm );
diff --git a/oox/inc/oox/xls/workbookhelper.hxx b/oox/inc/oox/xls/workbookhelper.hxx
index e0310b8143e7..b7ac389a18e6 100644
--- a/oox/inc/oox/xls/workbookhelper.hxx
+++ b/oox/inc/oox/xls/workbookhelper.hxx
@@ -168,10 +168,6 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheet >
getSheetFromDoc( const ::rtl::OUString& rSheet ) const;
- /** Returns the XCell interface for the passed cell address. */
- ::com::sun::star::uno::Reference< ::com::sun::star::table::XCell >
- getCellFromDoc(
- const ::com::sun::star::table::CellAddress& rAddress ) const;
/** Returns the XCellRange interface for the passed cell range address. */
::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange >
getCellRangeFromDoc(
@@ -274,15 +270,11 @@ public:
// BIFF2-BIFF8 specific (MUST NOT be called in OOXML/BIFF12 filter) -------
- /** Returns the base BIFF filter object. */
- ::oox::core::BinaryFilterBase& getBiffFilter() const;
/** Returns the BIFF type in binary filter. */
BiffType getBiff() const;
/** Returns the text encoding used to import/export byte strings. */
rtl_TextEncoding getTextEncoding() const;
- /** Sets the text encoding to import/export byte strings. */
- void setTextEncoding( rtl_TextEncoding eTextEnc );
/** Sets code page read from a CODEPAGE record for byte string import. */
void setCodePage( sal_uInt16 nCodePage );
/** Sets text encoding from the default application font, if CODEPAGE record is missing. */
diff --git a/oox/inc/oox/xls/worksheethelper.hxx b/oox/inc/oox/xls/worksheethelper.hxx
index 33ae0a8e0c82..798e5ccac08b 100644
--- a/oox/inc/oox/xls/worksheethelper.hxx
+++ b/oox/inc/oox/xls/worksheethelper.hxx
@@ -219,29 +219,6 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSheetCellRanges >
getCellRangeList( const ApiCellRangeList& rRanges ) const;
- /** Returns the address of the passed cell. The cell reference must be valid. */
- static ::com::sun::star::table::CellAddress
- getCellAddress(
- const ::com::sun::star::uno::Reference< ::com::sun::star::table::XCell >& rxCell );
- /** Returns the address of the passed cell range. The range reference must be valid. */
- static ::com::sun::star::table::CellRangeAddress
- getRangeAddress(
- const ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange >& rxRange );
-
- /** Returns the XCellRange interface for a column. */
- ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange >
- getColumn( sal_Int32 nCol ) const;
- /** Returns the XCellRange interface for a row. */
- ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange >
- getRow( sal_Int32 nRow ) const;
-
- /** Returns the XTableColumns interface for a range of columns. */
- ::com::sun::star::uno::Reference< ::com::sun::star::table::XTableColumns >
- getColumns( const ValueRange& rColRange ) const;
- /** Returns the XTableRows interface for a range of rows. */
- ::com::sun::star::uno::Reference< ::com::sun::star::table::XTableRows >
- getRows( const ValueRange& rRowRange ) const;
-
/** Returns the XDrawPage interface of the draw page of the current sheet. */
::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage >
getDrawPage() const;
@@ -327,9 +304,6 @@ public:
void putFormulaResult(
const ::com::sun::star::table::CellAddress& rAddress,
double fValue ) const;
- void putFormulaString(
- const ::com::sun::star::table::CellAddress& rAddress,
- const ::rtl::OUString& rText ) const;
/** Inserts a string cell directly into the Calc sheet. */
void putString(