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
b950727a
Kaydet (Commit)
b950727a
authored
Şub 09, 2012
tarafından
Greg Kroah-Hartman
Kaydeden (comit)
Caolán McNamara
Şub 09, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
utl: delete unused NodeValueAccessor::bind() method
üst
e78c13f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
configvaluecontainer.cxx
unotools/source/config/configvaluecontainer.cxx
+0
-10
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
unotools/source/config/configvaluecontainer.cxx
Dosyayı görüntüle @
b950727a
...
@@ -68,7 +68,6 @@ namespace utl
...
@@ -68,7 +68,6 @@ namespace utl
NodeValueAccessor
(
const
::
rtl
::
OUString
&
_rNodePath
);
NodeValueAccessor
(
const
::
rtl
::
OUString
&
_rNodePath
);
void
bind
(
void
*
_pLocation
,
const
Type
&
_rType
);
void
bind
(
void
*
_pLocation
,
const
Type
&
_rType
);
void
bind
(
Any
*
_pLocation
);
bool
isBound
(
)
const
{
return
(
ltUnbound
!=
eLocationType
)
&&
(
NULL
!=
pLocation
);
}
bool
isBound
(
)
const
{
return
(
ltUnbound
!=
eLocationType
)
&&
(
NULL
!=
pLocation
);
}
const
::
rtl
::
OUString
&
getPath
(
)
const
{
return
sRelativePath
;
}
const
::
rtl
::
OUString
&
getPath
(
)
const
{
return
sRelativePath
;
}
...
@@ -103,15 +102,6 @@ namespace utl
...
@@ -103,15 +102,6 @@ namespace utl
aDataType
=
_rType
;
aDataType
=
_rType
;
}
}
void
NodeValueAccessor
::
bind
(
Any
*
_pLocation
)
{
DBG_ASSERT
(
!
isBound
(),
"NodeValueAccessor::bind: already bound!"
);
eLocationType
=
ltAnyInstance
;
pLocation
=
_pLocation
;
aDataType
=
::
getCppuType
(
_pLocation
);
}
#ifndef UNX
#ifndef UNX
static
static
#endif
#endif
...
...
unusedcode.easy
Dosyayı görüntüle @
b950727a
...
@@ -1541,7 +1541,6 @@ ucbhelper::Content::getPropertyValues(com::sun::star::uno::Sequence<int> const&)
...
@@ -1541,7 +1541,6 @@ ucbhelper::Content::getPropertyValues(com::sun::star::uno::Sequence<int> const&)
ucbhelper::Content::insertNewContent(rtl::OUString const&, com::sun::star::uno::Sequence<int> const&, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&, com::sun::star::uno::Reference<com::sun::star::io::XInputStream> const&, ucbhelper::Content&)
ucbhelper::Content::insertNewContent(rtl::OUString const&, com::sun::star::uno::Sequence<int> const&, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&, com::sun::star::uno::Reference<com::sun::star::io::XInputStream> const&, ucbhelper::Content&)
ucbhelper::ContentBroker::ContentBroker(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&, std::__debug::vector<ucbhelper::ContentProviderData, std::allocator<ucbhelper::ContentProviderData> > const&)
ucbhelper::ContentBroker::ContentBroker(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&, std::__debug::vector<ucbhelper::ContentProviderData, std::allocator<ucbhelper::ContentProviderData> > const&)
ucbhelper::SimpleCertificateValidationRequest::getResponse() const
ucbhelper::SimpleCertificateValidationRequest::getResponse() const
utl::NodeValueAccessor::bind(com::sun::star::uno::Any*)
utl::OConfigurationNode::appendNode(rtl::OUString const&, utl::OConfigurationNode const&) const
utl::OConfigurationNode::appendNode(rtl::OUString const&, utl::OConfigurationNode const&) const
utl::TransliterationWrapper::compareSubstring(String const&, int, int, String const&, int, int) const
utl::TransliterationWrapper::compareSubstring(String const&, int, int, String const&, int, int) const
vcl::I18nHelper::GetDate(Date const&) const
vcl::I18nHelper::GetDate(Date 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