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
e37539b3
Kaydet (Commit)
e37539b3
authored
Tem 07, 2017
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1414682 unnecessary dynamic_cast
Change-Id: I7a1a7b5601f474fda84eef53009f4d45ae35b158
üst
0ed17ba0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ww8graf.cxx
sw/source/filter/ww8/ww8graf.cxx
+2
-2
No files found.
sw/source/filter/ww8/ww8graf.cxx
Dosyayı görüntüle @
e37539b3
...
@@ -1210,7 +1210,7 @@ SdrObject* SwWW8ImplReader::ReadTextBox(WW8_DPHEAD* pHd, SfxAllItemSet &rSet)
...
@@ -1210,7 +1210,7 @@ SdrObject* SwWW8ImplReader::ReadTextBox(WW8_DPHEAD* pHd, SfxAllItemSet &rSet)
aP1
.
X
()
+=
(
sal_Int16
)
SVBT16ToShort
(
pHd
->
dxa
);
aP1
.
X
()
+=
(
sal_Int16
)
SVBT16ToShort
(
pHd
->
dxa
);
aP1
.
Y
()
+=
(
sal_Int16
)
SVBT16ToShort
(
pHd
->
dya
);
aP1
.
Y
()
+=
(
sal_Int16
)
SVBT16ToShort
(
pHd
->
dya
);
Sdr
Object
*
pObj
=
new
SdrRectObj
(
OBJ_TEXT
,
tools
::
Rectangle
(
aP0
,
aP1
)
);
Sdr
RectObj
*
pObj
=
new
SdrRectObj
(
OBJ_TEXT
,
tools
::
Rectangle
(
aP0
,
aP1
)
);
pObj
->
SetModel
(
m_pDrawModel
);
pObj
->
SetModel
(
m_pDrawModel
);
pObj
->
NbcSetSnapRect
(
tools
::
Rectangle
(
aP0
,
aP1
));
pObj
->
NbcSetSnapRect
(
tools
::
Rectangle
(
aP0
,
aP1
));
Size
aSize
(
(
sal_Int16
)
SVBT16ToShort
(
pHd
->
dxa
)
,
Size
aSize
(
(
sal_Int16
)
SVBT16ToShort
(
pHd
->
dxa
)
,
...
@@ -1218,7 +1218,7 @@ SdrObject* SwWW8ImplReader::ReadTextBox(WW8_DPHEAD* pHd, SfxAllItemSet &rSet)
...
@@ -1218,7 +1218,7 @@ SdrObject* SwWW8ImplReader::ReadTextBox(WW8_DPHEAD* pHd, SfxAllItemSet &rSet)
long
nStartCpFly
,
nEndCpFly
;
long
nStartCpFly
,
nEndCpFly
;
bool
bContainsGraphics
;
bool
bContainsGraphics
;
InsertTxbxText
(
dynamic_cast
<
SdrTextObj
*>
(
pObj
)
,
&
aSize
,
0
,
0
,
0
,
nullptr
,
false
,
InsertTxbxText
(
pObj
,
&
aSize
,
0
,
0
,
0
,
nullptr
,
false
,
bDummy
,
nullptr
,
&
nStartCpFly
,
&
nEndCpFly
,
&
bContainsGraphics
);
bDummy
,
nullptr
,
&
nStartCpFly
,
&
nEndCpFly
,
&
bContainsGraphics
);
SetStdAttr
(
rSet
,
aTextB
.
aLnt
,
aTextB
.
aShd
);
SetStdAttr
(
rSet
,
aTextB
.
aLnt
,
aTextB
.
aShd
);
...
...
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