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
dabe836c
Kaydet (Commit)
dabe836c
authored
Kas 28, 2011
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix visibility problem on Windows.
üst
227eef01
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
importutils.hxx
oox/inc/oox/mathml/importutils.hxx
+2
-2
No files found.
oox/inc/oox/mathml/importutils.hxx
Dosyayı görüntüle @
dabe836c
...
...
@@ -71,7 +71,7 @@ public:
// One could theoretically use oox::AttributeList, but that complains if the passed reference is empty,
// which would be complicated to avoid here. Also, parsers apparently reuse the same instance of XFastAttributeList,
// which means using oox::AttributeList would make them all point to the one instance.
struct
AttributeList
struct
OOX_DLLPUBLIC
AttributeList
{
bool
hasAttribute
(
int
token
)
const
;
rtl
::
OUString
attribute
(
int
token
,
const
rtl
::
OUString
&
def
=
rtl
::
OUString
())
const
;
...
...
@@ -82,7 +82,7 @@ public:
/**
Structure representing a tag, including its attributes and content text immediatelly following it.
*/
struct
Tag
struct
OOX_DLLPUBLIC
Tag
{
Tag
(
int
token
=
XML_TOKEN_INVALID
,
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
xml
::
sax
::
XFastAttributeList
>&
attributes
=
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
xml
::
sax
::
XFastAttributeList
>
(),
...
...
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