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
d940c122
Kaydet (Commit)
d940c122
authored
Tem 25, 2014
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_uInt16 to sal_Int32, reduce scope
Change-Id: Ia3c722ab7c73dd10576142189d5bc256841b8c67
üst
485d29d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
stmenu.cxx
sw/source/uibase/smartmenu/stmenu.cxx
+3
-4
No files found.
sw/source/uibase/smartmenu/stmenu.cxx
Dosyayı görüntüle @
d940c122
...
...
@@ -43,7 +43,6 @@ SwSmartTagPopup::SwSmartTagPopup( SwView* pSwView,
const
lang
::
Locale
aLocale
(
SW_BREAKITER
()
->
GetLocale
(
GetAppLanguageTag
()
)
);
sal_uInt16
nMenuPos
=
0
;
sal_uInt16
nSubMenuPos
=
0
;
sal_uInt16
nMenuId
=
1
;
sal_uInt16
nSubMenuId
=
MN_ST_INSERT_START
;
...
...
@@ -61,7 +60,7 @@ SwSmartTagPopup::SwSmartTagPopup( SwView* pSwView,
InsertSeparator
(
OString
(),
0
);
for
(
sal_
uInt16
j
=
0
;
j
<
aActionComponentsSequence
.
getLength
();
++
j
)
for
(
sal_
Int32
j
=
0
;
j
<
aActionComponentsSequence
.
getLength
();
++
j
)
{
Reference
<
container
::
XStringKeyMap
>
xSmartTagProperties
=
rStringKeyMaps
[
j
];
...
...
@@ -93,12 +92,12 @@ SwSmartTagPopup::SwSmartTagPopup( SwView* pSwView,
// sub-menu starts with smart tag caption and separator
const
OUString
aSmartTagCaption2
=
aSmartTagCaption
+
": "
+
aRangeText
;
nSubMenuPos
=
0
;
sal_uInt16
nSubMenuPos
=
0
;
pSbMenu
->
InsertItem
(
nMenuId
++
,
aSmartTagCaption2
,
MIB_NOSELECT
,
OString
(),
nSubMenuPos
++
);
pSbMenu
->
InsertSeparator
(
OString
(),
nSubMenuPos
++
);
// Add subitem for every action reference for the current smart tag type:
for
(
sal_
uInt16
i
=
0
;
i
<
rActionComponents
.
getLength
();
++
i
)
for
(
sal_
Int32
i
=
0
;
i
<
rActionComponents
.
getLength
();
++
i
)
{
xAction
=
rActionComponents
[
i
];
...
...
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