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
c005d07d
Kaydet (Commit)
c005d07d
authored
Şub 28, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: implicit conversion (IntegralCast) from bool to 'sal_uInt16'
Change-Id: If6c41795a4015eb6bdd6bf785dd5ea6f7069e76b
üst
bf470dcd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
toolbox2.cxx
vcl/source/window/toolbox2.cxx
+3
-3
No files found.
vcl/source/window/toolbox2.cxx
Dosyayı görüntüle @
c005d07d
...
@@ -1489,7 +1489,7 @@ void ToolBox::SetItemDown( sal_uInt16 nItemId, bool bDown, bool bRelease )
...
@@ -1489,7 +1489,7 @@ void ToolBox::SetItemDown( sal_uInt16 nItemId, bool bDown, bool bRelease )
if
(
nPos
!=
mnCurPos
)
if
(
nPos
!=
mnCurPos
)
{
{
mnCurPos
=
nPos
;
mnCurPos
=
nPos
;
ImplDrawItem
(
mnCurPos
,
true
);
ImplDrawItem
(
mnCurPos
,
1
);
Flush
();
Flush
();
}
}
}
}
...
@@ -1497,7 +1497,7 @@ void ToolBox::SetItemDown( sal_uInt16 nItemId, bool bDown, bool bRelease )
...
@@ -1497,7 +1497,7 @@ void ToolBox::SetItemDown( sal_uInt16 nItemId, bool bDown, bool bRelease )
{
{
if
(
nPos
==
mnCurPos
)
if
(
nPos
==
mnCurPos
)
{
{
ImplDrawItem
(
mnCurPos
,
false
);
ImplDrawItem
(
mnCurPos
,
0
);
Flush
();
Flush
();
mnCurPos
=
TOOLBOX_ITEM_NOTFOUND
;
mnCurPos
=
TOOLBOX_ITEM_NOTFOUND
;
}
}
...
@@ -1799,7 +1799,7 @@ void ToolBox::ImplFillLayoutData() const
...
@@ -1799,7 +1799,7 @@ void ToolBox::ImplFillLayoutData() const
// only draw, if the rectangle is within PaintRectangle
// only draw, if the rectangle is within PaintRectangle
if
(
!
pItem
->
maRect
.
IsEmpty
()
)
if
(
!
pItem
->
maRect
.
IsEmpty
()
)
const_cast
<
ToolBox
*>
(
this
)
->
ImplDrawItem
(
i
,
false
,
false
,
true
);
const_cast
<
ToolBox
*>
(
this
)
->
ImplDrawItem
(
i
,
0
,
false
,
true
);
}
}
}
}
...
...
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