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
a43bd907
Kaydet (Commit)
a43bd907
authored
Mar 10, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: remove some unused code
üst
2371d13d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
22 deletions
+1
-22
confignode.hxx
unotools/inc/unotools/confignode.hxx
+0
-16
confignode.cxx
unotools/source/config/confignode.cxx
+0
-5
unusedcode.easy
unusedcode.easy
+1
-1
No files found.
unotools/inc/unotools/confignode.hxx
Dosyayı görüntüle @
a43bd907
...
...
@@ -126,22 +126,6 @@ namespace utl
return
createNode
(
::
rtl
::
OUString
::
createFromAscii
(
_pAsciiName
)
);
}
/** appends a node under a new name
If the object represents a set node, this method may be used to create a new child. For non-set-nodes, the
method will fail.<br/>
Unless the respective operations on the pure configuration API, the to-be-created node immediately
becomes a part of it's hierarchy, no explicit insertion is necessary.
@param _rName name for the new child. Must be level-1-depth.
@param _aNewNode the node which should be appended
*/
OConfigurationNode
appendNode
(
const
::
rtl
::
OUString
&
_rName
,
const
OConfigurationNode
&
_aNewNode
)
const
throw
();
OConfigurationNode
appendNode
(
const
sal_Char
*
_pAsciiName
,
const
OConfigurationNode
&
_aNewNode
)
const
{
return
appendNode
(
::
rtl
::
OUString
::
createFromAscii
(
_pAsciiName
),
_aNewNode
);
}
/** remove an existent child nod
If the object represents a set node, this method may be used to delete an existent child. For non-set-nodes,
...
...
unotools/source/config/confignode.cxx
Dosyayı görüntüle @
a43bd907
...
...
@@ -296,11 +296,6 @@ namespace utl
return
OConfigurationNode
();
}
//------------------------------------------------------------------------
OConfigurationNode
OConfigurationNode
::
appendNode
(
const
::
rtl
::
OUString
&
_rName
,
const
OConfigurationNode
&
_aNewNode
)
const
throw
()
{
return
insertNode
(
_rName
,
_aNewNode
.
m_xDirectAccess
);
}
//------------------------------------------------------------------------
OConfigurationNode
OConfigurationNode
::
openNode
(
const
::
rtl
::
OUString
&
_rPath
)
const
throw
()
{
...
...
unusedcode.easy
Dosyayı görüntüle @
a43bd907
...
...
@@ -77,6 +77,7 @@ ScDPCache::ClearGroupFields()
ScDPCache::GetGroupDimMemberValues(long) const
ScDPCache::GetGroupFieldCount() const
ScDPInitState::GetNameIdForIndex(long) const
ScDPItemData::ScDPItemData(double)
ScDPItemData::SetGroupValue(int, int)
ScDPLabelData::ScDPLabelData(rtl::OUString const&, short, bool)
ScDPResultData::IsInGroup(ScDPItemData const&, long, long, long) const
...
...
@@ -1037,5 +1038,4 @@ sw::util::AuthorInfos::Insert(sw::util::AuthorInfo* const*, unsigned short)
sw::util::AuthorInfos::Insert(sw::util::AuthorInfos const*, unsigned short, unsigned short)
sw::util::AuthorInfos::Remove(sw::util::AuthorInfo* const&, unsigned short)
sw::util::AuthorInfos::Remove(unsigned short, unsigned short)
utl::OConfigurationNode::appendNode(rtl::OUString const&, utl::OConfigurationNode const&) const
vcl::PDFWriter::DrawPixel(Polygon const&, Color 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