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
75e3aaea
Kaydet (Commit)
75e3aaea
authored
Haz 02, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:cstylecast: deal with those that are (technically) const_cast
Change-Id: I6ca4fb09fead52c1ff311a30e3d711d92bcc0918
üst
6780db68
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
3DChartObjects.cxx
chart2/source/view/main/3DChartObjects.cxx
+1
-1
No files found.
chart2/source/view/main/3DChartObjects.cxx
Dosyayı görüntüle @
75e3aaea
...
@@ -99,7 +99,7 @@ const TextCacheItem& TextCache::getText(OUString const & rText, bool bIs3dText)
...
@@ -99,7 +99,7 @@ const TextCacheItem& TextCache::getText(OUString const & rText, bool bIs3dText)
// TextCacheItem *pItem = new TextCacheItem(OpenGLHelper::ConvertBitmapExToRGBABuffer(aText), aText.GetSizePixel());
// TextCacheItem *pItem = new TextCacheItem(OpenGLHelper::ConvertBitmapExToRGBABuffer(aText), aText.GetSizePixel());
Bitmap
aBitmap
(
aText
.
GetBitmap
());
Bitmap
aBitmap
(
aText
.
GetBitmap
());
BitmapReadAccess
*
pAcc
=
aBitmap
.
AcquireReadAccess
();
BitmapReadAccess
*
pAcc
=
aBitmap
.
AcquireReadAccess
();
sal_uInt8
*
buf
=
(
sal_uInt8
*
)
pAcc
->
GetBuffer
(
);
sal_uInt8
*
buf
=
reinterpret_cast
<
sal_uInt8
*>
(
pAcc
->
GetBuffer
()
);
long
nBmpWidth
=
aText
.
GetSizePixel
().
Width
();
long
nBmpWidth
=
aText
.
GetSizePixel
().
Width
();
long
nBmpHeight
=
aText
.
GetSizePixel
().
Height
();
long
nBmpHeight
=
aText
.
GetSizePixel
().
Height
();
sal_uInt8
*
pBitmapBuf
(
new
sal_uInt8
[
3
*
nBmpWidth
*
nBmpHeight
]);
sal_uInt8
*
pBitmapBuf
(
new
sal_uInt8
[
3
*
nBmpWidth
*
nBmpHeight
]);
...
...
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