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
f27e5ecf
Kaydet (Commit)
f27e5ecf
authored
Mar 03, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused code oox::AttributeConversion::decodeDouble
Change-Id: I057ebcf125e068653570dabb59a8b7f4494e96db
üst
a3171e82
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
9 deletions
+0
-9
attributelist.hxx
include/oox/helper/attributelist.hxx
+0
-3
attributelist.cxx
oox/source/helper/attributelist.cxx
+0
-5
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
include/oox/helper/attributelist.hxx
Dosyayı görüntüle @
f27e5ecf
...
...
@@ -48,9 +48,6 @@ public:
'_xHHHH_' (H being a hexadecimal digit), will be decoded. */
static
OUString
decodeXString
(
const
OUString
&
rValue
);
/** Returns the double value from the passed string. */
static
double
decodeDouble
(
const
OUString
&
rValue
);
/** Returns the 32-bit signed integer value from the passed string (decimal). */
static
sal_Int32
decodeInteger
(
const
OUString
&
rValue
);
...
...
oox/source/helper/attributelist.cxx
Dosyayı görüntüle @
f27e5ecf
...
...
@@ -87,11 +87,6 @@ OUString AttributeConversion::decodeXString( const OUString& rValue )
return
aBuffer
.
makeStringAndClear
();
}
double
AttributeConversion
::
decodeDouble
(
const
OUString
&
rValue
)
{
return
rValue
.
toDouble
();
}
sal_Int32
AttributeConversion
::
decodeInteger
(
const
OUString
&
rValue
)
{
return
rValue
.
toInt32
();
...
...
unusedcode.easy
Dosyayı görüntüle @
f27e5ecf
...
...
@@ -253,7 +253,6 @@ formula::SingleVectorRefToken::GetRequestedArrayLength() const
formula::SingleVectorRefToken::SingleVectorRefToken(double const*, unsigned long, unsigned long)
oglcanvas::CanvasHelper::flush() const
oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const
oox::AttributeConversion::decodeDouble(rtl::OUString const&)
oox::xls::BiffDrawingObjectBase::BiffDrawingObjectBase(oox::xls::WorksheetHelper const&)
registry::tools::Options::Options(char const*)
registry::tools::Options::badOption(char const*, char const*) const
...
...
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