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
b3bb8398
Kaydet (Commit)
b3bb8398
authored
Ock 16, 2001
tarafından
Oliver Bolte
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#65293# parse error linux compiler
üst
5a659ca0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
wrtw8esh.cxx
sw/source/filter/ww8/wrtw8esh.cxx
+10
-5
No files found.
sw/source/filter/ww8/wrtw8esh.cxx
Dosyayı görüntüle @
b3bb8398
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: wrtw8esh.cxx,v $
*
* $Revision: 1.
6
$
* $Revision: 1.
7
$
*
* last change: $Author:
sj $ $Date: 2000-12-13 14:13:35
$
* last change: $Author:
obo $ $Date: 2001-01-16 13:01:59
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -1823,7 +1823,8 @@ void SwEscherEx::WriteGrfFlyFrame( const SwFrmFmt& rFmt, UINT32 nShapeId )
else
aSize
=
OutputDevice
::
LogicToLogic
(
aSize
,
aGraphic
.
GetPrefMapMode
(),
aMap100mm
);
Rectangle
aRect
(
Point
(),
aSize
);
Point
aEmptyPoint
=
Point
();
Rectangle
aRect
(
aEmptyPoint
,
aSize
);
sal_uInt32
nBlibId
=
GetBlibID
(
*
QueryPicStream
(),
aUniqueId
,
aRect
,
NULL
);
if
(
nBlibId
)
...
...
@@ -2094,7 +2095,8 @@ void SwEscherEx::WriteFlyFrameAttr( const SwFrmFmt& rFmt, EscherPropertyContaine
else
aSize
=
OutputDevice
::
LogicToLogic
(
aSize
,
aGraphic
.
GetPrefMapMode
(),
aMap100mm
);
Rectangle
aRect
(
Point
(),
aSize
);
Point
aEmptyPoint
=
Point
();
Rectangle
aRect
(
aEmptyPoint
,
aSize
);
sal_uInt32
nBlibId
=
GetBlibID
(
*
QueryPicStream
(),
aUniqueId
,
aRect
,
NULL
);
if
(
nBlibId
)
...
...
@@ -2297,11 +2299,14 @@ BOOL SwMSConvertControls::ExportControl(Writer &rWrt, const SdrObject *pObj)
Source Code Control System - Header
$Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/ww8/wrtw8esh.cxx,v 1.
6 2000-12-13 14:13:35 sj
Exp $
$Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/ww8/wrtw8esh.cxx,v 1.
7 2001-01-16 13:01:59 obo
Exp $
Source Code Control System - Update
$Log: not supported by cvs2svn $
Revision 1.6 2000/12/13 14:13:35 sj
AddWmf, AddGraphic had been removed from EscherEx, UniqueId from GraphicObject is now used to get the GraphicId
Revision 1.5 2000/12/11 14:31:03 sj
now using EscherPropertyContainer to create the ESCHER_OPT atom
...
...
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