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
423020de
Kaydet (Commit)
423020de
authored
Tem 29, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
writerfilter: unused OOXMLFactory_*::getName()
Change-Id: I9cf482b10b719d40ab553616099d04c7b1572986
üst
28a31569
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
27 deletions
+0
-27
OOXMLFactory.cxx
writerfilter/source/ooxml/OOXMLFactory.cxx
+0
-7
OOXMLFactory.hxx
writerfilter/source/ooxml/OOXMLFactory.hxx
+0
-1
factory_ns.py
writerfilter/source/ooxml/factory_ns.py
+0
-5
factoryimpl_ns.py
writerfilter/source/ooxml/factoryimpl_ns.py
+0
-14
No files found.
writerfilter/source/ooxml/OOXMLFactory.cxx
Dosyayı görüntüle @
423020de
...
@@ -279,13 +279,6 @@ void OOXMLFactory_ns::attributeAction(OOXMLFastContextHandler *, Token_t, OOXMLV
...
@@ -279,13 +279,6 @@ void OOXMLFactory_ns::attributeAction(OOXMLFastContextHandler *, Token_t, OOXMLV
{
{
}
}
#ifdef DEBUG_DOMAINMAPPER
string
OOXMLFactory_ns
::
getName
()
const
{
return
"noname"
;
}
#endif
}
}
}
}
...
...
writerfilter/source/ooxml/OOXMLFactory.hxx
Dosyayı görüntüle @
423020de
...
@@ -103,7 +103,6 @@ public:
...
@@ -103,7 +103,6 @@ public:
virtual
void
attributeAction
(
OOXMLFastContextHandler
*
pHandler
,
Token_t
nToken
,
OOXMLValue
::
Pointer_t
pValue
);
virtual
void
attributeAction
(
OOXMLFastContextHandler
*
pHandler
,
Token_t
nToken
,
OOXMLValue
::
Pointer_t
pValue
);
#ifdef DEBUG_DOMAINMAPPER
#ifdef DEBUG_DOMAINMAPPER
virtual
string
getDefineName
(
Id
nId
)
const
;
virtual
string
getDefineName
(
Id
nId
)
const
;
virtual
string
getName
()
const
;
#endif
#endif
AttributeToResourceMapPointer
getAttributeToResourceMap
(
Id
nId
);
AttributeToResourceMapPointer
getAttributeToResourceMap
(
Id
nId
);
...
...
writerfilter/source/ooxml/factory_ns.py
Dosyayı görüntüle @
423020de
...
@@ -56,11 +56,6 @@ public:
...
@@ -56,11 +56,6 @@ public:
print
(
"""virtual void charactersAction(OOXMLFastContextHandler* pHandler, const OUString & sText);
print
(
"""virtual void charactersAction(OOXMLFastContextHandler* pHandler, const OUString & sText);
virtual void attributeAction(OOXMLFastContextHandler* pHandler, Token_t nToken, OOXMLValue::Pointer_t pValue);
virtual void attributeAction(OOXMLFastContextHandler* pHandler, Token_t nToken, OOXMLValue::Pointer_t pValue);
#ifdef DEBUG_DOMAINMAPPER
virtual string getName() const;
#endif
virtual ~OOXMLFactory_
%
s();
virtual ~OOXMLFactory_
%
s();
protected:
protected:
...
...
writerfilter/source/ooxml/factoryimpl_ns.py
Dosyayı görüntüle @
423020de
...
@@ -636,19 +636,6 @@ def factoryAttributeAction(nsNode):
...
@@ -636,19 +636,6 @@ def factoryAttributeAction(nsNode):
print
()
print
()
# factoryGetName
def
factoryGetName
(
nsNode
):
print
(
"""#ifdef DEBUG_DOMAINMAPPER
string OOXMLFactory_
%
s::getName() const
{
return "
%
s";
}
#endif
"""
%
(
nsToLabel
(
nsNode
),
nsNode
.
getAttribute
(
"name"
)))
# createImpl
# createImpl
...
@@ -692,7 +679,6 @@ namespace ooxml {
...
@@ -692,7 +679,6 @@ namespace ooxml {
factoryGetDefineName
(
nsNode
)
factoryGetDefineName
(
nsNode
)
factoryTokenToIdMap
(
nsNode
)
factoryTokenToIdMap
(
nsNode
)
factoryAttributeAction
(
nsNode
)
factoryAttributeAction
(
nsNode
)
factoryGetName
(
nsNode
)
print
(
"""/// @endcond
print
(
"""/// @endcond
}}"""
)
}}"""
)
...
...
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