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
06784203
Kaydet (Commit)
06784203
authored
Agu 24, 2012
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove redundant function
Change-Id: If082663aea3e5ed4d242997a1fdd3fd2769daf8d
üst
176598db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
20 deletions
+1
-20
xmlcelli.cxx
sc/source/filter/xml/xmlcelli.cxx
+1
-20
No files found.
sc/source/filter/xml/xmlcelli.cxx
Dosyayı görüntüle @
06784203
...
@@ -511,25 +511,6 @@ ScValidErrorStyle validAlertToValidError( const sheet::ValidationAlertStyle eVAl
...
@@ -511,25 +511,6 @@ ScValidErrorStyle validAlertToValidError( const sheet::ValidationAlertStyle eVAl
return
eVErrStyle
;
return
eVErrStyle
;
}
}
ScConditionMode
conditionOpToMode
(
const
sheet
::
ConditionOperator
eOp
)
{
ScConditionMode
eMode
;
switch
(
eOp
)
{
case
sheet
:
:
ConditionOperator_EQUAL
:
eMode
=
SC_COND_EQUAL
;
break
;
case
sheet
:
:
ConditionOperator_NOT_EQUAL
:
eMode
=
SC_COND_NOTEQUAL
;
break
;
case
sheet
:
:
ConditionOperator_GREATER
:
eMode
=
SC_COND_GREATER
;
break
;
case
sheet
:
:
ConditionOperator_GREATER_EQUAL
:
eMode
=
SC_COND_EQGREATER
;
break
;
case
sheet
:
:
ConditionOperator_LESS
:
eMode
=
SC_COND_LESS
;
break
;
case
sheet
:
:
ConditionOperator_LESS_EQUAL
:
eMode
=
SC_COND_EQLESS
;
break
;
case
sheet
:
:
ConditionOperator_BETWEEN
:
eMode
=
SC_COND_BETWEEN
;
break
;
case
sheet
:
:
ConditionOperator_NOT_BETWEEN
:
eMode
=
SC_COND_NOTBETWEEN
;
break
;
case
sheet
:
:
ConditionOperator_FORMULA
:
eMode
=
SC_COND_DIRECT
;
break
;
default
:
eMode
=
SC_COND_NONE
;
break
;
}
return
eMode
;
}
}
}
void
ScXMLTableRowCellContext
::
SetContentValidation
(
const
ScRange
&
rScRange
)
void
ScXMLTableRowCellContext
::
SetContentValidation
(
const
ScRange
&
rScRange
)
...
@@ -543,7 +524,7 @@ void ScXMLTableRowCellContext::SetContentValidation( const ScRange& rScRange )
...
@@ -543,7 +524,7 @@ void ScXMLTableRowCellContext::SetContentValidation( const ScRange& rScRange )
{
{
ScValidationData
aScValidationData
(
ScValidationData
aScValidationData
(
validationTypeToMode
(
aValidation
.
aValidationType
),
validationTypeToMode
(
aValidation
.
aValidationType
),
conditionOpToMode
(
aValidation
.
aOperator
),
ScConditionEntry
::
GetModeFromApi
(
static_cast
<
sal_Int32
>
(
aValidation
.
aOperator
)
),
aValidation
.
sFormula1
,
aValidation
.
sFormula2
,
pDoc
,
ScAddress
(),
aValidation
.
sFormula1
,
aValidation
.
sFormula2
,
pDoc
,
ScAddress
(),
aValidation
.
sFormulaNmsp1
,
aValidation
.
sFormulaNmsp2
,
aValidation
.
sFormulaNmsp1
,
aValidation
.
sFormulaNmsp2
,
aValidation
.
eGrammar1
,
aValidation
.
eGrammar2
aValidation
.
eGrammar1
,
aValidation
.
eGrammar2
...
...
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