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
138df914
Kaydet (Commit)
138df914
authored
Agu 27, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert include/sfx2/dispatch.hxx from String to OUString
Change-Id: If1ab56ea5c91e8bc50c27fe8c4b1348b9d2eaa6c
üst
fbf860cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
dispatch.hxx
include/sfx2/dispatch.hxx
+3
-3
dispatch.cxx
sfx2/source/control/dispatch.cxx
+1
-1
No files found.
include/sfx2/dispatch.hxx
Dosyayı görüntüle @
138df914
...
@@ -148,7 +148,7 @@ public:
...
@@ -148,7 +148,7 @@ public:
sal_uInt16
nModi
,
sal_uInt16
nModi
,
const
SfxItemSet
&
rArgs
);
const
SfxItemSet
&
rArgs
);
const
SfxSlot
*
GetSlot
(
const
String
&
rCommand
);
const
SfxSlot
*
GetSlot
(
const
OU
String
&
rCommand
);
sal_Bool
IsActive
(
const
SfxShell
&
rShell
);
sal_Bool
IsActive
(
const
SfxShell
&
rShell
);
sal_Bool
IsOnTop
(
const
SfxShell
&
rShell
);
sal_Bool
IsOnTop
(
const
SfxShell
&
rShell
);
...
@@ -184,7 +184,7 @@ public:
...
@@ -184,7 +184,7 @@ public:
SfxItemState
QueryState
(
sal_uInt16
nSID
,
const
SfxPoolItem
*
&
rpState
);
SfxItemState
QueryState
(
sal_uInt16
nSID
,
const
SfxPoolItem
*
&
rpState
);
SfxItemState
QueryState
(
sal_uInt16
nSID
,
::
com
::
sun
::
star
::
uno
::
Any
&
rAny
);
SfxItemState
QueryState
(
sal_uInt16
nSID
,
::
com
::
sun
::
star
::
uno
::
Any
&
rAny
);
::
com
::
sun
::
star
::
frame
::
XDispatch
*
GetDispatchInterface
(
const
String
&
);
::
com
::
sun
::
star
::
frame
::
XDispatch
*
GetDispatchInterface
(
const
OU
String
&
);
void
SetDisableFlags
(
sal_uInt32
nFlags
);
void
SetDisableFlags
(
sal_uInt32
nFlags
);
sal_uInt32
GetDisableFlags
()
const
;
sal_uInt32
GetDisableFlags
()
const
;
...
@@ -204,7 +204,7 @@ public:
...
@@ -204,7 +204,7 @@ public:
SAL_DLLPRIVATE
void
DoActivate_Impl
(
sal_Bool
bMDI
,
SfxViewFrame
*
pOld
);
SAL_DLLPRIVATE
void
DoActivate_Impl
(
sal_Bool
bMDI
,
SfxViewFrame
*
pOld
);
SAL_DLLPRIVATE
void
DoDeactivate_Impl
(
sal_Bool
bMDI
,
SfxViewFrame
*
pNew
);
SAL_DLLPRIVATE
void
DoDeactivate_Impl
(
sal_Bool
bMDI
,
SfxViewFrame
*
pNew
);
SAL_DLLPRIVATE
void
InvalidateBindings_Impl
(
sal_Bool
);
SAL_DLLPRIVATE
void
InvalidateBindings_Impl
(
sal_Bool
);
SAL_DLLPRIVATE
sal_uInt16
GetNextToolBox_Impl
(
sal_uInt16
nPos
,
sal_uInt16
nType
,
String
*
pStr
);
SAL_DLLPRIVATE
sal_uInt16
GetNextToolBox_Impl
(
sal_uInt16
nPos
,
sal_uInt16
nType
,
OU
String
*
pStr
);
};
};
//--------------------------------------------------------------------
//--------------------------------------------------------------------
...
...
sfx2/source/control/dispatch.cxx
Dosyayı görüntüle @
138df914
...
@@ -944,7 +944,7 @@ void MappedPut_Impl( SfxAllItemSet &rSet, const SfxPoolItem &rItem )
...
@@ -944,7 +944,7 @@ void MappedPut_Impl( SfxAllItemSet &rSet, const SfxPoolItem &rItem )
//--------------------------------------------------------------------
//--------------------------------------------------------------------
const
SfxSlot
*
SfxDispatcher
::
GetSlot
(
const
String
&
rCommand
)
const
SfxSlot
*
SfxDispatcher
::
GetSlot
(
const
OU
String
&
rCommand
)
{
{
// Count the number of Shells on the linked Dispatcher
// Count the number of Shells on the linked Dispatcher
Flush
();
Flush
();
...
...
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