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
8fc6aafc
Kaydet (Commit)
8fc6aafc
authored
Kas 06, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw lok annotations: disable the scrollbar for now
Change-Id: I7493eaab55c23c79ca0878c34a97dfb4af857260
üst
2dba3c1b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
SidebarWin.cxx
sw/source/uibase/docvw/SidebarWin.cxx
+6
-0
No files found.
sw/source/uibase/docvw/SidebarWin.cxx
Dosyayı görüntüle @
8fc6aafc
...
@@ -246,6 +246,12 @@ void SwSidebarWin::PaintTile(vcl::RenderContext& rRenderContext, const Rectangle
...
@@ -246,6 +246,12 @@ void SwSidebarWin::PaintTile(vcl::RenderContext& rRenderContext, const Rectangle
for
(
sal_uInt16
i
=
0
;
i
<
GetChildCount
();
++
i
)
for
(
sal_uInt16
i
=
0
;
i
<
GetChildCount
();
++
i
)
{
{
vcl
::
Window
*
pChild
=
GetChild
(
i
);
vcl
::
Window
*
pChild
=
GetChild
(
i
);
// This would at the moment just draw a gray rectangle at the top right
// corner, need to sort out later.
if
(
pChild
==
mpVScrollbar
.
get
())
continue
;
rRenderContext
.
Push
(
PushFlags
::
MAPMODE
);
rRenderContext
.
Push
(
PushFlags
::
MAPMODE
);
Point
aOffset
(
PixelToLogic
(
pChild
->
GetPosPixel
()));
Point
aOffset
(
PixelToLogic
(
pChild
->
GetPosPixel
()));
MapMode
aMapMode
(
rRenderContext
.
GetMapMode
());
MapMode
aMapMode
(
rRenderContext
.
GetMapMode
());
...
...
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