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
1a60519f
Kaydet (Commit)
1a60519f
authored
Eyl 19, 2012
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
n#778828 fix docx import of continous section break on title page
Change-Id: Ib9e9cce5abdcf00c2546f831c8af191da10e1b15
üst
9cabd6af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
PropertyMap.cxx
writerfilter/source/dmapper/PropertyMap.cxx
+3
-2
No files found.
writerfilter/source/dmapper/PropertyMap.cxx
Dosyayı görüntüle @
1a60519f
...
@@ -996,8 +996,9 @@ void SectionPropertyMap::CloseSectionGroup( DomainMapper_Impl& rDM_Impl )
...
@@ -996,8 +996,9 @@ void SectionPropertyMap::CloseSectionGroup( DomainMapper_Impl& rDM_Impl )
uno
::
Reference
<
beans
::
XPropertySet
>
xRangeProperties
(
lcl_GetRangeProperties
(
m_bIsFirstSection
,
rDM_Impl
,
m_xStartingRange
));
uno
::
Reference
<
beans
::
XPropertySet
>
xRangeProperties
(
lcl_GetRangeProperties
(
m_bIsFirstSection
,
rDM_Impl
,
m_xStartingRange
));
/* break type
/* break type
0 - No break 1 - New Colunn 2 - New page 3 - Even page 4 - odd page */
0 - No break 1 - New Colunn 2 - New page 3 - Even page 4 - odd page */
xRangeProperties
->
setPropertyValue
(
rPropNameSupplier
.
GetName
(
PROP_PAGE_DESC_NAME
),
if
((
m_bTitlePage
&&
m_bIsFirstSection
)
||
!
m_bTitlePage
)
uno
::
makeAny
(
m_bTitlePage
?
m_sFirstPageStyleName
:
m_sFollowPageStyleName
));
xRangeProperties
->
setPropertyValue
(
rPropNameSupplier
.
GetName
(
PROP_PAGE_DESC_NAME
),
uno
::
makeAny
(
m_bTitlePage
?
m_sFirstPageStyleName
:
m_sFollowPageStyleName
));
// handle page breaks with odd/even page numbering
// handle page breaks with odd/even page numbering
style
::
PageStyleLayout
nPageStyleLayout
(
style
::
PageStyleLayout_ALL
);
style
::
PageStyleLayout
nPageStyleLayout
(
style
::
PageStyleLayout_ALL
);
if
(
m_nBreakType
==
3
)
if
(
m_nBreakType
==
3
)
...
...
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