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
4e579add
Kaydet (Commit)
4e579add
authored
Tem 23, 2014
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove obsolete SetCharBound/IsCharBound functions
Change-Id: I56e7f08178122ed37fcb4c1175770cd202d3c98d
üst
944d4eae
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
docbm.cxx
sw/source/core/doc/docbm.cxx
+5
-8
No files found.
sw/source/core/doc/docbm.cxx
Dosyayı görüntüle @
4e579add
...
...
@@ -1404,9 +1404,6 @@ namespace
rArr
.
push_back
(
*
this
);
}
void
SetCharBound
(
bool
bCB
)
{
m_bOther
=
bCB
;
}
bool
IsCharBound
()
const
{
return
m_bOther
;
}
void
SetCount
(
sal_uInt16
n
)
{
m_nIdx
=
n
;
}
sal_uInt16
GetCount
()
const
{
return
m_nIdx
;
}
sal_uInt16
DecCount
()
{
return
--
m_nIdx
;
}
...
...
@@ -1450,7 +1447,7 @@ namespace
FLY_AT_PARA
==
rAnchor
.
GetAnchorId
()
)
||
(
FLY_AT_CHAR
==
rAnchor
.
GetAnchorId
()
)
)
)
{
aSave
.
SetCharBound
(
false
)
;
aSave
.
m_bOther
=
false
;
aSave
.
SetContent
(
pAPos
->
nContent
.
GetIndex
()
);
OSL_ENSURE
(
nNode
==
pAPos
->
nNode
.
GetIndex
(),
...
...
@@ -1460,7 +1457,7 @@ namespace
if
(
nCntnt
<=
aSave
.
GetContent
()
)
{
if
(
SAVEFLY_SPLIT
==
nSaveFly
)
aSave
.
SetCharBound
(
true
)
;
aSave
.
m_bOther
=
true
;
else
continue
;
}
...
...
@@ -1495,14 +1492,14 @@ namespace
(
FLY_AT_PARA
==
rAnchor
.
GetAnchorId
()
||
FLY_AT_CHAR
==
rAnchor
.
GetAnchorId
()
)
)
{
aSave
.
SetCharBound
(
false
)
;
aSave
.
m_bOther
=
false
;
aSave
.
SetContent
(
pAPos
->
nContent
.
GetIndex
()
);
if
(
FLY_AT_CHAR
==
rAnchor
.
GetAnchorId
()
)
{
if
(
nCntnt
<=
aSave
.
GetContent
()
)
{
if
(
SAVEFLY_SPLIT
==
nSaveFly
)
aSave
.
SetCharBound
(
true
)
;
aSave
.
m_bOther
=
true
;
else
continue
;
}
...
...
@@ -1528,7 +1525,7 @@ namespace
{
_SwSaveTypeCountContent
aSave
(
rSaveArr
,
n
);
SwPosition
*
pPos
=
0
;
if
(
!
aSave
.
IsCharBound
()
)
if
(
!
aSave
.
m_bOther
)
{
SwFrmFmt
*
pFrmFmt
=
(
*
pSpz
)[
aSave
.
GetCount
()
];
const
SwFmtAnchor
&
rFlyAnchor
=
pFrmFmt
->
GetAnchor
();
...
...
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