summaryrefslogtreecommitdiff
path: root/fpicker/source/office/OfficeControlAccess.hxx
diff options
context:
space:
mode:
authorRadu Ioan <ioan.radu.g@gmail.com>2012-12-08 13:42:54 +0200
committerCaolán McNamara <caolanm@redhat.com>2012-12-10 13:39:03 +0000
commitd85029d38034a392079316daeca2ca6a82f65349 (patch)
treed82818abb71708aa3132187f6a0855c4b1bc2810 /fpicker/source/office/OfficeControlAccess.hxx
parent8f7855b61a29e47db70be92541422594ad99d13f (diff)
rtl:: removal in fpicker
- remove rtl prefix - remove RTL_CONSTASCII_USTRINGPARAM - correct some misspells Change-Id: Ifd2eb59ff7d70fd3df42f063fcca781ef89b7d12 Reviewed-on: https://gerrit.libreoffice.org/1270 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'fpicker/source/office/OfficeControlAccess.hxx')
-rw-r--r--fpicker/source/office/OfficeControlAccess.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/fpicker/source/office/OfficeControlAccess.hxx b/fpicker/source/office/OfficeControlAccess.hxx
index c66aa32e54f0..ac472e777add 100644
--- a/fpicker/source/office/OfficeControlAccess.hxx
+++ b/fpicker/source/office/OfficeControlAccess.hxx
@@ -52,24 +52,24 @@ namespace svt
OControlAccess( IFilePickerController* _pController, SvtFileView* _pFileView );
// XControlAccess implementation
- void setControlProperty( const ::rtl::OUString& _rControlName, const ::rtl::OUString& _rControlProperty, const ::com::sun::star::uno::Any& _rValue );
- ::com::sun::star::uno::Any getControlProperty( const ::rtl::OUString& _rControlName, const ::rtl::OUString& _rControlProperty );
+ void setControlProperty( const OUString& _rControlName, const OUString& _rControlProperty, const ::com::sun::star::uno::Any& _rValue );
+ ::com::sun::star::uno::Any getControlProperty( const OUString& _rControlName, const OUString& _rControlProperty );
// XControlInformation implementation
- ::com::sun::star::uno::Sequence< ::rtl::OUString > getSupportedControls( );
- ::com::sun::star::uno::Sequence< ::rtl::OUString > getSupportedControlProperties( const ::rtl::OUString& _rControlName );
- sal_Bool isControlSupported( const ::rtl::OUString& _rControlName );
- sal_Bool isControlPropertySupported( const ::rtl::OUString& _rControlName, const ::rtl::OUString& _rControlProperty );
+ ::com::sun::star::uno::Sequence< OUString > getSupportedControls( );
+ ::com::sun::star::uno::Sequence< OUString > getSupportedControlProperties( const OUString& _rControlName );
+ sal_Bool isControlSupported( const OUString& _rControlName );
+ sal_Bool isControlPropertySupported( const OUString& _rControlName, const OUString& _rControlProperty );
// XFilePickerControlAccess
void setValue( sal_Int16 _nId, sal_Int16 _nCtrlAction, const ::com::sun::star::uno::Any& _rValue );
::com::sun::star::uno::Any getValue( sal_Int16 _nId, sal_Int16 _nCtrlAction ) const;
- void setLabel( sal_Int16 _nId, const ::rtl::OUString& _rValue );
- ::rtl::OUString getLabel( sal_Int16 _nId ) const;
+ void setLabel( sal_Int16 _nId, const OUString& _rValue );
+ OUString getLabel( sal_Int16 _nId ) const;
void enableControl( sal_Int16 _nId, sal_Bool _bEnable );
- static void setHelpURL( Window* _pControl, const ::rtl::OUString& _rURL, sal_Bool _bFileView );
- static ::rtl::OUString getHelpURL( Window* _pControl, sal_Bool _bFileView );
+ static void setHelpURL( Window* _pControl, const OUString& _rURL, sal_Bool _bFileView );
+ static OUString getHelpURL( Window* _pControl, sal_Bool _bFileView );
private:
/** implements the various methods for setting properties on controls
@@ -91,7 +91,7 @@ namespace svt
Control* _pControl, sal_Int16 _nProperty, const ::com::sun::star::uno::Any& _rValue,
sal_Bool _bIgnoreIllegalArgument = sal_True );
- Control* implGetControl( const ::rtl::OUString& _rControlName, sal_Int16* _pId = NULL, sal_Int32* _pPropertyMask = NULL ) const SAL_THROW( (::com::sun::star::lang::IllegalArgumentException) );
+ Control* implGetControl( const OUString& _rControlName, sal_Int16* _pId = NULL, sal_Int32* _pPropertyMask = NULL ) const SAL_THROW( (::com::sun::star::lang::IllegalArgumentException) );
/** implements the various methods for retrieving properties from controls