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
958556ff
Kaydet (Commit)
958556ff
authored
Tem 21, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused convertDateTimeTZ and convertDateTZ
Change-Id: I177584f6988cf3cb31c5508262d3907ef6be23d7
üst
f717aeef
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
20 deletions
+0
-20
converter.hxx
include/sax/tools/converter.hxx
+0
-6
converter.cxx
sax/source/tools/converter.cxx
+0
-12
unusedcode.easy
unusedcode.easy
+0
-2
No files found.
include/sax/tools/converter.hxx
Dosyayı görüntüle @
958556ff
...
@@ -166,12 +166,6 @@ public:
...
@@ -166,12 +166,6 @@ public:
sal_Int16
const
*
pTimeZoneOffset
,
sal_Int16
const
*
pTimeZoneOffset
,
bool
bAddTimeIf0AM
=
false
);
bool
bAddTimeIf0AM
=
false
);
static
void
convertDateTZ
(
OUStringBuffer
&
rBuffer
,
com
::
sun
::
star
::
util
::
DateWithTimezone
const
&
rDate
);
static
void
convertDateTimeTZ
(
OUStringBuffer
&
rBuffer
,
com
::
sun
::
star
::
util
::
DateTimeWithTimezone
const
&
rDateTime
);
/** convert ISO "date" or "dateTime" string to util::DateTime */
/** convert ISO "date" or "dateTime" string to util::DateTime */
static
bool
parseDateTime
(
com
::
sun
::
star
::
util
::
DateTime
&
rDateTime
,
static
bool
parseDateTime
(
com
::
sun
::
star
::
util
::
DateTime
&
rDateTime
,
boost
::
optional
<
sal_Int16
>
*
pTimeZoneOffset
,
boost
::
optional
<
sal_Int16
>
*
pTimeZoneOffset
,
...
...
sax/source/tools/converter.cxx
Dosyayı görüntüle @
958556ff
...
@@ -1223,18 +1223,6 @@ lcl_AppendTimezone(OUStringBuffer & i_rBuffer, sal_Int16 const nOffset)
...
@@ -1223,18 +1223,6 @@ lcl_AppendTimezone(OUStringBuffer & i_rBuffer, sal_Int16 const nOffset)
}
}
}
}
void
Converter
::
convertDateTZ
(
OUStringBuffer
&
rBuffer
,
com
::
sun
::
star
::
util
::
DateWithTimezone
const
&
rDate
)
{
convertDate
(
rBuffer
,
rDate
.
DateInTZ
,
&
rDate
.
Timezone
);
}
void
Converter
::
convertDateTimeTZ
(
OUStringBuffer
&
rBuffer
,
com
::
sun
::
star
::
util
::
DateTimeWithTimezone
const
&
rDateTime
)
{
convertDateTime
(
rBuffer
,
rDateTime
.
DateTimeInTZ
,
&
rDateTime
.
Timezone
);
}
/** convert util::Date to ISO "date" string */
/** convert util::Date to ISO "date" string */
void
Converter
::
convertDate
(
void
Converter
::
convertDate
(
OUStringBuffer
&
i_rBuffer
,
OUStringBuffer
&
i_rBuffer
,
...
...
unusedcode.easy
Dosyayı görüntüle @
958556ff
...
@@ -153,8 +153,6 @@ oox::xls::SheetDataBuffer::writeXfIdRangeListProperties(int, int, oox::xls::ApiC
...
@@ -153,8 +153,6 @@ oox::xls::SheetDataBuffer::writeXfIdRangeListProperties(int, int, oox::xls::ApiC
oox::xls::StylesBuffer::writeStyleXfToPropertySet(oox::PropertySet&, int) const
oox::xls::StylesBuffer::writeStyleXfToPropertySet(oox::PropertySet&, int) const
oox::xls::WorksheetGlobals::getColumns(oox::ValueRange const&) const
oox::xls::WorksheetGlobals::getColumns(oox::ValueRange const&) const
oox::xls::WorksheetGlobals::getRows(oox::ValueRange const&) const
oox::xls::WorksheetGlobals::getRows(oox::ValueRange const&) const
sax::Converter::convertDateTZ(rtl::OUStringBuffer&, com::sun::star::util::DateWithTimezone const&)
sax::Converter::convertDateTimeTZ(rtl::OUStringBuffer&, com::sun::star::util::DateTimeWithTimezone const&)
sc::CellTextAttr::CellTextAttr(unsigned short, unsigned char)
sc::CellTextAttr::CellTextAttr(unsigned short, unsigned char)
sc::sidebar::CellLineStyleValueSet::GetSelItem()
sc::sidebar::CellLineStyleValueSet::GetSelItem()
sc::sidebar::CellLineStyleValueSet::SetCusEnable(bool)
sc::sidebar::CellLineStyleValueSet::SetCusEnable(bool)
...
...
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