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
f3565086
Kaydet (Commit)
f3565086
authored
Ock 27, 2012
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
mbHelpBtn is always false
üst
632e2826
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
brdwin.hxx
vcl/inc/brdwin.hxx
+0
-1
brdwin.cxx
vcl/source/window/brdwin.cxx
+0
-10
No files found.
vcl/inc/brdwin.hxx
Dosyayı görüntüle @
f3565086
...
@@ -118,7 +118,6 @@ private:
...
@@ -118,7 +118,6 @@ private:
sal_Bool
mbMenuHide
;
sal_Bool
mbMenuHide
;
sal_Bool
mbDockBtn
;
sal_Bool
mbDockBtn
;
sal_Bool
mbHideBtn
;
sal_Bool
mbHideBtn
;
sal_Bool
mbHelpBtn
;
sal_Bool
mbMenuBtn
;
sal_Bool
mbMenuBtn
;
sal_Bool
mbDisplayActive
;
sal_Bool
mbDisplayActive
;
...
...
vcl/source/window/brdwin.cxx
Dosyayı görüntüle @
f3565086
...
@@ -1594,15 +1594,6 @@ void ImplStdBorderWindowView::Init( OutputDevice* pDev, long nWidth, long nHeigh
...
@@ -1594,15 +1594,6 @@ void ImplStdBorderWindowView::Init( OutputDevice* pDev, long nWidth, long nHeigh
pData
->
maRollRect
.
Left
()
=
pData
->
maRollRect
.
Right
()
-
pData
->
maRollRect
.
GetHeight
()
+
1
;
pData
->
maRollRect
.
Left
()
=
pData
->
maRollRect
.
Right
()
-
pData
->
maRollRect
.
GetHeight
()
+
1
;
nRight
-=
pData
->
maRollRect
.
GetWidth
();
nRight
-=
pData
->
maRollRect
.
GetWidth
();
}
}
if
(
pBorderWindow
->
mbHelpBtn
)
{
pData
->
maHelpRect
.
Top
()
=
nItemTop
;
pData
->
maHelpRect
.
Bottom
()
=
nItemBottom
;
pData
->
maHelpRect
.
Right
()
=
nRight
;
pData
->
maHelpRect
.
Left
()
=
pData
->
maHelpRect
.
Right
()
-
pData
->
maHelpRect
.
GetHeight
()
+
1
;
nRight
-=
pData
->
maHelpRect
.
GetWidth
()
+
3
;
}
}
}
else
else
{
{
...
@@ -1922,7 +1913,6 @@ void ImplBorderWindow::ImplInit( Window* pParent,
...
@@ -1922,7 +1913,6 @@ void ImplBorderWindow::ImplInit( Window* pParent,
mbDockBtn
=
sal_False
;
mbDockBtn
=
sal_False
;
mbMenuBtn
=
sal_False
;
mbMenuBtn
=
sal_False
;
mbHideBtn
=
sal_False
;
mbHideBtn
=
sal_False
;
mbHelpBtn
=
sal_False
;
mbDisplayActive
=
IsActive
();
mbDisplayActive
=
IsActive
();
if
(
nTypeStyle
&
BORDERWINDOW_STYLE_FLOAT
)
if
(
nTypeStyle
&
BORDERWINDOW_STYLE_FLOAT
)
...
...
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