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
d3253a0e
Kaydet (Commit)
d3253a0e
authored
Ock 16, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unimplemented methods from headers
üst
0d7e73ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
fshelper.hxx
sax/inc/sax/fshelper.hxx
+0
-5
No files found.
sax/inc/sax/fshelper.hxx
Dosyayı görüntüle @
d3253a0e
...
@@ -56,10 +56,6 @@ public:
...
@@ -56,10 +56,6 @@ public:
~
FastSerializerHelper
();
~
FastSerializerHelper
();
void
startElement
(
const
char
*
elementName
,
...);
void
singleElement
(
const
char
*
elementName
,
...);
void
endElement
(
const
char
*
elementName
);
void
startElementV
(
sal_Int32
elementTokenId
,
va_list
args
);
void
startElementV
(
sal_Int32
elementTokenId
,
va_list
args
);
void
singleElementV
(
sal_Int32
elementTokenId
,
va_list
args
);
void
singleElementV
(
sal_Int32
elementTokenId
,
va_list
args
);
...
@@ -75,7 +71,6 @@ public:
...
@@ -75,7 +71,6 @@ public:
inline
void
endElementNS
(
sal_Int32
namespaceTokenId
,
sal_Int32
elementTokenId
)
inline
void
endElementNS
(
sal_Int32
namespaceTokenId
,
sal_Int32
elementTokenId
)
{
endElement
(
FSNS
(
namespaceTokenId
,
elementTokenId
)
);
}
{
endElement
(
FSNS
(
namespaceTokenId
,
elementTokenId
)
);
}
void
singleElement
(
const
char
*
elementName
,
XFastAttributeListRef
xAttrList
);
inline
void
singleElement
(
sal_Int32
elementTokenId
,
XFastAttributeListRef
xAttrList
)
inline
void
singleElement
(
sal_Int32
elementTokenId
,
XFastAttributeListRef
xAttrList
)
{
singleElementV
(
elementTokenId
,
xAttrList
);
}
{
singleElementV
(
elementTokenId
,
xAttrList
);
}
void
singleElementV
(
sal_Int32
elementTokenId
,
XFastAttributeListRef
xAttrList
);
void
singleElementV
(
sal_Int32
elementTokenId
,
XFastAttributeListRef
xAttrList
);
...
...
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