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
e4dcc311
Kaydet (Commit)
e4dcc311
authored
Kas 01, 2012
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove empty methods
Change-Id: I0af7aa408d4089015257430d3001f0bfcd77c955
üst
5787bb3f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
29 deletions
+0
-29
xmlcondformat.cxx
sc/source/filter/xml/xmlcondformat.cxx
+0
-17
xmlcondformat.hxx
sc/source/filter/xml/xmlcondformat.hxx
+0
-12
No files found.
sc/source/filter/xml/xmlcondformat.cxx
Dosyayı görüntüle @
e4dcc311
...
...
@@ -65,10 +65,6 @@ SvXMLImportContext* ScXMLConditionalFormatsContext::CreateChildContext( sal_uInt
return
pContext
;
}
void
ScXMLConditionalFormatsContext
::
EndElement
()
{
}
ScXMLConditionalFormatContext
::
ScXMLConditionalFormatContext
(
ScXMLImport
&
rImport
,
sal_uInt16
nPrfx
,
const
::
rtl
::
OUString
&
rLName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>&
xAttrList
)
:
SvXMLImportContext
(
rImport
,
nPrfx
,
rLName
)
...
...
@@ -171,11 +167,6 @@ SvXMLImportContext* ScXMLColorScaleFormatContext::CreateChildContext( sal_uInt16
return
pContext
;
}
void
ScXMLColorScaleFormatContext
::
EndElement
()
{
}
ScXMLDataBarFormatContext
::
ScXMLDataBarFormatContext
(
ScXMLImport
&
rImport
,
sal_uInt16
nPrfx
,
const
::
rtl
::
OUString
&
rLName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>&
xAttrList
,
ScConditionalFormat
*
pFormat
)
:
...
...
@@ -301,10 +292,6 @@ SvXMLImportContext* ScXMLDataBarFormatContext::CreateChildContext( sal_uInt16 nP
return
pContext
;
}
void
ScXMLDataBarFormatContext
::
EndElement
()
{
}
ScXMLIconSetFormatContext
::
ScXMLIconSetFormatContext
(
ScXMLImport
&
rImport
,
sal_uInt16
nPrfx
,
const
::
rtl
::
OUString
&
rLName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
...
...
@@ -577,10 +564,6 @@ ScXMLColorScaleFormatEntryContext::ScXMLColorScaleFormatEntryContext( ScXMLImpor
pFormat
->
AddEntry
(
mpFormatEntry
);
}
void
ScXMLColorScaleFormatEntryContext
::
EndElement
()
{
}
ScXMLFormattingEntryContext
::
ScXMLFormattingEntryContext
(
ScXMLImport
&
rImport
,
sal_uInt16
nPrfx
,
const
::
rtl
::
OUString
&
rLName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>&
xAttrList
,
ScColorScaleEntry
*&
pColorScaleEntry
)
:
...
...
sc/source/filter/xml/xmlcondformat.hxx
Dosyayı görüntüle @
e4dcc311
...
...
@@ -51,8 +51,6 @@ public:
const
::
rtl
::
OUString
&
rLocalName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>&
xAttrList
);
virtual
void
EndElement
();
};
class
ScXMLConditionalFormatContext
:
public
SvXMLImportContext
...
...
@@ -73,7 +71,6 @@ public:
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>&
xAttrList
);
virtual
void
EndElement
();
private
:
ScConditionalFormat
*
mpFormat
;
...
...
@@ -97,9 +94,6 @@ public:
const
::
rtl
::
OUString
&
rLocalName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>&
xAttrList
);
virtual
void
EndElement
();
private
:
ScColorScaleFormat
*
pColorScaleFormat
;
...
...
@@ -123,9 +117,6 @@ public:
const
::
rtl
::
OUString
&
rLocalName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>&
xAttrList
);
virtual
void
EndElement
();
private
:
ScDataBarFormat
*
mpDataBarFormat
;
...
...
@@ -168,9 +159,6 @@ public:
ScColorScaleFormat
*
pFormat
);
virtual
~
ScXMLColorScaleFormatEntryContext
()
{}
virtual
void
EndElement
();
private
:
ScColorScaleEntry
*
mpFormatEntry
;
...
...
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