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
81d2a8e8
Kaydet (Commit)
81d2a8e8
authored
Eyl 09, 2013
tarafından
Zolnai Tamás
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid using in header
Change-Id: I1365cf183a768f17dd2d16f695a27d9710eb4daf
üst
7560f765
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
5 deletions
+9
-5
attributeoutputbase.hxx
sw/source/filter/ww8/attributeoutputbase.hxx
+2
-2
docxattributeoutput.cxx
sw/source/filter/ww8/docxattributeoutput.cxx
+2
-0
docxattributeoutput.hxx
sw/source/filter/ww8/docxattributeoutput.hxx
+1
-1
rtfattributeoutput.cxx
sw/source/filter/ww8/rtfattributeoutput.cxx
+2
-0
rtfattributeoutput.hxx
sw/source/filter/ww8/rtfattributeoutput.hxx
+1
-1
ww8attributeoutput.hxx
sw/source/filter/ww8/ww8attributeoutput.hxx
+1
-1
No files found.
sw/source/filter/ww8/attributeoutputbase.hxx
Dosyayı görüntüle @
81d2a8e8
...
...
@@ -118,7 +118,7 @@ class SwLineNumberInfo;
class
SwNumRule
;
class
wwFont
;
using
::
editeng
::
SvxBorderLine
;
namespace
editeng
{
class
SvxBorderLine
;
}
class
String
;
namespace
rtl
{
class
OUString
;
}
...
...
@@ -442,7 +442,7 @@ protected:
/// Sfx item RES_CHRATR_BOX
void
FormatCharBorder
(
const
SvxBoxItem
&
rBox
);
virtual
void
CharBorder
(
const
SvxBorderLine
*
pAllBorder
,
const
sal_uInt16
nDist
,
const
bool
bShadow
)
=
0
;
virtual
void
CharBorder
(
const
::
editeng
::
SvxBorderLine
*
pAllBorder
,
const
sal_uInt16
nDist
,
const
bool
bShadow
)
=
0
;
/// Sfx item RES_TXTATR_INETFMT
virtual
void
TextINetFormat
(
const
SwFmtINetFmt
&
)
=
0
;
...
...
sw/source/filter/ww8/docxattributeoutput.cxx
Dosyayı görüntüle @
81d2a8e8
...
...
@@ -112,6 +112,8 @@
#include <stdio.h>
#endif
using
::
editeng
::
SvxBorderLine
;
using
namespace
oox
;
using
namespace
docx
;
using
namespace
sax_fastparser
;
...
...
sw/source/filter/ww8/docxattributeoutput.hxx
Dosyayı görüntüle @
81d2a8e8
...
...
@@ -473,7 +473,7 @@ protected:
virtual
void
CharHidden
(
const
SvxCharHiddenItem
&
rHidden
);
/// Sfx item RES_CHRATR_BOX
virtual
void
CharBorder
(
const
SvxBorderLine
*
pAllBorder
,
const
sal_uInt16
nDist
,
const
bool
bShadow
);
virtual
void
CharBorder
(
const
::
editeng
::
SvxBorderLine
*
pAllBorder
,
const
sal_uInt16
nDist
,
const
bool
bShadow
);
/// Sfx item RES_TXTATR_INETFMT
virtual
void
TextINetFormat
(
const
SwFmtINetFmt
&
);
...
...
sw/source/filter/ww8/rtfattributeoutput.cxx
Dosyayı görüntüle @
81d2a8e8
...
...
@@ -101,6 +101,8 @@
#include <com/sun/star/i18n/ScriptType.hpp>
using
::
editeng
::
SvxBorderLine
;
using
namespace
nsSwDocInfoSubType
;
using
namespace
nsFieldFlags
;
using
namespace
sw
::
util
;
...
...
sw/source/filter/ww8/rtfattributeoutput.hxx
Dosyayı görüntüle @
81d2a8e8
...
...
@@ -313,7 +313,7 @@ protected:
virtual
void
CharHidden
(
const
SvxCharHiddenItem
&
rHidden
);
/// Sfx item RES_CHRATR_BOX
virtual
void
CharBorder
(
const
SvxBorderLine
*
pAllBorder
,
const
sal_uInt16
nDist
,
const
bool
bShadow
);
virtual
void
CharBorder
(
const
::
editeng
::
SvxBorderLine
*
pAllBorder
,
const
sal_uInt16
nDist
,
const
bool
bShadow
);
/// Sfx item RES_TXTATR_INETFMT
virtual
void
TextINetFormat
(
const
SwFmtINetFmt
&
);
...
...
sw/source/filter/ww8/ww8attributeoutput.hxx
Dosyayı görüntüle @
81d2a8e8
...
...
@@ -294,7 +294,7 @@ protected:
virtual
void
CharHidden
(
const
SvxCharHiddenItem
&
);
/// Sfx item RES_CHRATR_BOX
virtual
void
CharBorder
(
const
SvxBorderLine
*
pAllBorder
,
const
sal_uInt16
nDist
,
const
bool
bShadow
);
virtual
void
CharBorder
(
const
::
editeng
::
SvxBorderLine
*
pAllBorder
,
const
sal_uInt16
nDist
,
const
bool
bShadow
);
/// Sfx item RES_TXTATR_INETFMT
virtual
void
TextINetFormat
(
const
SwFmtINetFmt
&
);
...
...
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