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
05473825
Kaydet (Commit)
05473825
authored
May 13, 2014
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unreffun
Change-Id: Ifd544db272652e1e9c45093291ab7f8ae3dd53a0
üst
95bb3305
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
+2
-10
UCBDeadPropertyValue.cxx
ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx
+0
-10
saldisp.cxx
vcl/unx/generic/app/saldisp.cxx
+2
-0
No files found.
ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx
Dosyayı görüntüle @
05473825
...
...
@@ -26,16 +26,6 @@ using namespace http_dav_ucp;
using
namespace
::
com
::
sun
::
star
;
struct
UCBDeadPropertyValueParseContext
{
OUString
*
pType
;
OUString
*
pValue
;
UCBDeadPropertyValueParseContext
()
:
pType
(
0
),
pValue
(
0
)
{}
~
UCBDeadPropertyValueParseContext
()
{
delete
pType
;
delete
pValue
;
}
};
// static
const
OUString
UCBDeadPropertyValue
::
aTypeString
=
OUString
(
"string"
);
...
...
vcl/unx/generic/app/saldisp.cxx
Dosyayı görüntüle @
05473825
...
...
@@ -84,6 +84,7 @@ using namespace vcl_sal;
#define SALCOLOR_WHITE MAKE_SALCOLOR( 0xFF, 0xFF, 0xFF )
#define SALCOLOR_BLACK MAKE_SALCOLOR( 0x00, 0x00, 0x00 )
#ifdef DBG_UTIL
inline
const
char
*
Null
(
const
char
*
p
)
{
return
p
?
p
:
""
;
}
inline
const
char
*
GetEnv
(
const
char
*
p
)
{
return
Null
(
getenv
(
p
)
);
}
inline
const
char
*
KeyStr
(
KeySym
n
)
{
return
Null
(
XKeysymToString
(
n
)
);
}
...
...
@@ -93,6 +94,7 @@ inline const char *GetAtomName( Display *d, Atom a )
inline
double
Hypothenuse
(
long
w
,
long
h
)
{
return
sqrt
(
(
double
)((
w
*
w
)
+
(
h
*
h
))
);
}
#endif
inline
int
ColorDiff
(
int
r
,
int
g
,
int
b
)
{
return
(
r
*
r
)
+
(
g
*
g
)
+
(
b
*
b
);
}
...
...
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