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
eb4dc87e
Kaydet (Commit)
eb4dc87e
authored
Mar 03, 2011
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
move all GetId(whatever type for font) to the base class
üst
f218e840
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
wrtww8.hxx
sw/source/filter/ww8/wrtww8.hxx
+12
-6
No files found.
sw/source/filter/ww8/wrtww8.hxx
Dosyayı görüntüle @
eb4dc87e
...
@@ -584,6 +584,18 @@ public:
...
@@ -584,6 +584,18 @@ public:
USHORT
GetId
(
const
SwTOXType
&
rTOXType
);
USHORT
GetId
(
const
SwTOXType
&
rTOXType
);
/// Return the numeric id of the font (and add it to the font list if needed)
USHORT
GetId
(
const
SvxFontItem
&
rFont
)
{
return
maFontHelper
.
GetId
(
rFont
);
}
/// @overload
USHORT
GetId
(
const
wwFont
&
rFont
)
{
return
maFontHelper
.
GetId
(
rFont
);
}
const
SfxPoolItem
&
GetItem
(
USHORT
nWhich
)
const
;
const
SfxPoolItem
&
GetItem
(
USHORT
nWhich
)
const
;
/// Find the reference.
/// Find the reference.
...
@@ -974,12 +986,6 @@ public:
...
@@ -974,12 +986,6 @@ public:
WW8OleMaps
&
GetOLEMap
()
{
return
*
pOleMap
;
}
WW8OleMaps
&
GetOLEMap
()
{
return
*
pOleMap
;
}
void
ExportDopTypography
(
WW8DopTypography
&
rTypo
);
void
ExportDopTypography
(
WW8DopTypography
&
rTypo
);
using
MSWordExportBase
::
GetId
;
USHORT
GetId
(
const
SvxFontItem
&
rFont
)
{
return
maFontHelper
.
GetId
(
rFont
);
}
USHORT
AddRedlineAuthor
(
USHORT
nId
);
USHORT
AddRedlineAuthor
(
USHORT
nId
);
void
WriteFtnBegin
(
const
SwFmtFtn
&
rFtn
,
WW8Bytes
*
pO
=
0
);
void
WriteFtnBegin
(
const
SwFmtFtn
&
rFtn
,
WW8Bytes
*
pO
=
0
);
...
...
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