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
6491e0ed
Kaydet (Commit)
6491e0ed
authored
Haz 28, 2013
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mark as const
Change-Id: Ia390987749be2d1d642d4add11efcc892a81722a
üst
4296394d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
bitmap3.cxx
vcl/source/gdi/bitmap3.cxx
+1
-1
canvasbitmaptest.cxx
vcl/test/canvasbitmaptest.cxx
+1
-1
salframe.cxx
vcl/win/source/window/salframe.cxx
+1
-1
No files found.
vcl/source/gdi/bitmap3.cxx
Dosyayı görüntüle @
6491e0ed
...
...
@@ -215,7 +215,7 @@ void ImplCreateDitherMatrix( sal_uInt8 (*pDitherMatrix)[16][16] )
long
i
,
j
,
k
,
l
;
sal_uInt16
pMtx
[
16
][
16
];
sal_uInt16
nMax
=
0
;
static
sal_uInt8
pMagic
[
4
][
4
]
=
{
{
0
,
14
,
3
,
13
,
},
static
const
sal_uInt8
pMagic
[
4
][
4
]
=
{
{
0
,
14
,
3
,
13
,
},
{
11
,
5
,
8
,
6
,
},
{
12
,
2
,
15
,
1
,
},
{
7
,
9
,
4
,
10
}
};
...
...
vcl/test/canvasbitmaptest.cxx
Dosyayı görüntüle @
6491e0ed
...
...
@@ -701,7 +701,7 @@ public:
void
TestWindow
::
Paint
(
const
Rectangle
&
)
{
static
sal_Int8
lcl_depths
[]
=
{
1
,
4
,
8
,
16
,
24
};
static
const
sal_Int8
lcl_depths
[]
=
{
1
,
4
,
8
,
16
,
24
};
try
{
...
...
vcl/win/source/window/salframe.cxx
Dosyayı görüntüle @
6491e0ed
...
...
@@ -522,7 +522,7 @@ HWND ImplSalReCreateHWND( HWND hWndParent, HWND oldhWnd, sal_Bool bAsChild )
// translation table from System keycodes into StartView keycodes
#define KEY_TAB_SIZE 146
static
sal_uInt16
aImplTranslateKeyTab
[
KEY_TAB_SIZE
]
=
static
const
sal_uInt16
aImplTranslateKeyTab
[
KEY_TAB_SIZE
]
=
{
// StarView-Code System-Code Index
0
,
// 0
...
...
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