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
43de0b24
Kaydet (Commit)
43de0b24
authored
Haz 14, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Related: #i119548# document that ms changed the meaning of fWidowControl
Change-Id: I884c3c57dfd1d2e7bfa0675fd0c0184113cdda9c
üst
0e619cb5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
ww8par2.cxx
sw/source/filter/ww8/ww8par2.cxx
+1
-1
ww8scan.hxx
sw/source/filter/ww8/ww8scan.hxx
+6
-1
No files found.
sw/source/filter/ww8/ww8par2.cxx
Dosyayı görüntüle @
43de0b24
...
...
@@ -3727,7 +3727,7 @@ void WW8RStyle::Set1StyleDefaults()
pIo
->
pAktColl
->
SetFmtAttr
(
aAttr
);
}
if
(
/*pIo->pWDop->fWidowControl &&*/
!
bWidowsChanged
)
// Widows ?
if
(
!
bWidowsChanged
)
// Widows ?
{
pIo
->
pAktColl
->
SetFmtAttr
(
SvxWidowsItem
(
2
,
RES_PARATR_WIDOWS
)
);
pIo
->
pAktColl
->
SetFmtAttr
(
SvxOrphansItem
(
2
,
RES_PARATR_ORPHANS
)
);
...
...
sw/source/filter/ww8/ww8scan.hxx
Dosyayı görüntüle @
43de0b24
...
...
@@ -1496,7 +1496,12 @@ public:
sal_uInt8
nDataStart
;
//-------------------------
sal_uInt16
fFacingPages
:
1
;
// 1 when facing pages should be printed
sal_uInt16
fWidowControl
:
1
;
// 1 when widow control is in effect. 0 when widow control disabled.
sal_uInt16
fWidowControl
:
1
;
//a: orig 97 docs say
// 1 when widow control is in effect. 0 when widow control disabled.
//b: MS-DOC: Word Binary File Format (.doc) Structure Specification 2008 says
// B - unused1 (1 bit): Undefined and MUST be ignored.
sal_uInt16
fPMHMainDoc
:
1
;
// 1 when doc is a main doc for Print Merge Helper, 0 when not; default=0
sal_uInt16
grfSuppression
:
2
;
// 0 Default line suppression storage; 0= form letter line suppression; 1= no line suppression; default=0
sal_uInt16
fpc
:
2
;
// 1 footnote position code: 0 as endnotes, 1 at bottom of page, 2 immediately beneath text
...
...
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