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
f70cf02d
Kaydet (Commit)
f70cf02d
authored
Kas 03, 2012
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
make it static
Change-Id: Iaf29abb4f7067898318476538773663713e09067
üst
ac2cfed5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doclay.cxx
sw/source/core/doc/doclay.cxx
+2
-2
No files found.
sw/source/core/doc/doclay.cxx
Dosyayı görüntüle @
f70cf02d
...
@@ -984,7 +984,7 @@ SwDrawFrmFmt* SwDoc::Insert( const SwPaM &rRg,
...
@@ -984,7 +984,7 @@ SwDrawFrmFmt* SwDoc::Insert( const SwPaM &rRg,
frames at character - o.k. if the PaM starts at least at the same position
frames at character - o.k. if the PaM starts at least at the same position
as the frame
as the frame
---------------------------------------------------------------------------*/
---------------------------------------------------------------------------*/
bool
TstFlyRange
(
const
SwPaM
*
pPam
,
const
SwPosition
*
pFlyPos
,
static
bool
lcl_
TstFlyRange
(
const
SwPaM
*
pPam
,
const
SwPosition
*
pFlyPos
,
RndStdIds
nAnchorId
)
RndStdIds
nAnchorId
)
{
{
bool
bOk
=
false
;
bool
bOk
=
false
;
...
@@ -1042,7 +1042,7 @@ void SwDoc::GetAllFlyFmts( SwPosFlyFrms& rPosFlyFmts,
...
@@ -1042,7 +1042,7 @@ void SwDoc::GetAllFlyFmts( SwPosFlyFrms& rPosFlyFmts,
((
FLY_AS_CHAR
==
rAnchor
.
GetAnchorId
())
&&
bAsCharAlso
)))
((
FLY_AS_CHAR
==
rAnchor
.
GetAnchorId
())
&&
bAsCharAlso
)))
{
{
if
(
pCmpRange
&&
if
(
pCmpRange
&&
!
TstFlyRange
(
pCmpRange
,
pAPos
,
rAnchor
.
GetAnchorId
()
))
!
lcl_
TstFlyRange
(
pCmpRange
,
pAPos
,
rAnchor
.
GetAnchorId
()
))
continue
;
// not a valid FlyFrame
continue
;
// not a valid FlyFrame
pFPos
=
new
SwPosFlyFrm
(
pAPos
->
nNode
,
pFly
,
rPosFlyFmts
.
size
()
);
pFPos
=
new
SwPosFlyFrm
(
pAPos
->
nNode
,
pFly
,
rPosFlyFmts
.
size
()
);
rPosFlyFmts
.
insert
(
pFPos
);
rPosFlyFmts
.
insert
(
pFPos
);
...
...
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