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
eb63709c
Kaydet (Commit)
eb63709c
authored
May 09, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
Change-Id: I356c56f5025b1cef4861bb6208ef4f0b04ddf605
üst
39707f94
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
content.hxx
sc/source/ui/inc/content.hxx
+1
-1
content.cxx
sc/source/ui/navipi/content.cxx
+2
-2
preview.cxx
sc/source/ui/view/preview.cxx
+1
-3
No files found.
sc/source/ui/inc/content.hxx
Dosyayı görüntüle @
eb63709c
...
...
@@ -103,7 +103,7 @@ class ScContentTree : public SvTreeListBox
ScDocument
*
GetSourceDocument
();
DECL_LINK
(
ContentDoubleClickHdl
,
void
*
);
DECL_
STATIC_LINK
(
ScContentTree
,
ExecDragHdl
,
void
*
);
DECL_
LINK
(
ExecDragHdl
,
void
*
);
public
:
SvTreeListEntry
*
pTmpEntry
;
bool
m_bFirstPaint
;
...
...
sc/source/ui/navipi/content.cxx
Dosyayı görüntüle @
eb63709c
...
...
@@ -1447,12 +1447,12 @@ void ScContentTree::DoDrag()
delete
pDocLoader
;
// falls Dokument zum Draggen geladen wurde
}
IMPL_
STATIC_LINK
(
ScContentTree
,
ExecDragHdl
,
void
*
,
EMPTYARG
)
IMPL_
LINK_NOARG
(
ScContentTree
,
ExecDragHdl
)
{
// als Link, damit asynchron ohne ImpMouseMoveMsg auf dem Stack auch der
// Navigator geloescht werden darf
pThis
->
DoDrag
();
DoDrag
();
return
0
;
}
...
...
sc/source/ui/view/preview.cxx
Dosyayı görüntüle @
eb63709c
...
...
@@ -927,10 +927,8 @@ void ScPreview::StaticInvalidate()
rBindings
.
Invalidate
(
SID_ATTR_ZOOMSLIDER
);
}
IMPL_STATIC_LINK
(
ScPreview
,
InvalidateHdl
,
void
*
,
EMPTYARG
)
IMPL_STATIC_LINK
_NOINSTANCE_NOARG
(
ScPreview
,
InvalidateHdl
)
{
(
void
)
pThis
;
// avoid warning
StaticInvalidate
();
return
0
;
}
...
...
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