summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/datman.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/datman.hxx')
-rw-r--r--extensions/source/bibliography/datman.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/extensions/source/bibliography/datman.hxx b/extensions/source/bibliography/datman.hxx
index 1de83d5a03ea..eab668b7e571 100644
--- a/extensions/source/bibliography/datman.hxx
+++ b/extensions/source/bibliography/datman.hxx
@@ -59,7 +59,7 @@ protected:
virtual ~BibInterceptorHelper( ) override;
public:
- BibInterceptorHelper( ::bib::BibBeamer* pBibBeamer, css::uno::Reference< css::frame::XDispatch > const & xDispatch);
+ BibInterceptorHelper( const ::bib::BibBeamer* pBibBeamer, css::uno::Reference< css::frame::XDispatch > const & xDispatch);
void ReleaseInterceptor();
@@ -124,23 +124,23 @@ public:
css::uno::Reference< css::awt::XControlModel > updateGridModel();
- css::uno::Sequence< OUString> getDataSources();
+ css::uno::Sequence< OUString> getDataSources() const;
- const OUString& getActiveDataSource() {return aDataSourceURL;}
+ const OUString& getActiveDataSource() const {return aDataSourceURL;}
void setActiveDataSource(const OUString& rURL);
- const OUString& getActiveDataTable() { return aActiveDataTable;}
+ const OUString& getActiveDataTable() const { return aActiveDataTable;}
void setActiveDataTable(const OUString& rTable);
void setFilter(const OUString& rQuery);
- OUString getFilter();
+ OUString getFilter() const;
- css::uno::Sequence< OUString> getQueryFields();
- OUString getQueryField();
+ css::uno::Sequence< OUString> getQueryFields() const;
+ OUString getQueryField() const;
void startQueryWith(const OUString& rQuery);
- const css::uno::Reference< css::sdb::XSingleSelectQueryComposer >& getParser() { return m_xParser; }
- const css::uno::Reference< css::form::XForm >& getForm() { return m_xForm; }
+ const css::uno::Reference< css::sdb::XSingleSelectQueryComposer >& getParser() const { return m_xParser; }
+ const css::uno::Reference< css::form::XForm >& getForm() const { return m_xForm; }
static OUString getControlName(sal_Int32 nFormatKey );
@@ -161,9 +161,9 @@ public:
void ResetIdentifierMapping() {sIdentifierMapping.clear();}
css::uno::Reference< css::form::runtime::XFormController > const & GetFormController();
- void RegisterInterceptor( ::bib::BibBeamer* pBibBeamer);
+ void RegisterInterceptor( const ::bib::BibBeamer* pBibBeamer);
- bool HasActiveConnection();
+ bool HasActiveConnection() const;
};