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
b2df899d
Kaydet (Commit)
b2df899d
authored
Ock 30, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix build
Change-Id: Ib2ab6140c45b858acbe0b97870d2d64c7189d875
üst
99674f75
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
address.cxx
sc/source/core/tool/address.cxx
+3
-3
No files found.
sc/source/core/tool/address.cxx
Dosyayı görüntüle @
b2df899d
...
...
@@ -1710,14 +1710,14 @@ template <typename T > static inline void lcl_a1_append_c ( T &rString, int nCol
lcl_ScColToAlpha
(
rString
,
sal
::
static_int_cast
<
SCCOL
>
(
nCol
)
);
}
template
<
typename
T
>
static
inline
void
lcl_a1_append_r
(
T
&
rString
,
int
nRow
,
bool
bIsAbs
)
template
<
typename
T
>
static
inline
void
lcl_a1_append_r
(
T
&
rString
,
sal_Int32
nRow
,
bool
bIsAbs
)
{
if
(
bIsAbs
)
rString
.
append
(
"$"
);
rString
.
append
(
nRow
+
1
);
}
template
<
typename
T
>
static
inline
void
lcl_r1c1_append_c
(
T
&
rString
,
int
nCol
,
bool
bIsAbs
,
template
<
typename
T
>
static
inline
void
lcl_r1c1_append_c
(
T
&
rString
,
sal_Int32
nCol
,
bool
bIsAbs
,
const
ScAddress
::
Details
&
rDetails
)
{
rString
.
append
(
"C"
);
...
...
@@ -1734,7 +1734,7 @@ template <typename T > static inline void lcl_r1c1_append_c ( T &rString, int nC
}
}
template
<
typename
T
>
static
inline
void
lcl_r1c1_append_r
(
T
&
rString
,
int
nRow
,
bool
bIsAbs
,
template
<
typename
T
>
static
inline
void
lcl_r1c1_append_r
(
T
&
rString
,
sal_Int32
nRow
,
bool
bIsAbs
,
const
ScAddress
::
Details
&
rDetails
)
{
rString
.
append
(
"R"
);
...
...
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