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
d9a888fc
Kaydet (Commit)
d9a888fc
authored
Haz 03, 2013
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix comment to agree with code
Change-Id: I82cc02e6bc63f04655ba87039d008f2c25025a30
üst
f6eb9bd5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
tablecontroller.cxx
svx/source/table/tablecontroller.cxx
+4
-5
No files found.
svx/source/table/tablecontroller.cxx
Dosyayı görüntüle @
d9a888fc
...
@@ -2750,12 +2750,11 @@ void SvxTableController::FillCommonBorderAttrFromSelectedCells( SvxBoxItem& rBox
...
@@ -2750,12 +2750,11 @@ void SvxTableController::FillCommonBorderAttrFromSelectedCells( SvxBoxItem& rBox
/* Here we go through all the selected cells (enhanced by
/* Here we go through all the selected cells (enhanced by
* the adjoining row/column on each side) and determine the
* the adjoining row/column on each side) and determine the
* lines for presentation. The algorithm is simple:
* lines for presentation. The algorithm is simple:
* 1. if a border or inner line is set
in all cells to the
* 1. if a border or inner line is set
(or unset) in all
* same value, it will be used.
*
cells to the
same value, it will be used.
* 2. if a border or inner line is set only in some cells,
* 2. if a border or inner line is set only in some cells,
* or it has different values, it will be set to
* it will be set to indeterminate state (SetValid() on
* indeterminate state (SetValid() on rBoxInfoItem).
* rBoxInfoItem).
* 3. otherwise it will be unset.
*/
*/
for
(
sal_Int32
nRow
=
std
::
max
(
aStart
.
mnRow
-
1
,
(
sal_Int32
)
0
);
nRow
<
nLastRow
;
nRow
++
)
for
(
sal_Int32
nRow
=
std
::
max
(
aStart
.
mnRow
-
1
,
(
sal_Int32
)
0
);
nRow
<
nLastRow
;
nRow
++
)
{
{
...
...
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