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
6e045a02
Kaydet (Commit)
6e045a02
authored
Mar 01, 2011
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
const version of GetExport()
üst
532a8cac
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
0 deletions
+7
-0
attributeoutputbase.hxx
sw/source/filter/ww8/attributeoutputbase.hxx
+3
-0
docxattributeoutput.hxx
sw/source/filter/ww8/docxattributeoutput.hxx
+1
-0
docxexport.hxx
sw/source/filter/ww8/docxexport.hxx
+1
-0
rtfattributeoutput.hxx
sw/source/filter/ww8/rtfattributeoutput.hxx
+1
-0
ww8attributeoutput.hxx
sw/source/filter/ww8/ww8attributeoutput.hxx
+1
-0
No files found.
sw/source/filter/ww8/attributeoutputbase.hxx
Dosyayı görüntüle @
6e045a02
...
@@ -568,6 +568,9 @@ public:
...
@@ -568,6 +568,9 @@ public:
/// Return the right export class.
/// Return the right export class.
virtual
MSWordExportBase
&
GetExport
()
=
0
;
virtual
MSWordExportBase
&
GetExport
()
=
0
;
/// @overload
const
MSWordExportBase
&
GetExport
()
const
{
return
const_cast
<
AttributeOutputBase
*
>
(
this
)
->
GetExport
();
}
/// Call the right virtual function according to the type of the item.
/// Call the right virtual function according to the type of the item.
void
OutputItem
(
const
SfxPoolItem
&
rHt
);
void
OutputItem
(
const
SfxPoolItem
&
rHt
);
...
...
sw/source/filter/ww8/docxattributeoutput.hxx
Dosyayı görüntüle @
6e045a02
...
@@ -587,6 +587,7 @@ public:
...
@@ -587,6 +587,7 @@ public:
/// Return the right export class.
/// Return the right export class.
virtual
MSWordExportBase
&
GetExport
();
virtual
MSWordExportBase
&
GetExport
();
using
AttributeOutputBase
::
GetExport
;
/// For eg. the output of the styles, we need to switch the serializer to enother one.
/// For eg. the output of the styles, we need to switch the serializer to enother one.
void
SetSerializer
(
::
sax_fastparser
::
FSHelperPtr
pSerializer
)
{
m_pSerializer
=
pSerializer
;
}
void
SetSerializer
(
::
sax_fastparser
::
FSHelperPtr
pSerializer
)
{
m_pSerializer
=
pSerializer
;
}
...
...
sw/source/filter/ww8/docxexport.hxx
Dosyayı görüntüle @
6e045a02
...
@@ -88,6 +88,7 @@ class DocxExport : public MSWordExportBase
...
@@ -88,6 +88,7 @@ class DocxExport : public MSWordExportBase
public
:
public
:
DocxExportFilter
&
GetFilter
()
{
return
*
m_pFilter
;
};
DocxExportFilter
&
GetFilter
()
{
return
*
m_pFilter
;
};
const
DocxExportFilter
&
GetFilter
()
const
{
return
*
m_pFilter
;
};
/// Access to the attribute output class.
/// Access to the attribute output class.
virtual
AttributeOutputBase
&
AttrOutput
()
const
;
virtual
AttributeOutputBase
&
AttrOutput
()
const
;
...
...
sw/source/filter/ww8/rtfattributeoutput.hxx
Dosyayı görüntüle @
6e045a02
...
@@ -543,6 +543,7 @@ public:
...
@@ -543,6 +543,7 @@ public:
/// Return the right export class.
/// Return the right export class.
virtual
MSWordExportBase
&
GetExport
();
virtual
MSWordExportBase
&
GetExport
();
using
AttributeOutputBase
::
GetExport
;
rtl
::
OStringBuffer
m_aTabStop
;
rtl
::
OStringBuffer
m_aTabStop
;
...
...
sw/source/filter/ww8/ww8attributeoutput.hxx
Dosyayı görüntüle @
6e045a02
...
@@ -428,6 +428,7 @@ public:
...
@@ -428,6 +428,7 @@ public:
/// Return the right export class.
/// Return the right export class.
virtual
MSWordExportBase
&
GetExport
()
{
return
m_rWW8Export
;
}
virtual
MSWordExportBase
&
GetExport
()
{
return
m_rWW8Export
;
}
using
AttributeOutputBase
::
GetExport
;
protected
:
protected
:
/// Output the bold etc. attributes
/// Output the bold etc. attributes
...
...
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