diff options
author | Eike Rathke <erack@redhat.com> | 2013-09-16 15:06:48 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-09-16 15:08:18 +0200 |
commit | 0825d0cb76a84503d77d7e635947e1f4da7e299d (patch) | |
tree | f034eb235914b6d600c07d9b9f98744515f66674 /xmloff/source/style/PageMasterPropHdl.hxx | |
parent | d6e9bb17675200e12777ed23d0c685fbd2bb4c59 (diff) |
sal_Bool to bool
Change-Id: Id32780e5cb565e85f0366a91282ce085ed7d2f3c
Diffstat (limited to 'xmloff/source/style/PageMasterPropHdl.hxx')
-rw-r--r-- | xmloff/source/style/PageMasterPropHdl.hxx | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/xmloff/source/style/PageMasterPropHdl.hxx b/xmloff/source/style/PageMasterPropHdl.hxx index 7bfdedbd017e..f12389cfce82 100644 --- a/xmloff/source/style/PageMasterPropHdl.hxx +++ b/xmloff/source/style/PageMasterPropHdl.hxx @@ -34,12 +34,12 @@ public: const ::com::sun::star::uno::Any& rAny1, const ::com::sun::star::uno::Any& rAny2 ) const; - virtual sal_Bool importXML( + virtual bool importXML( const OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; - virtual sal_Bool exportXML( + virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter @@ -52,12 +52,12 @@ class XMLPMPropHdl_NumFormat : public XMLPropertyHandler { public: virtual ~XMLPMPropHdl_NumFormat(); - virtual sal_Bool importXML( + virtual bool importXML( const OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; - virtual sal_Bool exportXML( + virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter @@ -70,12 +70,12 @@ class XMLPMPropHdl_NumLetterSync : public XMLPropertyHandler { public: virtual ~XMLPMPropHdl_NumLetterSync(); - virtual sal_Bool importXML( + virtual bool importXML( const OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; - virtual sal_Bool exportXML( + virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter @@ -88,12 +88,12 @@ class XMLPMPropHdl_PaperTrayNumber : public XMLPropertyHandler { public: virtual ~XMLPMPropHdl_PaperTrayNumber(); - virtual sal_Bool importXML( + virtual bool importXML( const OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; - virtual sal_Bool exportXML( + virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter @@ -111,12 +111,12 @@ public: XMLPMPropHdl_Print( enum ::xmloff::token::XMLTokenEnum eValue ); virtual ~XMLPMPropHdl_Print(); - virtual sal_Bool importXML( + virtual bool importXML( const OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; - virtual sal_Bool exportXML( + virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter @@ -129,12 +129,12 @@ class XMLPMPropHdl_CenterHorizontal : public XMLPropertyHandler { public: virtual ~XMLPMPropHdl_CenterHorizontal(); - virtual sal_Bool importXML( + virtual bool importXML( const OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; - virtual sal_Bool exportXML( + virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter @@ -145,12 +145,12 @@ class XMLPMPropHdl_CenterVertical : public XMLPropertyHandler { public: virtual ~XMLPMPropHdl_CenterVertical(); - virtual sal_Bool importXML( + virtual bool importXML( const OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; - virtual sal_Bool exportXML( + virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter |