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
d271e5fd
Kaydet (Commit)
d271e5fd
authored
Şub 03, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
writerfilter: continous -> continuous
Change-Id: Ie36ac366af0563485b2d937903a63a9b3aca8931
üst
ab207cc6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
rtfdocumentimpl.cxx
writerfilter/source/rtftok/rtfdocumentimpl.cxx
+1
-1
rtfdocumentimpl.hxx
writerfilter/source/rtftok/rtfdocumentimpl.hxx
+2
-2
No files found.
writerfilter/source/rtftok/rtfdocumentimpl.cxx
Dosyayı görüntüle @
d271e5fd
...
...
@@ -2004,7 +2004,7 @@ int RTFDocumentImpl::dispatchSymbol(RTFKeyword nKeyword)
break
;
case
RTF_PAGE
:
{
// If we're inside a continous section, we should send a section break, not a page one.
// If we're inside a contin
u
ous section, we should send a section break, not a page one.
RTFValue
::
Pointer_t
pBreak
=
m_aStates
.
top
().
aSectionSprms
.
find
(
NS_sprm
::
LN_SBkc
);
// Unless we're on a title page.
RTFValue
::
Pointer_t
pTitlePg
=
m_aStates
.
top
().
aSectionSprms
.
find
(
NS_ooxml
::
LN_EG_SectPrContents_titlePg
);
...
...
writerfilter/source/rtftok/rtfdocumentimpl.hxx
Dosyayı görüntüle @
d271e5fd
...
...
@@ -384,7 +384,7 @@ namespace writerfilter {
bool
m_bSkipUnknown
;
/// Font index <-> encoding map, *not* part of the parser state
std
::
map
<
int
,
rtl_TextEncoding
>
m_aFontEncodings
;
/// Maps the non-continious font indexes to the continous dmapper indexes.
/// Maps the non-continious font indexes to the contin
u
ous dmapper indexes.
std
::
vector
<
int
>
m_aFontIndexes
;
/// Maps style indexes to style names.
std
::
map
<
int
,
OUString
>
m_aStyleNames
;
...
...
@@ -464,7 +464,7 @@ namespace writerfilter {
oox
::
formulaimport
::
XmlStreamBuilder
m_aMathBuffer
;
/// Normal text property, that is math italic and math spacing are not applied to the current run.
bool
m_bMathNor
;
/// If the next continous section break should be ignored.
/// If the next contin
u
ous section break should be ignored.
bool
m_bIgnoreNextContSectBreak
;
/// If a section break is needed before the end of the doc (false right after a section break).
bool
m_bNeedSect
;
...
...
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