Kaydet (Commit) 5d6a994c authored tarafından Ivan Timofeev's avatar Ivan Timofeev

String->OUString

Change-Id: Ic7e61d002638991f2d69462d343f1b29bc9b0040
üst 96ad9c96
...@@ -57,7 +57,7 @@ class DrawDocShell; ...@@ -57,7 +57,7 @@ class DrawDocShell;
} }
extern OUString getPageApiName( SdPage* pPage ); extern OUString getPageApiName( SdPage* pPage );
extern OUString getPageApiNameFromUiName( const String& rUIName ); extern OUString getPageApiNameFromUiName( const OUString& rUIName );
/*********************************************************************** /***********************************************************************
* * * *
......
...@@ -68,7 +68,7 @@ using namespace ::com::sun::star::lang; ...@@ -68,7 +68,7 @@ using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::animations; using namespace ::com::sun::star::animations;
using namespace ::com::sun::star::drawing::framework; using namespace ::com::sun::star::drawing::framework;
extern String getUiNameFromPageApiNameImpl( const OUString& rApiName ); extern OUString getUiNameFromPageApiNameImpl( const OUString& rApiName );
namespace { namespace {
......
...@@ -93,7 +93,7 @@ using namespace ::com::sun::star::presentation; ...@@ -93,7 +93,7 @@ using namespace ::com::sun::star::presentation;
using namespace ::com::sun::star::beans; using namespace ::com::sun::star::beans;
extern void NotifyDocumentEvent( SdDrawDocument* pDocument, const OUString& rEventName ); extern void NotifyDocumentEvent( SdDrawDocument* pDocument, const OUString& rEventName );
extern String getUiNameFromPageApiNameImpl( const OUString& rApiName ); extern OUString getUiNameFromPageApiNameImpl( const OUString& rApiName );
namespace sd namespace sd
{ {
......
...@@ -89,8 +89,8 @@ using ::com::sun::star::uno::Any; ...@@ -89,8 +89,8 @@ using ::com::sun::star::uno::Any;
using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::Reference;
using ::com::sun::star::drawing::XShape; using ::com::sun::star::drawing::XShape;
extern OUString getPageApiNameFromUiName( const String& rUIName ); extern OUString getPageApiNameFromUiName( const OUString& rUIName );
extern String getUiNameFromPageApiNameImpl( const OUString& rApiName ); extern OUString getUiNameFromPageApiNameImpl( const OUString& rApiName );
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
......
This diff is collapsed.
...@@ -173,8 +173,8 @@ public: ...@@ -173,8 +173,8 @@ public:
UNO3_GETIMPLEMENTATION_DECL( SdDrawPage ) UNO3_GETIMPLEMENTATION_DECL( SdDrawPage )
static OUString getPageApiName( SdPage* pPage ); static OUString getPageApiName( SdPage* pPage );
static OUString getPageApiNameFromUiName( const String& rUIName ); static OUString getPageApiNameFromUiName( const OUString& rUIName );
static String getUiNameFromPageApiName( const OUString& rApiName ); static OUString getUiNameFromPageApiName( const OUString& rApiName );
// XInterface // XInterface
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException); virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException);
...@@ -285,7 +285,7 @@ public: ...@@ -285,7 +285,7 @@ public:
virtual ~SdPageLinkTargets() throw(); virtual ~SdPageLinkTargets() throw();
// intern // intern
SdrObject* FindObject( const String& rName ) const throw(); SdrObject* FindObject( const OUString& rName ) const throw();
// XServiceInfo // XServiceInfo
virtual OUString SAL_CALL getImplementationName() throw(::com::sun::star::uno::RuntimeException); virtual OUString SAL_CALL getImplementationName() throw(::com::sun::star::uno::RuntimeException);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment