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
d47719a7
Kaydet (Commit)
d47719a7
authored
Haz 15, 2017
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ofz: fix a leak
Change-Id: Ifd730a0f162ab5032665926d66debe716b0579df
üst
1323a62d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ww8par2.hxx
sw/source/filter/ww8/ww8par2.hxx
+1
-1
ww8par6.cxx
sw/source/filter/ww8/ww8par6.cxx
+2
-2
No files found.
sw/source/filter/ww8/ww8par2.hxx
Dosyayı görüntüle @
d47719a7
...
@@ -83,7 +83,7 @@ struct WW8SwFlyPara
...
@@ -83,7 +83,7 @@ struct WW8SwFlyPara
const
sal_Int32
nIniFlyDy
);
const
sal_Int32
nIniFlyDy
);
void
BoxUpWidth
(
long
nWidth
);
void
BoxUpWidth
(
long
nWidth
);
SwWW8FltAnchorStack
*
p
OldAnchorStck
;
std
::
unique_ptr
<
SwWW8FltAnchorStack
>
x
OldAnchorStck
;
};
};
class
WW8RStyle
:
public
WW8Style
class
WW8RStyle
:
public
WW8Style
...
...
sw/source/filter/ww8/ww8par6.cxx
Dosyayı görüntüle @
d47719a7
...
@@ -2404,7 +2404,7 @@ bool SwWW8ImplReader::StartApo(const ApoTestResults &rApo, const WW8_TablePos *p
...
@@ -2404,7 +2404,7 @@ bool SwWW8ImplReader::StartApo(const ApoTestResults &rApo, const WW8_TablePos *p
//remove fltanchors, otherwise they will be closed inside the
//remove fltanchors, otherwise they will be closed inside the
//frame, which makes no sense, restore them after the frame is
//frame, which makes no sense, restore them after the frame is
//closed
//closed
m_xSFlyPara
->
pOldAnchorStck
=
m_pAnchorStck
;
m_xSFlyPara
->
xOldAnchorStck
.
reset
(
m_pAnchorStck
)
;
m_pAnchorStck
=
new
SwWW8FltAnchorStack
(
&
m_rDoc
,
m_nFieldFlags
);
m_pAnchorStck
=
new
SwWW8FltAnchorStack
(
&
m_rDoc
,
m_nFieldFlags
);
if
(
m_xSFlyPara
->
pFlyFormat
)
if
(
m_xSFlyPara
->
pFlyFormat
)
...
@@ -2554,7 +2554,7 @@ void SwWW8ImplReader::StopApo()
...
@@ -2554,7 +2554,7 @@ void SwWW8ImplReader::StopApo()
m_xSFlyPara
->
pFlyFormat
->
SetFormatAttr
(
SvxBrushItem
(
aBg
,
RES_BACKGROUND
));
m_xSFlyPara
->
pFlyFormat
->
SetFormatAttr
(
SvxBrushItem
(
aBg
,
RES_BACKGROUND
));
DeleteAnchorStack
();
DeleteAnchorStack
();
m_pAnchorStck
=
m_xSFlyPara
->
pOldAnchorStck
;
m_pAnchorStck
=
m_xSFlyPara
->
xOldAnchorStck
.
release
()
;
// When inserting a graphic into the fly frame using the auto
// When inserting a graphic into the fly frame using the auto
// function, the extension of the SW-fly has to be set
// function, the extension of the SW-fly has to be set
...
...
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