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
2ad3b48c
Kaydet (Commit)
2ad3b48c
authored
Şub 09, 2012
tarafından
Ivan Timofeev
Kaydeden (comit)
Caolán McNamara
Şub 13, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
always use the *real* visibility of the SwScrollbar
üst
f7b2d16b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
viewport.cxx
sw/source/ui/uiview/viewport.cxx
+1
-3
No files found.
sw/source/ui/uiview/viewport.cxx
Dosyayı görüntüle @
2ad3b48c
...
@@ -840,9 +840,7 @@ void SwView::CalcAndSetBorderPixel( SvBorder &rToFill, sal_Bool /*bInner*/ )
...
@@ -840,9 +840,7 @@ void SwView::CalcAndSetBorderPixel( SvBorder &rToFill, sal_Bool /*bInner*/ )
else
else
rToFill
.
Right
()
=
nTmp
;
rToFill
.
Right
()
=
nTmp
;
}
}
//#i32913# in browse mode the visibility of the horizontal scrollbar
if
(
pHScrollbar
->
IsVisible
(
sal_True
)
)
// depends on the content (fixed width tables may require a scrollbar)
if
(
pHScrollbar
->
IsVisible
(
pWrtShell
->
GetViewOptions
()
->
getBrowseMode
())
)
rToFill
.
Bottom
()
=
nTmp
;
rToFill
.
Bottom
()
=
nTmp
;
SetBorderPixel
(
rToFill
);
SetBorderPixel
(
rToFill
);
...
...
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