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
f77ecf65
Kaydet (Commit)
f77ecf65
authored
Eyl 07, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
MSVC: Conversion loses qualifiers
Change-Id: Iaf6678660f3d6b9c8a7ef018013311f8af553dc2
üst
675f723f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
wrtw8sty.cxx
sw/source/filter/ww8/wrtw8sty.cxx
+1
-1
wrtww8.hxx
sw/source/filter/ww8/wrtww8.hxx
+1
-1
No files found.
sw/source/filter/ww8/wrtw8sty.cxx
Dosyayı görüntüle @
f77ecf65
...
...
@@ -875,7 +875,7 @@ void wwFontHelper::WriteFontTable(SvStream *pTableStream, WW8Fib& rFib)
}
}
void
wwFontHelper
::
WriteFontTable
(
const
DocxAttributeOutput
&
rAttrOutput
)
void
wwFontHelper
::
WriteFontTable
(
DocxAttributeOutput
&
rAttrOutput
)
{
::
std
::
vector
<
const
wwFont
*>
aFontList
(
AsVector
()
);
...
...
sw/source/filter/ww8/wrtww8.hxx
Dosyayı görüntüle @
f77ecf65
...
...
@@ -318,7 +318,7 @@ public:
sal_uInt16
GetId
(
const
SvxFontItem
&
rFont
);
sal_uInt16
GetId
(
const
wwFont
&
rFont
);
void
WriteFontTable
(
SvStream
*
pTableStream
,
WW8Fib
&
pFib
);
void
WriteFontTable
(
const
DocxAttributeOutput
&
rAttrOutput
);
void
WriteFontTable
(
DocxAttributeOutput
&
rAttrOutput
);
void
WriteFontTable
(
const
RtfAttributeOutput
&
rAttrOutput
);
/// If true, all fonts are loaded before processing the document.
...
...
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