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
f488aed4
Kaydet (Commit)
f488aed4
authored
Agu 07, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#706150 Copy into fixed size buffer
Change-Id: Iee86d6233771a9e07a037257786e928c6f18addd
üst
df29ac90
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
LocaleNode.cxx
i18npool/source/localedata/LocaleNode.cxx
+0
-0
LocaleNode.hxx
i18npool/source/localedata/LocaleNode.hxx
+3
-8
No files found.
i18npool/source/localedata/LocaleNode.cxx
Dosyayı görüntüle @
f488aed4
This diff is collapsed.
Click to expand it.
i18npool/source/localedata/LocaleNode.hxx
Dosyayı görüntüle @
f488aed4
...
@@ -127,17 +127,12 @@ public:
...
@@ -127,17 +127,12 @@ public:
void
incError
(
const
char
*
pStr
)
const
;
void
incError
(
const
char
*
pStr
)
const
;
// ++nError with output to stderr
// ++nError with output to stderr
void
incError
(
const
OUString
&
rStr
)
const
;
void
incError
(
const
OUString
&
rStr
)
const
;
// ++nError with output to stderr, pStr should contain "%d"
, otherwise appended
// ++nError with output to stderr, pStr should contain "%d"
void
incErrorInt
(
const
char
*
pStr
,
int
nVal
)
const
;
void
incErrorInt
(
const
char
*
pStr
,
int
nVal
)
const
;
// ++nError with output to stderr, pStr should contain "%s"
, otherwise appended
// ++nError with output to stderr, pStr should contain "%s"
void
incErrorStr
(
const
char
*
pStr
,
const
OUString
&
rVal
)
const
;
void
incErrorStr
(
const
char
*
pStr
,
const
OUString
&
rVal
)
const
;
// ++nError with output to stderr, pStr should contain "%s %s", otherwise
// ++nError with output to stderr, pStr should contain "%s %s"
// appended
void
incErrorStrStr
(
const
char
*
pStr
,
const
OUString
&
rVal1
,
const
OUString
&
rVal2
)
const
;
void
incErrorStrStr
(
const
char
*
pStr
,
const
OUString
&
rVal1
,
const
OUString
&
rVal2
)
const
;
// used by incError...(), returns a pointer to a static buffer,
// pDefaultConversion is appended if pFormat doesn't contain a %
// specification and should be something like ": %d" or ": %s" or similar.
char
*
prepareErrorFormat
(
const
char
*
pFormat
,
const
char
*
pDefaultConversion
)
const
;
static
LocaleNode
*
createNode
(
const
OUString
&
name
,
const
Reference
<
XAttributeList
>
&
attr
);
static
LocaleNode
*
createNode
(
const
OUString
&
name
,
const
Reference
<
XAttributeList
>
&
attr
);
};
};
...
...
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