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
48264d6d
Kaydet (Commit)
48264d6d
authored
Kas 23, 2013
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Improve formatting
Change-Id: I0cb8eb5b78ef5ca10d6b8765bff387ca09ec291c
üst
0215305c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
ndsect.cxx
sw/source/core/docnode/ndsect.cxx
+5
-5
No files found.
sw/source/core/docnode/ndsect.cxx
Dosyayı görüntüle @
48264d6d
...
...
@@ -385,8 +385,8 @@ sal_uInt16 SwDoc::IsInsRegionAvailable( const SwPaM& rRange,
if
(
rRange
.
HasMark
()
)
{
// See if we have a valid Section
const
SwPosition
*
pStt
=
rRange
.
Start
()
,
*
pEnd
=
rRange
.
End
();
const
SwPosition
*
pStt
=
rRange
.
Start
()
;
const
SwPosition
*
pEnd
=
rRange
.
End
();
const
SwCntntNode
*
pCNd
=
pEnd
->
nNode
.
GetNode
().
GetCntntNode
();
const
SwNode
*
pNd
=
&
pStt
->
nNode
.
GetNode
();
...
...
@@ -397,9 +397,9 @@ sal_uInt16 SwDoc::IsInsRegionAvailable( const SwPaM& rRange,
// Try to create an enclosing Section, but only if Start is
// located at the Section's beginning and End at it's end
nRet
=
0
;
if
(
!
pStt
->
nContent
.
GetIndex
()
&&
pSectNd
->
GetIndex
()
==
pStt
->
nNode
.
GetIndex
()
-
1
&&
pEnd
->
nContent
.
GetIndex
()
==
pCNd
->
Len
()
)
if
(
!
pStt
->
nContent
.
GetIndex
()
&&
pSectNd
->
GetIndex
()
==
pStt
->
nNode
.
GetIndex
()
-
1
&&
pEnd
->
nContent
.
GetIndex
()
==
pCNd
->
Len
()
)
{
SwNodeIndex
aIdx
(
pStt
->
nNode
,
-
1
);
sal_uLong
nCmp
=
pEnd
->
nNode
.
GetIndex
();
...
...
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