Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
5d6a994c
Kaydet (Commit)
5d6a994c
authored
Eyl 02, 2013
tarafından
Ivan Timofeev
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
String->OUString
Change-Id: Ic7e61d002638991f2d69462d343f1b29bc9b0040
üst
96ad9c96
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
unomodel.hxx
sd/source/ui/inc/unomodel.hxx
+1
-1
slideshow.cxx
sd/source/ui/slideshow/slideshow.cxx
+1
-1
slideshowimpl.cxx
sd/source/ui/slideshow/slideshowimpl.cxx
+1
-1
unoobj.cxx
sd/source/ui/unoidl/unoobj.cxx
+2
-2
unopage.cxx
sd/source/ui/unoidl/unopage.cxx
+0
-0
unopage.hxx
sd/source/ui/unoidl/unopage.hxx
+3
-3
No files found.
sd/source/ui/inc/unomodel.hxx
Dosyayı görüntüle @
5d6a994c
...
...
@@ -57,7 +57,7 @@ class DrawDocShell;
}
extern
OUString
getPageApiName
(
SdPage
*
pPage
);
extern
OUString
getPageApiNameFromUiName
(
const
String
&
rUIName
);
extern
OUString
getPageApiNameFromUiName
(
const
OU
String
&
rUIName
);
/***********************************************************************
* *
...
...
sd/source/ui/slideshow/slideshow.cxx
Dosyayı görüntüle @
5d6a994c
...
...
@@ -68,7 +68,7 @@ using namespace ::com::sun::star::lang;
using
namespace
::
com
::
sun
::
star
::
animations
;
using
namespace
::
com
::
sun
::
star
::
drawing
::
framework
;
extern
String
getUiNameFromPageApiNameImpl
(
const
OUString
&
rApiName
);
extern
OU
String
getUiNameFromPageApiNameImpl
(
const
OUString
&
rApiName
);
namespace
{
...
...
sd/source/ui/slideshow/slideshowimpl.cxx
Dosyayı görüntüle @
5d6a994c
...
...
@@ -93,7 +93,7 @@ using namespace ::com::sun::star::presentation;
using
namespace
::
com
::
sun
::
star
::
beans
;
extern
void
NotifyDocumentEvent
(
SdDrawDocument
*
pDocument
,
const
OUString
&
rEventName
);
extern
String
getUiNameFromPageApiNameImpl
(
const
OUString
&
rApiName
);
extern
OU
String
getUiNameFromPageApiNameImpl
(
const
OUString
&
rApiName
);
namespace
sd
{
...
...
sd/source/ui/unoidl/unoobj.cxx
Dosyayı görüntüle @
5d6a994c
...
...
@@ -89,8 +89,8 @@ using ::com::sun::star::uno::Any;
using
::
com
::
sun
::
star
::
uno
::
Reference
;
using
::
com
::
sun
::
star
::
drawing
::
XShape
;
extern
OUString
getPageApiNameFromUiName
(
const
String
&
rUIName
);
extern
String
getUiNameFromPageApiNameImpl
(
const
OUString
&
rApiName
);
extern
OUString
getPageApiNameFromUiName
(
const
OU
String
&
rUIName
);
extern
OU
String
getUiNameFromPageApiNameImpl
(
const
OUString
&
rApiName
);
///////////////////////////////////////////////////////////////////////
...
...
sd/source/ui/unoidl/unopage.cxx
Dosyayı görüntüle @
5d6a994c
This diff is collapsed.
Click to expand it.
sd/source/ui/unoidl/unopage.hxx
Dosyayı görüntüle @
5d6a994c
...
...
@@ -173,8 +173,8 @@ public:
UNO3_GETIMPLEMENTATION_DECL
(
SdDrawPage
)
static
OUString
getPageApiName
(
SdPage
*
pPage
);
static
OUString
getPageApiNameFromUiName
(
const
String
&
rUIName
);
static
String
getUiNameFromPageApiName
(
const
OUString
&
rApiName
);
static
OUString
getPageApiNameFromUiName
(
const
OU
String
&
rUIName
);
static
OU
String
getUiNameFromPageApiName
(
const
OUString
&
rApiName
);
// XInterface
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:
virtual
~
SdPageLinkTargets
()
throw
();
// intern
SdrObject
*
FindObject
(
const
String
&
rName
)
const
throw
();
SdrObject
*
FindObject
(
const
OU
String
&
rName
)
const
throw
();
// XServiceInfo
virtual
OUString
SAL_CALL
getImplementationName
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment