summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/datman.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-30 11:46:15 +0200
committerNoel Grandin <noel@peralex.com>2014-05-02 08:49:22 +0200
commit7ae4102f171c5f0d452fa78c5c17722bc9649fc5 (patch)
tree40ff03aeaabe4adfdd90bdb82cb6ef6b80381795 /extensions/source/bibliography/datman.hxx
parent7d2cf383667106efe3e2ea6099fe52206b685c5d (diff)
extensions: sal_Bool->bool
Change-Id: I1730f99c08690138e9aa7aba54304fd7bc51491d
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 9e7fa2ff5528..23580fe8901b 100644
--- a/extensions/source/bibliography/datman.hxx
+++ b/extensions/source/bibliography/datman.hxx
@@ -145,46 +145,46 @@ public:
::com::sun::star::uno::Sequence< OUString> getDataSources();
- OUString getActiveDataSource() {return aDataSourceURL;}
+ OUString getActiveDataSource() {return aDataSourceURL;}
void setActiveDataSource(const OUString& rURL);
- OUString getActiveDataTable();
+ OUString getActiveDataTable();
void setActiveDataTable(const OUString& rTable);
void setFilter(const OUString& rQuery);
- OUString getFilter();
+ OUString getFilter();
::com::sun::star::uno::Sequence< OUString> getQueryFields();
- OUString getQueryField();
+ OUString getQueryField();
void startQueryWith(const OUString& rQuery);
const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSingleSelectQueryComposer >& getParser() { return m_xParser; }
const ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm >& getForm() { return m_xForm; }
- OUString getControlName(sal_Int32 nFormatKey );
+ OUString getControlName(sal_Int32 nFormatKey );
::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > loadControlModel(const OUString& rName,
- sal_Bool bForceListBox = sal_False);
+ bool bForceListBox = false);
void CreateMappingDialog(Window* pParent);
- OUString CreateDBChangeDialog(Window* pParent);
+ OUString CreateDBChangeDialog(Window* pParent);
void DispatchDBChangeDialog();
- sal_Bool HasActiveConnection() const;
+ bool HasActiveConnection() const;
void SetView( ::bib::BibView* pView ) { pBibView = pView; }
void SetToolbar(BibToolBar* pSet);
- const OUString& GetIdentifierMapping();
+ const OUString& GetIdentifierMapping();
void ResetIdentifierMapping() {sIdentifierMapping = OUString();}
::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > GetFormController();
// #100312# ----------
- void RegisterInterceptor( ::bib::BibBeamer* pBibBeamer);
+ void RegisterInterceptor( ::bib::BibBeamer* pBibBeamer);
- sal_Bool HasActiveConnection();
+ bool HasActiveConnection();
};