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
463bf087
Kaydet (Commit)
463bf087
authored
Eyl 12, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
CID#736167 unlikely out of bounds
Change-Id: Ib20864bdcc7760258a19f80325003a14b3c362a3
üst
57482ed4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
3 deletions
+19
-3
numpages.cxx
cui/source/tabpages/numpages.cxx
+19
-3
No files found.
cui/source/tabpages/numpages.cxx
Dosyayı görüntüle @
463bf087
...
@@ -1446,10 +1446,26 @@ void SvxNumOptionsTabPage::InitControls()
...
@@ -1446,10 +1446,26 @@ void SvxNumOptionsTabPage::InitControls()
aNumFmtArr
[
i
]
=
0
;
aNumFmtArr
[
i
]
=
0
;
nMask
<<=
1
;
nMask
<<=
1
;
}
}
SwitchNumberType
(
bShowBullet
?
1
:
bShowBitmap
?
2
:
0
);
SwitchNumberType
(
bShowBullet
?
1
:
bShowBitmap
?
2
:
0
);
CheckForStartValue_Impl
(
aNumFmtArr
[
nLvl
]
->
GetNumberingType
());
sal_uInt16
nNumberingType
;
if
(
nLvl
!=
USHRT_MAX
)
nNumberingType
=
aNumFmtArr
[
nLvl
]
->
GetNumberingType
();
else
{
nNumberingType
=
SVX_NUM_NUMBER_NONE
;
bAllLevel
=
false
;
bSameAdjust
=
false
;
bSameBulRelSize
=
false
;
bSameBulColor
=
false
;
bSameStart
=
false
;
bSamePrefix
=
false
;
bSameSuffix
=
false
;
}
CheckForStartValue_Impl
(
nNumberingType
);
if
(
bShowBitmap
)
if
(
bShowBitmap
)
{
{
if
(
!
bSameVOrient
||
eFirstOrient
==
text
::
VertOrientation
::
NONE
)
if
(
!
bSameVOrient
||
eFirstOrient
==
text
::
VertOrientation
::
NONE
)
...
@@ -1473,7 +1489,7 @@ void SvxNumOptionsTabPage::InitControls()
...
@@ -1473,7 +1489,7 @@ void SvxNumOptionsTabPage::InitControls()
if
(
bSameType
)
if
(
bSameType
)
{
{
sal_uInt16
nLBData
=
(
sal_uInt16
)
aNumFmtArr
[
nLvl
]
->
GetNumberingType
()
;
sal_uInt16
nLBData
=
nNumberingType
;
m_pFmtLB
->
SelectEntryPos
(
m_pFmtLB
->
GetEntryPos
(
(
void
*
)
sal
::
static_int_cast
<
sal_uIntPtr
>
(
nLBData
)
));
m_pFmtLB
->
SelectEntryPos
(
m_pFmtLB
->
GetEntryPos
(
(
void
*
)
sal
::
static_int_cast
<
sal_uIntPtr
>
(
nLBData
)
));
}
}
else
else
...
...
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