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
b54e35b6
Kaydet (Commit)
b54e35b6
authored
Ock 18, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
writerfilter: unused List class in doctok
Change-Id: I2e3315584e66b7a99003512b197062807674f8aa
üst
1bdf0175
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
23 deletions
+0
-23
DomainMapper.cxx
writerfilter/source/dmapper/DomainMapper.cxx
+0
-8
NumberingManager.cxx
writerfilter/source/dmapper/NumberingManager.cxx
+0
-15
resources.xmi
writerfilter/source/doctok/resources.xmi
+0
-0
No files found.
writerfilter/source/dmapper/DomainMapper.cxx
Dosyayı görüntüle @
b54e35b6
...
...
@@ -237,14 +237,6 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
break
;
case
NS_ooxml
:
:
LN_CT_AbstractNum_tmpl
:
break
;
case
NS_rtf
:
:
LN_RGISTD
:
break
;
case
NS_rtf
:
:
LN_FSIMPLELIST
:
break
;
case
NS_rtf
:
:
LN_fAutoNum
:
break
;
case
NS_rtf
:
:
LN_fHybrid
:
break
;
case
NS_rtf
:
:
LN_ILVL
:
break
;
case
NS_rtf
:
:
LN_FSTARTAT
:
...
...
writerfilter/source/dmapper/NumberingManager.cxx
Dosyayı görüntüle @
b54e35b6
...
...
@@ -468,15 +468,6 @@ void AbstractListDef::SetValue( sal_uInt32 nSprmId, sal_Int32 nValue )
case
NS_ooxml
:
:
LN_CT_AbstractNum_tmpl
:
m_nTmpl
=
nValue
;
break
;
case
NS_rtf
:
:
LN_FSIMPLELIST
:
m_nSimpleList
=
nValue
;
break
;
case
NS_rtf
:
:
LN_fAutoNum
:
m_nRestart
=
nValue
;
break
;
case
NS_rtf
:
:
LN_fHybrid
:
m_nUnsigned
=
nValue
;
break
;
default
:
OSL_FAIL
(
"this line should never be reached"
);
}
...
...
@@ -782,9 +773,6 @@ void ListsManager::lcl_attribute( Id nName, Value& rVal )
if
(
pCurrentLvl
.
get
(
)
)
pCurrentLvl
->
SetValue
(
nName
,
sal_Int32
(
nIntValue
)
);
break
;
case
NS_rtf
:
:
LN_RGISTD
:
m_pCurrentDefinition
->
AddRGISTD
(
rVal
.
getString
()
);
break
;
case
NS_ooxml
:
:
LN_CT_Num_numId
:
m_pCurrentDefinition
->
SetId
(
rVal
.
getString
().
toInt32
(
)
);
break
;
...
...
@@ -792,9 +780,6 @@ void ListsManager::lcl_attribute( Id nName, Value& rVal )
m_pCurrentDefinition
->
SetId
(
nIntValue
);
break
;
case
NS_ooxml
:
:
LN_CT_AbstractNum_tmpl
:
case
NS_rtf
:
:
LN_FSIMPLELIST
:
case
NS_rtf
:
:
LN_fAutoNum
:
case
NS_rtf
:
:
LN_fHybrid
:
m_pCurrentDefinition
->
SetValue
(
nName
,
nIntValue
);
break
;
case
NS_ooxml
:
:
LN_CT_NumLvl_ilvl
:
...
...
writerfilter/source/doctok/resources.xmi
Dosyayı görüntüle @
b54e35b6
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