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
5700899b
Kaydet (Commit)
5700899b
authored
Eki 07, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:staticmethods: svl
Change-Id: I5cadb5e19790a941c719253966bc65d54e2b60bd
üst
789280ef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
zformat.hxx
include/svl/zformat.hxx
+2
-2
zformat.cxx
svl/source/numbers/zformat.cxx
+1
-1
No files found.
include/svl/zformat.hxx
Dosyayı görüntüle @
5700899b
...
...
@@ -470,7 +470,7 @@ private:
@returns one of css::i18n::CalendarDisplayCode values
according to eCodeType and the check executed (or passed).
*/
SVL_DLLPRIVATE
s
al_Int32
ImpUseMonthCase
(
int
&
io_nState
,
const
ImpSvNumFor
&
rNumFor
,
NfKeywordIndex
eCodeType
)
const
;
SVL_DLLPRIVATE
s
tatic
sal_Int32
ImpUseMonthCase
(
int
&
io_nState
,
const
ImpSvNumFor
&
rNumFor
,
NfKeywordIndex
eCodeType
)
;
/// Whether it's a (YY)YY-M(M)-D(D) format.
SVL_DLLPRIVATE
bool
ImpIsIso8601
(
const
ImpSvNumFor
&
rNumFor
);
...
...
@@ -542,7 +542,7 @@ private:
// check subcondition
// OP undefined => -1
// else 0 or 1
SVL_DLLPRIVATE
short
ImpCheckCondition
(
double
&
fNumber
,
SVL_DLLPRIVATE
s
tatic
s
hort
ImpCheckCondition
(
double
&
fNumber
,
double
&
fLimit
,
SvNumberformatLimitOps
eOp
);
...
...
svl/source/numbers/zformat.cxx
Dosyayı görüntüle @
5700899b
...
...
@@ -2893,7 +2893,7 @@ bool SvNumberformat::ImpGetTimeOutput(double fNumber,
// inspection of month name around that one, that would enable different month
// cases in one format. Though probably the most rare use case ever..
sal_Int32
SvNumberformat
::
ImpUseMonthCase
(
int
&
io_nState
,
const
ImpSvNumFor
&
rNumFor
,
NfKeywordIndex
eCodeType
)
const
sal_Int32
SvNumberformat
::
ImpUseMonthCase
(
int
&
io_nState
,
const
ImpSvNumFor
&
rNumFor
,
NfKeywordIndex
eCodeType
)
{
using
namespace
::
com
::
sun
::
star
::
i18n
;
if
(
!
io_nState
)
...
...
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