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
d395184d
Kaydet (Commit)
d395184d
authored
Ock 19, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
writerfilter: remove unused Tplc class in doctok
Change-Id: Iec8680560bde8157e6e4c66417647f62b2feb8a8
üst
f286eb90
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
DomainMapper.cxx
writerfilter/source/dmapper/DomainMapper.cxx
+0
-14
resources.xmi
writerfilter/source/doctok/resources.xmi
+0
-0
No files found.
writerfilter/source/dmapper/DomainMapper.cxx
Dosyayı görüntüle @
d395184d
...
@@ -272,12 +272,6 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
...
@@ -272,12 +272,6 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
break
;
break
;
case
NS_rtf
:
:
LN_LINETYPE
:
case
NS_rtf
:
:
LN_LINETYPE
:
break
;
break
;
case
NS_rtf
:
:
LN_LINEPROPSLEFT
:
break
;
case
NS_rtf
:
:
LN_LINEPROPSBOTTOM
:
break
;
case
NS_rtf
:
:
LN_LINEPROPSRIGHT
:
break
;
case
NS_ooxml
:
:
LN_headerr
:
case
NS_ooxml
:
:
LN_headerr
:
break
;
break
;
case
NS_ooxml
:
:
LN_footerr
:
case
NS_ooxml
:
:
LN_footerr
:
...
@@ -311,10 +305,6 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
...
@@ -311,10 +305,6 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
//footnote reference descriptor, if nIntValue > 0 then automatic, custom otherwise
//footnote reference descriptor, if nIntValue > 0 then automatic, custom otherwise
//ignored
//ignored
break
;
break
;
case
NS_rtf
:
:
LN_FONT
:
//font of footnote symbol
if
(
m_pImpl
->
GetTopContext
())
m_pImpl
->
GetTopContext
()
->
SetFootnoteFontId
(
nIntValue
);
break
;
case
NS_ooxml
:
:
LN_CT_Sym_char
:
case
NS_ooxml
:
:
LN_CT_Sym_char
:
if
(
m_pImpl
->
GetTopContext
()
&&
m_pImpl
->
GetTopContext
()
->
GetFootnote
().
is
())
if
(
m_pImpl
->
GetTopContext
()
&&
m_pImpl
->
GetTopContext
()
->
GetFootnote
().
is
())
{
{
...
@@ -326,10 +316,6 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
...
@@ -326,10 +316,6 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
utext
(
reinterpret_cast
<
const
sal_uInt8
*
>
(
&
nIntValue
),
1
);
utext
(
reinterpret_cast
<
const
sal_uInt8
*
>
(
&
nIntValue
),
1
);
}
}
break
;
break
;
case
NS_rtf
:
:
LN_CHAR
:
//footnote symbol character
if
(
m_pImpl
->
GetTopContext
())
m_pImpl
->
GetTopContext
()
->
SetFootnoteSymbol
(
sal_Unicode
(
nIntValue
));
break
;
case
NS_ooxml
:
:
LN_CT_Sym_font
:
case
NS_ooxml
:
:
LN_CT_Sym_font
:
//the footnote symbol and font are provided after the footnote is already inserted
//the footnote symbol and font are provided after the footnote is already inserted
if
(
m_pImpl
->
GetTopContext
()
&&
m_pImpl
->
GetTopContext
()
->
GetFootnote
().
is
())
if
(
m_pImpl
->
GetTopContext
()
&&
m_pImpl
->
GetTopContext
()
->
GetFootnote
().
is
())
...
...
writerfilter/source/doctok/resources.xmi
Dosyayı görüntüle @
d395184d
This diff is collapsed.
Click to expand it.
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