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
8ab93ae4
Kaydet (Commit)
8ab93ae4
authored
Nis 04, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcanvas: sal_Bool->bool
Change-Id: I3dc076f3593d4d083d5e25e41e007eadc97d2978
üst
718ec662
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
implrenderer.hxx
cppcanvas/source/inc/implrenderer.hxx
+1
-1
emfplus.cxx
cppcanvas/source/mtfrenderer/emfplus.cxx
+3
-3
mtftools.cxx
cppcanvas/source/mtfrenderer/mtftools.cxx
+1
-1
No files found.
cppcanvas/source/inc/implrenderer.hxx
Dosyayı görüntüle @
8ab93ae4
...
...
@@ -278,7 +278,7 @@ static float GetSwapFloat( SvStream& rSt )
ActionVector
::
const_iterator
&
o_rRangeBegin
,
ActionVector
::
const_iterator
&
o_rRangeEnd
)
const
;
void
processObjectRecord
(
SvMemoryStream
&
rObjectStream
,
sal_uInt16
flags
,
sal_uInt32
dataSize
,
sal_Bool
bUseWholeStream
=
sal_F
alse
);
void
processObjectRecord
(
SvMemoryStream
&
rObjectStream
,
sal_uInt16
flags
,
sal_uInt32
dataSize
,
bool
bUseWholeStream
=
f
alse
);
/* EMF+ */
void
processEMFPlus
(
MetaCommentAction
*
pAct
,
const
ActionFactoryParameters
&
rFactoryParms
,
OutDevState
&
rState
,
const
CanvasSharedPtr
&
rCanvas
);
...
...
cppcanvas/source/mtfrenderer/emfplus.cxx
Dosyayı görüntüle @
8ab93ae4
...
...
@@ -947,7 +947,7 @@ namespace cppcanvas
Graphic
graphic
;
void
Read
(
SvMemoryStream
&
s
,
sal_uInt32
dataSize
,
sal_B
ool
bUseWholeStream
)
void
Read
(
SvMemoryStream
&
s
,
sal_uInt32
dataSize
,
b
ool
bUseWholeStream
)
{
sal_uInt32
header
,
unknown
;
...
...
@@ -1462,7 +1462,7 @@ namespace cppcanvas
}
}
void
ImplRenderer
::
processObjectRecord
(
SvMemoryStream
&
rObjectStream
,
sal_uInt16
flags
,
sal_uInt32
dataSize
,
sal_B
ool
bUseWholeStream
)
void
ImplRenderer
::
processObjectRecord
(
SvMemoryStream
&
rObjectStream
,
sal_uInt16
flags
,
sal_uInt32
dataSize
,
b
ool
bUseWholeStream
)
{
sal_uInt32
index
;
...
...
@@ -1624,7 +1624,7 @@ namespace cppcanvas
if
(
mbMultipart
)
{
SAL_INFO
(
"cppcanvas.emf"
,
"EMF+ multipart record flags: "
<<
mMFlags
);
mMStream
.
Seek
(
0
);
processObjectRecord
(
mMStream
,
mMFlags
,
dataSize
,
sal_T
rue
);
processObjectRecord
(
mMStream
,
mMFlags
,
dataSize
,
t
rue
);
}
mbMultipart
=
false
;
}
...
...
cppcanvas/source/mtfrenderer/mtftools.cxx
Dosyayı görüntüle @
8ab93ae4
...
...
@@ -232,7 +232,7 @@ namespace cppcanvas
TextLineInfo
createTextLineInfo
(
const
::
VirtualDevice
&
rVDev
,
const
::
cppcanvas
::
internal
::
OutDevState
&
rState
)
{
const
sal_B
ool
bOldMode
(
rVDev
.
IsMapModeEnabled
()
);
const
b
ool
bOldMode
(
rVDev
.
IsMapModeEnabled
()
);
// #i68512# Force metric regeneration with mapmode enabled
// (prolly OutDev bug)
...
...
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