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
dc2de899
Kaydet (Commit)
dc2de899
authored
Ara 03, 2012
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make it local
Change-Id: I69e343a7cf64ce888fc508a27ca316a9c85093b4
üst
0ea431f0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
swtable.cxx
sw/source/core/table/swtable.cxx
+3
-3
No files found.
sw/source/core/table/swtable.cxx
Dosyayı görüntüle @
dc2de899
...
...
@@ -1340,7 +1340,7 @@ void SwTable::NewSetTabCols( Parm &rParm, const SwTabCols &rNew,
|*
|*************************************************************************/
bool
IsValidRowName
(
const
String
&
rStr
)
static
bool
lcl_
IsValidRowName
(
const
String
&
rStr
)
{
bool
bIsValid
=
true
;
xub_StrLen
nLen
=
rStr
.
Len
();
...
...
@@ -1383,7 +1383,7 @@ sal_uInt16 SwTable::_GetBoxNum( String& rStr, sal_Bool bFirstPart,
else
if
(
STRING_NOTFOUND
==
(
nPos
=
rStr
.
Search
(
aDotStr
)
))
{
nRet
=
0
;
if
(
!
bPerformValidCheck
||
IsValidRowName
(
rStr
)
)
if
(
!
bPerformValidCheck
||
lcl_
IsValidRowName
(
rStr
)
)
{
nRet
=
static_cast
<
sal_uInt16
>
(
rStr
.
ToInt32
());
}
...
...
@@ -1393,7 +1393,7 @@ sal_uInt16 SwTable::_GetBoxNum( String& rStr, sal_Bool bFirstPart,
{
nRet
=
0
;
String
aTxt
(
rStr
.
Copy
(
0
,
nPos
)
);
if
(
!
bPerformValidCheck
||
IsValidRowName
(
aTxt
)
)
if
(
!
bPerformValidCheck
||
lcl_
IsValidRowName
(
aTxt
)
)
{
nRet
=
static_cast
<
sal_uInt16
>
(
aTxt
.
ToInt32
());
}
...
...
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