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
cca61a22
Kaydet (Commit)
cca61a22
authored
Kas 24, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-function
Change-Id: If5243c33723e2ad6d468f9bc44c5187cd19dc383
üst
9bed5b33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
WinDeviceInfo.cxx
vcl/opengl/win/WinDeviceInfo.cxx
+0
-13
No files found.
vcl/opengl/win/WinDeviceInfo.cxx
Dosyayı görüntüle @
cca61a22
...
@@ -167,19 +167,6 @@ bool GetKeyValue(const WCHAR* keyLocation, const WCHAR* keyName, OUString& destS
...
@@ -167,19 +167,6 @@ bool GetKeyValue(const WCHAR* keyLocation, const WCHAR* keyName, OUString& destS
return
retval
;
return
retval
;
}
}
// The driver ID is a string like PCI\VEN_15AD&DEV_0405&SUBSYS_040515AD, possibly
// followed by &REV_XXXX. We uppercase the string, and strip the &REV_ part
// from it, if found.
void
normalizeDriverId
(
OUString
&
driverid
)
{
driverid
=
driverid
.
toAsciiUpperCase
();
int32_t
rev
=
driverid
.
indexOf
(
"&REV_"
);
if
(
rev
!=
-
1
)
{
driverid
=
driverid
.
copy
(
0
,
rev
-
1
);
}
}
// The device ID is a string like PCI\VEN_15AD&DEV_0405&SUBSYS_040515AD
// The device ID is a string like PCI\VEN_15AD&DEV_0405&SUBSYS_040515AD
// this function is used to extract the id's out of it
// this function is used to extract the id's out of it
uint32_t
ParseIDFromDeviceID
(
const
OUString
&
key
,
const
char
*
prefix
,
int
length
)
uint32_t
ParseIDFromDeviceID
(
const
OUString
&
key
,
const
char
*
prefix
,
int
length
)
...
...
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