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
279b7104
Kaydet (Commit)
279b7104
authored
Ara 22, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: remove unused typeToPrefix
üst
59a5c37d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
28 deletions
+0
-28
commoncpp.hxx
codemaker/inc/codemaker/commoncpp.hxx
+0
-2
commoncpp.cxx
codemaker/source/commoncpp/commoncpp.cxx
+0
-25
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
codemaker/inc/codemaker/commoncpp.hxx
Dosyayı görüntüle @
279b7104
...
...
@@ -33,8 +33,6 @@
namespace
codemaker
{
namespace
cpp
{
rtl
::
OString
typeToPrefix
(
TypeManager
const
&
manager
,
rtl
::
OString
const
&
type
);
rtl
::
OString
scopedCppName
(
rtl
::
OString
const
&
type
,
bool
bNoNameSpace
=
false
,
bool
shortname
=
false
);
...
...
codemaker/source/commoncpp/commoncpp.cxx
Dosyayı görüntüle @
279b7104
...
...
@@ -46,31 +46,6 @@
namespace
codemaker
{
namespace
cpp
{
rtl
::
OString
typeToPrefix
(
TypeManager
const
&
manager
,
rtl
::
OString
const
&
type
)
{
RTTypeClass
typeclass
=
manager
.
getTypeClass
(
type
);
if
(
typeclass
==
RT_TYPE_INVALID
||
typeclass
==
RT_TYPE_PUBLISHED
)
return
rtl
::
OString
(
"_"
);
static
char
const
*
const
typeclassPrefix
[
RT_TYPE_UNION
+
1
]
=
{
"invalid"
,
/* RT_TYPE_INVALID, is here only as placeholder */
"interface"
,
/* RT_TYPE_INTERFACE */
"module"
,
/* RT_TYPE_MODULE */
"struct"
,
/* RT_TYPE_STRUCT */
"enum"
,
/* RT_TYPE_ENUM */
"exception"
,
/* RT_TYPE_EXCEPTION */
"typedef"
,
/* RT_TYPE_TYPEDEF */
"service"
,
/* RT_TYPE_SERVICE */
"singleton"
,
/* RT_TYPE_SINGLETON */
"object"
,
/* RT_TYPE_OBJECT */
"constants"
,
/* RT_TYPE_CONSTANTS */
"union"
/* RT_TYPE_UNION */
};
return
rtl
::
OString
(
typeclassPrefix
[
typeclass
]);
}
rtl
::
OString
scopedCppName
(
rtl
::
OString
const
&
type
,
bool
bNoNameSpace
,
bool
shortname
)
{
...
...
unusedcode.easy
Dosyayı görüntüle @
279b7104
...
...
@@ -1608,7 +1608,6 @@ chart::EquidistantTickIter::getMaxIndex() const
chart::EquidistantTickIter::gotoIndex(int)
cmis::Content::exchangeIdentity(com::sun::star::uno::Reference<com::sun::star::ucb::XContentIdentifier> const&)
cmis::Content::queryChildren(std::__debug::list<rtl::Reference<cmis::Content>, std::allocator<rtl::Reference<cmis::Content> > >&)
codemaker::cpp::typeToPrefix(TypeManager const&, rtl::OString const&)
comphelper::AccessibleEventNotifier::getEventListeners(unsigned int)
comphelper::AttributeList::AppendAttributeList(com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList> const&)
comphelper::AttributeList::Clear()
...
...
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