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
7768cbe9
Kaydet (Commit)
7768cbe9
authored
Kas 13, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: neither setNumberFormat is used
Change-Id: I782eace543ae5618004c61b9b84a0646cc463df6
üst
c17f51c7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
23 deletions
+0
-23
vbaformat.cxx
sc/source/ui/vba/vbaformat.cxx
+0
-20
vbaformat.hxx
sc/source/ui/vba/vbaformat.hxx
+0
-1
unusedcode.easy
unusedcode.easy
+0
-2
No files found.
sc/source/ui/vba/vbaformat.cxx
Dosyayı görüntüle @
7768cbe9
...
...
@@ -400,26 +400,6 @@ ScVbaFormat<Ifc1>::getNumberFormatLocal( ) throw (script::BasicErrorException,
}
template
<
typename
Ifc1
>
void
ScVbaFormat
<
Ifc1
>::
setNumberFormat
(
lang
::
Locale
_aLocale
,
const
rtl
::
OUString
&
_sFormatString
)
throw
(
script
::
BasicErrorException
)
{
try
{
initializeNumberFormats
();
sal_Int32
nFormat
=
xNumberFormats
->
queryKey
(
_sFormatString
,
_aLocale
,
sal_True
);
if
(
nFormat
==
-
1
)
{
xNumberFormats
->
addNew
(
_sFormatString
,
_aLocale
);
}
mxPropertySet
->
setPropertyValue
(
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
SC_UNO_DP_NUMBERFO
)
),
uno
::
makeAny
(
nFormat
)
);
}
catch
(
const
uno
::
Exception
&
)
{
DebugHelper
::
exception
(
SbERR_METHOD_FAILED
,
rtl
::
OUString
());
}
}
template
<
typename
Ifc1
>
void
SAL_CALL
ScVbaFormat
<
Ifc1
>::
setNumberFormatLocal
(
const
uno
::
Any
&
_oLocalFormatString
)
throw
(
script
::
BasicErrorException
,
uno
::
RuntimeException
)
...
...
sc/source/ui/vba/vbaformat.hxx
Dosyayı görüntüle @
7768cbe9
...
...
@@ -62,7 +62,6 @@ protected:
bool
isAmbiguous
(
const
rtl
::
OUString
&
_sPropertyName
)
throw
(
css
::
script
::
BasicErrorException
);
css
::
uno
::
Reference
<
css
::
beans
::
XPropertyState
>
getXPropertyState
()
throw
(
css
::
uno
::
RuntimeException
);
void
initializeNumberFormats
()
throw
(
css
::
script
::
BasicErrorException
);
void
setNumberFormat
(
css
::
lang
::
Locale
_aLocale
,
const
rtl
::
OUString
&
_sFormatString
)
throw
(
css
::
script
::
BasicErrorException
);
SfxItemSet
*
getCurrentDataSet
(
)
throw
(
css
::
uno
::
RuntimeException
);
protected
:
virtual
ScCellRangesBase
*
getCellRangesBase
()
throw
(
css
::
uno
::
RuntimeException
);
...
...
unusedcode.easy
Dosyayı görüntüle @
7768cbe9
...
...
@@ -9,10 +9,8 @@ SanExtensionImpl::setCertExtn(unsigned char*, unsigned int, unsigned char*, unsi
ScFiltersTest::testColorScaleODS()
ScFiltersTest::testColorScaleXLSX()
ScMenuFloatingWindow::getDoc()
ScVbaFormat<ooo::vba::excel::XRange>::setNumberFormat(com::sun::star::lang::Locale, rtl::OUString const&)
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
ScVbaFormat<ooo::vba::excel::XStyle>::setNumberFormat(com::sun::star::lang::Locale, rtl::OUString const&)
String::String(unsigned short)
SvListView::GetModel() const
SvTreeList::GetChildIterators(SvTreeListEntry 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