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
3f569908
Kaydet (Commit)
3f569908
authored
May 06, 2014
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove C11ism
Change-Id: I093ef950f7097021dec3b829d4e11e7b20fc9292
üst
1567853a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
stbitem.cxx
sfx2/source/statbar/stbitem.cxx
+1
-1
tbxitem.cxx
sfx2/source/toolbox/tbxitem.cxx
+4
-4
No files found.
sfx2/source/statbar/stbitem.cxx
Dosyayı görüntüle @
3f569908
...
...
@@ -286,7 +286,7 @@ throw ( ::com::sun::star::uno::RuntimeException, std::exception )
rEvent
.
State
>>=
sTemp
;
pItem
=
new
SfxStringItem
(
nSlotID
,
sTemp
);
}
else
if
(
pType
==
cppu
::
UnoType
<::
com
::
sun
::
star
::
frame
::
status
::
ItemStatus
>::
get
()
)
else
if
(
pType
==
cppu
::
UnoType
<
::
com
::
sun
::
star
::
frame
::
status
::
ItemStatus
>::
get
()
)
{
frame
::
status
::
ItemStatus
aItemStatus
;
rEvent
.
State
>>=
aItemStatus
;
...
...
sfx2/source/toolbox/tbxitem.cxx
Dosyayı görüntüle @
3f569908
...
...
@@ -565,14 +565,14 @@ throw ( ::com::sun::star::uno::RuntimeException, std::exception )
rEvent
.
State
>>=
sTemp
;
pItem
=
new
SfxStringItem
(
nSlotId
,
sTemp
);
}
else
if
(
pType
==
cppu
::
UnoType
<::
com
::
sun
::
star
::
frame
::
status
::
ItemStatus
>::
get
()
)
else
if
(
pType
==
cppu
::
UnoType
<
::
com
::
sun
::
star
::
frame
::
status
::
ItemStatus
>::
get
()
)
{
ItemStatus
aItemStatus
;
rEvent
.
State
>>=
aItemStatus
;
eState
=
aItemStatus
.
State
;
pItem
=
new
SfxVoidItem
(
nSlotId
);
}
else
if
(
pType
==
cppu
::
UnoType
<::
com
::
sun
::
star
::
frame
::
status
::
Visibility
>::
get
()
)
else
if
(
pType
==
cppu
::
UnoType
<
::
com
::
sun
::
star
::
frame
::
status
::
Visibility
>::
get
()
)
{
Visibility
aVisibilityStatus
;
rEvent
.
State
>>=
aVisibilityStatus
;
...
...
@@ -1111,14 +1111,14 @@ throw ( ::com::sun::star::uno::RuntimeException, std::exception )
rEvent
.
State
>>=
sTemp
;
pItem
=
new
SfxStringItem
(
nSlotId
,
sTemp
);
}
else
if
(
pType
==
cppu
::
UnoType
<::
com
::
sun
::
star
::
frame
::
status
::
ItemStatus
>::
get
()
)
else
if
(
pType
==
cppu
::
UnoType
<
::
com
::
sun
::
star
::
frame
::
status
::
ItemStatus
>::
get
()
)
{
ItemStatus
aItemStatus
;
rEvent
.
State
>>=
aItemStatus
;
eState
=
aItemStatus
.
State
;
pItem
=
new
SfxVoidItem
(
nSlotId
);
}
else
if
(
pType
==
cppu
::
UnoType
<::
com
::
sun
::
star
::
frame
::
status
::
Visibility
>::
get
()
)
else
if
(
pType
==
cppu
::
UnoType
<
::
com
::
sun
::
star
::
frame
::
status
::
Visibility
>::
get
()
)
{
Visibility
aVisibilityStatus
;
rEvent
.
State
>>=
aVisibilityStatus
;
...
...
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