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
e575e89b
Kaydet (Commit)
e575e89b
authored
Mar 05, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-function
Change-Id: I46f438646c79421eafa894ee0803a3dd8c75c319
üst
9dd8510e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
21 deletions
+0
-21
tabview.cxx
sc/source/ui/view/tabview.cxx
+0
-21
No files found.
sc/source/ui/view/tabview.cxx
Dosyayı görüntüle @
e575e89b
...
@@ -1941,27 +1941,6 @@ Point ScTabView::GetMousePosPixel()
...
@@ -1941,27 +1941,6 @@ Point ScTabView::GetMousePosPixel()
return
aPos
;
return
aPos
;
}
}
namespace
{
bool
lcl_MouseIsOverWin
(
const
Point
&
rScreenPosPixel
,
vcl
::
Window
*
pWin
)
{
if
(
pWin
)
{
// SPLIT_HANDLE_SIZE draufaddieren, damit das Einrasten genau
// auf dem Splitter nicht aussetzt
Point
aRel
=
pWin
->
NormalizedScreenToOutputPixel
(
rScreenPosPixel
);
Size
aWinSize
=
pWin
->
GetOutputSizePixel
();
if
(
aRel
.
X
()
>=
0
&&
aRel
.
X
()
<
aWinSize
.
Width
()
+
SPLIT_HANDLE_SIZE
&&
aRel
.
Y
()
>=
0
&&
aRel
.
Y
()
<
aWinSize
.
Height
()
+
SPLIT_HANDLE_SIZE
)
return
true
;
}
return
false
;
}
}
// anonymous namespace
void
ScTabView
::
FreezeSplitters
(
bool
bFreeze
)
void
ScTabView
::
FreezeSplitters
(
bool
bFreeze
)
{
{
ScSplitMode
eOldH
=
aViewData
.
GetHSplitMode
();
ScSplitMode
eOldH
=
aViewData
.
GetHSplitMode
();
...
...
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