summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter')
-rw-r--r--reportdesign/source/filter/xml/xmlStyleImport.hxx4
-rw-r--r--reportdesign/source/filter/xml/xmlTable.hxx3
-rw-r--r--reportdesign/source/filter/xml/xmlfilter.hxx7
3 files changed, 1 insertions, 13 deletions
diff --git a/reportdesign/source/filter/xml/xmlStyleImport.hxx b/reportdesign/source/filter/xml/xmlStyleImport.hxx
index 54534c238f0c..cdef154f4b3a 100644
--- a/reportdesign/source/filter/xml/xmlStyleImport.hxx
+++ b/reportdesign/source/filter/xml/xmlStyleImport.hxx
@@ -72,9 +72,7 @@ namespace rptxml
virtual void SetDefaults() SAL_OVERRIDE;
- void AddProperty(sal_Int16 nContextID, const com::sun::star::uno::Any& aValue);
-
- sal_Int32 GetNumberFormat() { return m_nNumberFormat; }
+ void AddProperty(sal_Int16 nContextID, const com::sun::star::uno::Any& aValue);
};
class OReportStylesContext : public SvXMLStylesContext
diff --git a/reportdesign/source/filter/xml/xmlTable.hxx b/reportdesign/source/filter/xml/xmlTable.hxx
index c54674eb81a7..ebcb55a55640 100644
--- a/reportdesign/source/filter/xml/xmlTable.hxx
+++ b/reportdesign/source/filter/xml/xmlTable.hxx
@@ -77,9 +77,6 @@ namespace rptxml
void incrementRowIndex();
inline void incrementColumnIndex() { ++m_nColumnIndex; }
- inline sal_Int32 getRowIndex() const { return m_nRowIndex; }
- inline sal_Int32 getColumnIndex() const { return m_nColumnIndex; }
-
void addCell(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent>& _xElement);
inline ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > getSection() const { return m_xSection; }
diff --git a/reportdesign/source/filter/xml/xmlfilter.hxx b/reportdesign/source/filter/xml/xmlfilter.hxx
index 66a601549d50..6bba19178761 100644
--- a/reportdesign/source/filter/xml/xmlfilter.hxx
+++ b/reportdesign/source/filter/xml/xmlfilter.hxx
@@ -127,13 +127,7 @@ public:
static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
create(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xContext);
- inline Reference< XComponentContext > getORB() { return SvXMLImport::GetComponentContext(); }
inline Reference<XReportDefinition> getReportDefinition() const { return m_xReportDefinition; }
- /** return the SdrModel of the real model
- *
- * \return
- */
- ::boost::shared_ptr<rptui::OReportModel> getSdrModel() const { return m_pReportModel; }
void FinishStyles();
virtual void SAL_CALL startDocument()
@@ -158,7 +152,6 @@ public:
inline rtl::Reference < XMLPropertySetMapper > GetCellStylesPropertySetMapper() const { return m_xCellStylesPropertySetMapper; }
inline rtl::Reference < XMLPropertySetMapper > GetColumnStylesPropertySetMapper() const { return m_xColumnStylesPropertySetMapper; }
inline rtl::Reference < XMLPropertySetMapper > GetRowStylesPropertySetMapper() const { return m_xRowStylesPropertySetMapper; }
- inline rtl::Reference < XMLPropertySetMapper > GetTableStylesPropertySetMapper() const { return m_xTableStylesPropertySetMapper; }
static OUString convertFormula(const OUString& _sFormula);
/** inserts a new function
*