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
3a1d4f02
Kaydet (Commit)
3a1d4f02
authored
Kas 01, 2012
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tweak comment translation
Change-Id: I729612b2ffeea9c3c64f8f0c0c2313f48b965270
üst
c1cc17bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
node2lay.cxx
sw/source/core/docnode/node2lay.cxx
+6
-6
No files found.
sw/source/core/docnode/node2lay.cxx
Dosyayı görüntüle @
3a1d4f02
...
...
@@ -201,7 +201,7 @@ SwNode2LayImpl::SwNode2LayImpl( const SwNode& rNode, sal_uLong nIdx, sal_Bool bS
*
* If the Frame is located in a SectionFrm, we check to see whether the
* SectionFrame is the suitable return value (instead of the Frame itself).
* This is the case if the to-be-inserted Node is outside of the
Area
.
* This is the case if the to-be-inserted Node is outside of the
Section
.
*/
SwFrm
*
SwNode2LayImpl
::
NextFrm
()
{
...
...
@@ -234,8 +234,8 @@ SwFrm* SwNode2LayImpl::NextFrm()
{
SwSectionFrm
*
pSct
=
pRet
->
FindSctFrm
();
// ATTENTION: If we are in a Footnote, from a Layout point of view
// it could be located in a
n Area with columns, although it should be
// outside of it when looking at the Nodes.
// it could be located in a
Section with columns, although it
//
should be
outside of it when looking at the Nodes.
// Thus, when dealing with Footnotes, we need to check whether the
// SectionFrm is also located within the Footnote and not outside of it.
if
(
!
pRet
->
IsInFtn
()
||
pSct
->
IsInFtn
()
)
...
...
@@ -243,9 +243,9 @@ SwFrm* SwNode2LayImpl::NextFrm()
OSL_ENSURE
(
pSct
&&
pSct
->
GetSection
(),
"Where's my section?"
);
SwSectionNode
*
pNd
=
pSct
->
GetSection
()
->
GetFmt
()
->
GetSectionNode
();
OSL_ENSURE
(
pNd
,
"Lost SectionNode"
);
// If the re
ceived Frame is located within an Area Frame that does
//
not encompass the ExitNode, we return with the SectionFrm, else
// we return with the Cntnt/TabFrm
// If the re
sult Frame is located within a Section Frame
//
whose Section does not contain the Node, we return with
//
the SectionFrm, else
we return with the Cntnt/TabFrm
if
(
bMaster
)
{
if
(
pNd
->
GetIndex
()
>=
nIndex
)
...
...
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