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
43507c9e
Kaydet (Commit)
43507c9e
authored
Ock 21, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Grid lines should be immediately above or below the background.
Especially grid lines should never be above cell borders.
üst
fd29a786
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
gridwin4.cxx
sc/source/ui/view/gridwin4.cxx
+7
-4
No files found.
sc/source/ui/view/gridwin4.cxx
Dosyayı görüntüle @
43507c9e
...
@@ -695,9 +695,15 @@ void ScGridWindow::Draw( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, ScUpdateMod
...
@@ -695,9 +695,15 @@ void ScGridWindow::Draw( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, ScUpdateMod
pContentDev
->
SetMapMode
(
MAP_PIXEL
);
pContentDev
->
SetMapMode
(
MAP_PIXEL
);
aOutputData
.
DrawDocumentBackground
();
aOutputData
.
DrawDocumentBackground
();
if
(
bGridFirst
&&
(
bGrid
||
bPage
)
)
if
(
bGridFirst
&&
(
bGrid
||
bPage
)
)
aOutputData
.
DrawGrid
(
bGrid
,
bPage
);
aOutputData
.
DrawGrid
(
bGrid
,
bPage
);
aOutputData
.
DrawBackground
();
aOutputData
.
DrawBackground
();
if
(
!
bGridFirst
&&
(
bGrid
||
bPage
)
)
aOutputData
.
DrawGrid
(
bGrid
,
bPage
);
if
(
bPageMode
)
if
(
bPageMode
)
{
{
// DrawPagePreview draws complete lines/page numbers, must always be clipped
// DrawPagePreview draws complete lines/page numbers, must always be clipped
...
@@ -707,6 +713,7 @@ void ScGridWindow::Draw( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, ScUpdateMod
...
@@ -707,6 +713,7 @@ void ScGridWindow::Draw( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, ScUpdateMod
pContentDev
->
SetClipRegion
();
pContentDev
->
SetClipRegion
();
}
}
}
}
aOutputData
.
DrawShadow
();
aOutputData
.
DrawShadow
();
aOutputData
.
DrawFrame
();
aOutputData
.
DrawFrame
();
if
(
!
bLogicText
)
if
(
!
bLogicText
)
...
@@ -730,10 +737,6 @@ void ScGridWindow::Draw( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, ScUpdateMod
...
@@ -730,10 +737,6 @@ void ScGridWindow::Draw( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, ScUpdateMod
if
(
rOpts
.
GetOption
(
VOPT_NOTES
)
)
if
(
rOpts
.
GetOption
(
VOPT_NOTES
)
)
aOutputData
.
DrawNoteMarks
();
aOutputData
.
DrawNoteMarks
();
if
(
!
bGridFirst
&&
(
bGrid
||
bPage
)
)
{
aOutputData
.
DrawGrid
(
bGrid
,
bPage
);
}
aOutputData
.
DrawClipMarks
();
aOutputData
.
DrawClipMarks
();
// Szenario / ChangeTracking muss auf jeden Fall nach DrawGrid sein, auch bei !bGridFirst
// Szenario / ChangeTracking muss auf jeden Fall nach DrawGrid sein, auch bei !bGridFirst
...
...
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