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
52c492ca
Kaydet (Commit)
52c492ca
authored
Kas 18, 2012
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool to bool
Change-Id: Ia6a4cd46b3bda875baeb9fcdda98a1964aedf841
üst
d7c69b2e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
tblrwcl.cxx
sw/source/core/doc/tblrwcl.cxx
+0
-0
tblrwcl.hxx
sw/source/core/inc/tblrwcl.hxx
+1
-1
untbl.cxx
sw/source/core/undo/untbl.cxx
+1
-1
rtftbl.cxx
sw/source/filter/rtf/rtftbl.cxx
+2
-2
No files found.
sw/source/core/doc/tblrwcl.cxx
Dosyayı görüntüle @
52c492ca
This diff is collapsed.
Click to expand it.
sw/source/core/inc/tblrwcl.hxx
Dosyayı görüntüle @
52c492ca
...
...
@@ -60,7 +60,7 @@ void _InsTblBox( SwDoc* pDoc, SwTableNode* pTblNd,
SwTableBox
*
pBox
,
sal_uInt16
nInsPos
,
sal_uInt16
nCnt
=
1
);
SW_DLLPUBLIC
void
_DeleteBox
(
SwTable
&
rTbl
,
SwTableBox
*
pBox
,
SwUndo
*
pUndo
=
0
,
sal_Bool
bCalcNewSize
=
sal_True
,
const
sal_Bool
bCorrBorder
=
sal_T
rue
,
bool
bCalcNewSize
=
true
,
const
bool
bCorrBorder
=
t
rue
,
SwShareBoxFmts
*
pShareFmts
=
0
);
// Klasse fuers SplitTable
...
...
sw/source/core/undo/untbl.cxx
Dosyayı görüntüle @
52c492ca
...
...
@@ -748,7 +748,7 @@ void SwUndoTxtToTbl::UndoImpl(::sw::UndoRedoContext & rContext)
{
SwTableBox
*
pBox
=
rTbl
.
GetTblBox
(
(
*
pDelBoxes
)[
--
n
]
);
if
(
pBox
)
::
_DeleteBox
(
rTbl
,
pBox
,
0
,
sal_False
,
sal_F
alse
);
::
_DeleteBox
(
rTbl
,
pBox
,
0
,
false
,
f
alse
);
else
{
OSL_ENSURE
(
!
this
,
"Where is my box?"
);
}
...
...
sw/source/filter/rtf/rtftbl.cxx
Dosyayı görüntüle @
52c492ca
...
...
@@ -53,7 +53,7 @@ typedef std::vector<SwTableBoxFmt*> SwBoxFrmFmts;
class
SwShareBoxFmts
;
extern
void
_DeleteBox
(
SwTable
&
rTbl
,
SwTableBox
*
pBox
,
SwUndo
*
=
0
,
sal_Bool
=
sal_True
,
const
sal_Bool
=
sal_T
rue
,
SwShareBoxFmts
*
=
0
);
bool
=
true
,
const
bool
=
t
rue
,
SwShareBoxFmts
*
=
0
);
struct
Row
{
...
...
@@ -556,7 +556,7 @@ void SwRTFParser::ReadTable( int nToken )
pPam
->
SetMark
();
pPam
->
DeleteMark
();
while
(
n
<
pNewLine
->
GetTabBoxes
().
size
()
)
_DeleteBox
(
pTableNode
->
GetTable
(),
pNewLine
->
GetTabBoxes
()[
n
],
0
,
sal_False
,
sal_F
alse
);
pNewLine
->
GetTabBoxes
()[
n
],
0
,
false
,
f
alse
);
}
pOldTblNd
=
pTableNode
;
...
...
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