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
79c91fe9
Kaydet (Commit)
79c91fe9
authored
Agu 23, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert include/sfx2/msgpool.hxx from String to OUString
Change-Id: I7cfb0ec39eb615f8c0137fde531dd559ce2191f3
üst
df050fc1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
msgpool.hxx
include/sfx2/msgpool.hxx
+2
-2
msgpool.cxx
sfx2/source/control/msgpool.cxx
+2
-2
No files found.
include/sfx2/msgpool.hxx
Dosyayı görüntüle @
79c91fe9
...
@@ -59,12 +59,12 @@ public:
...
@@ -59,12 +59,12 @@ public:
static
SfxSlotPool
&
GetSlotPool
(
SfxViewFrame
*
pFrame
=
NULL
);
static
SfxSlotPool
&
GetSlotPool
(
SfxViewFrame
*
pFrame
=
NULL
);
sal_uInt16
GetGroupCount
();
sal_uInt16
GetGroupCount
();
String
SeekGroup
(
sal_uInt16
nNo
);
OUString
SeekGroup
(
sal_uInt16
nNo
);
const
SfxSlot
*
FirstSlot
();
const
SfxSlot
*
FirstSlot
();
const
SfxSlot
*
NextSlot
();
const
SfxSlot
*
NextSlot
();
const
SfxSlot
*
GetSlot
(
sal_uInt16
nId
);
const
SfxSlot
*
GetSlot
(
sal_uInt16
nId
);
const
SfxSlot
*
GetUnoSlot
(
sal_uInt16
nId
);
const
SfxSlot
*
GetUnoSlot
(
sal_uInt16
nId
);
const
SfxSlot
*
GetUnoSlot
(
const
String
&
rUnoName
);
const
SfxSlot
*
GetUnoSlot
(
const
OU
String
&
rUnoName
);
TypeId
GetSlotType
(
sal_uInt16
nSlotId
)
const
;
TypeId
GetSlotType
(
sal_uInt16
nSlotId
)
const
;
};
};
...
...
sfx2/source/control/msgpool.cxx
Dosyayı görüntüle @
79c91fe9
...
@@ -140,7 +140,7 @@ const SfxSlot* SfxSlotPool::GetSlot( sal_uInt16 nId )
...
@@ -140,7 +140,7 @@ const SfxSlot* SfxSlotPool::GetSlot( sal_uInt16 nId )
// skips to the next group
// skips to the next group
String
SfxSlotPool
::
SeekGroup
(
sal_uInt16
nNo
)
OU
String
SfxSlotPool
::
SeekGroup
(
sal_uInt16
nNo
)
{
{
DBG_ASSERT
(
_pInterfaces
!=
NULL
,
"no Interfaces registered"
);
DBG_ASSERT
(
_pInterfaces
!=
NULL
,
"no Interfaces registered"
);
...
@@ -291,7 +291,7 @@ SfxInterface* SfxSlotPool::FirstInterface()
...
@@ -291,7 +291,7 @@ SfxInterface* SfxSlotPool::FirstInterface()
//--------------------------------------------------------------------
//--------------------------------------------------------------------
const
SfxSlot
*
SfxSlotPool
::
GetUnoSlot
(
const
String
&
rName
)
const
SfxSlot
*
SfxSlotPool
::
GetUnoSlot
(
const
OU
String
&
rName
)
{
{
const
SfxSlot
*
pSlot
=
NULL
;
const
SfxSlot
*
pSlot
=
NULL
;
for
(
sal_uInt16
nInterface
=
0
;
nInterface
<
_pInterfaces
->
size
();
++
nInterface
)
for
(
sal_uInt16
nInterface
=
0
;
nInterface
<
_pInterfaces
->
size
();
++
nInterface
)
...
...
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