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
77179252
Kaydet (Commit)
77179252
authored
Mar 14, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drop username in comment
üst
40eb3a83
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
rtftbl.cxx
sw/source/filter/rtf/rtftbl.cxx
+1
-1
swparrtf.cxx
sw/source/filter/rtf/swparrtf.cxx
+3
-3
No files found.
sw/source/filter/rtf/rtftbl.cxx
Dosyayı görüntüle @
77179252
...
...
@@ -357,7 +357,7 @@ void SwRTFParser::ReadTable( int nToken )
break
;
case
RTF_TRGAPH
:
//
$flr
bug: RTF: wrong internal table cell margin imported (A13)
//bug: RTF: wrong internal table cell margin imported (A13)
aRow
.
mnBrdDist
=
(
nTokenValue
>
0
?
(
USHORT
)
nTokenValue
:
0
);
// filter out negative values of \trgaph
break
;
...
...
sw/source/filter/rtf/swparrtf.cxx
Dosyayı görüntüle @
77179252
...
...
@@ -431,8 +431,8 @@ if( pSttNdIdx->GetIndex()+1 == pPam->GetBound( FALSE ).nNode.GetIndex() )
sal_uInt16
nPageDescOffset
=
pDoc
->
GetPageDescCnt
();
maSegments
.
InsertSegments
(
IsNewDoc
());
UpdatePageDescs
(
*
pDoc
,
nPageDescOffset
);
//
$flr folloing garbe collecting code has been moved from the previous procedure
//
UpdatePageDescs to here in order to fix a bug
//
following garbage collecting code has been moved from the previous
//
procedure
UpdatePageDescs to here in order to fix a bug
rtfSections
::
myrDummyIter
aDEnd
=
maSegments
.
maDummyPageNos
.
rend
();
for
(
rtfSections
::
myrDummyIter
aI
=
maSegments
.
maDummyPageNos
.
rbegin
();
aI
!=
aDEnd
;
++
aI
)
pDoc
->
DelPageDesc
(
*
aI
);
...
...
@@ -4073,7 +4073,7 @@ void SwRTFParser::UnknownAttrToken( int nToken, SfxItemSet* pSet )
NewTblLine
();
// evt. Line copieren
else
{
static
int
_do
=
0
;
//$flr
static
int
_do
=
0
;
// Crsr nicht mehr in der Tabelle ?
if
(
!
pPam
->
GetNode
()
->
FindTableNode
()
&&
_do
)
{
...
...
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