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
356f1ad7
Kaydet (Commit)
356f1ad7
authored
Şub 12, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: I29b5461cd6976364a28820b1f780d060efb70a02
üst
33c7ecf8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
lotform.hxx
sc/source/filter/inc/lotform.hxx
+4
-4
lotform.cxx
sc/source/filter/lotus/lotform.cxx
+1
-1
op.cxx
sc/source/filter/lotus/op.cxx
+1
-1
No files found.
sc/source/filter/inc/lotform.hxx
Dosyayı görüntüle @
356f1ad7
...
...
@@ -74,8 +74,8 @@ private:
void
DoFunc
(
DefTokenId
eOc
,
sal_uInt8
nAnz
,
const
sal_Char
*
pExtName
);
void
LotusRelToScRel
(
sal_uInt16
nCol
,
sal_uInt16
nRow
,
ScSingleRefData
&
rSRD
);
sal_B
ool
bWK3
;
// alternative Codeumsetzung statt fuer < WK1
sal_Bool
bWK123
;
// alternative for 123
b
ool
bWK3
;
// alternative Codeumsetzung statt fuer < WK1
bool
bWK123
;
// alternative for 123
// -------------------------------------------------------------------
void
ReadSRD
(
ScSingleRefData
&
rSRD
,
sal_uInt8
nFlags
);
inline
void
ReadCRD
(
ScComplexRefData
&
rCRD
,
sal_uInt8
nFlags
);
...
...
@@ -88,7 +88,7 @@ private:
void
NegToken
(
TokenId
&
rParam
);
// ACHTUNG: wie ~, nur wird '-(<rParam>)' gebildet
public
:
LotusToSc
(
SvStream
&
aStr
,
rtl_TextEncoding
eSrc
,
sal_B
ool
b
);
LotusToSc
(
SvStream
&
aStr
,
rtl_TextEncoding
eSrc
,
b
ool
b
);
virtual
ConvErr
Convert
(
const
ScTokenArray
*&
rpErg
,
sal_Int32
&
nRest
,
const
FORMULA_TYPE
eFT
=
FT_CellFormula
);
...
...
@@ -112,7 +112,7 @@ inline void LotusToSc::ReadCRD( ScComplexRefData& rCRD, sal_uInt8 nRelBit )
inline
void
LotusToSc
::
SetWK3
(
void
)
{
bWK3
=
sal_T
rue
;
bWK3
=
t
rue
;
}
...
...
sc/source/filter/lotus/lotform.cxx
Dosyayı görüntüle @
356f1ad7
...
...
@@ -341,7 +341,7 @@ void LotusToSc::Reset( const ScAddress& rEingPos )
}
LotusToSc
::
LotusToSc
(
SvStream
&
rStream
,
rtl_TextEncoding
e
,
sal_B
ool
b
)
:
LotusToSc
::
LotusToSc
(
SvStream
&
rStream
,
rtl_TextEncoding
e
,
b
ool
b
)
:
LotusConverterBase
(
rStream
,
128
)
{
eSrcChar
=
e
;
...
...
sc/source/filter/lotus/op.cxx
Dosyayı görüntüle @
356f1ad7
...
...
@@ -407,7 +407,7 @@ void OP_Formula123( SvStream& r, sal_uInt16 n )
sal_Int32
nBytesLeft
=
(
n
>
12
)
?
n
-
12
:
0
;
ScAddress
aAddress
(
nCol
,
nRow
,
nTab
);
LotusToSc
aConv
(
r
,
pLotusRoot
->
eCharsetQ
,
sal_T
rue
);
LotusToSc
aConv
(
r
,
pLotusRoot
->
eCharsetQ
,
t
rue
);
aConv
.
Reset
(
aAddress
);
aConv
.
Convert
(
pErg
,
nBytesLeft
);
...
...
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