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
60df720f
Kaydet (Commit)
60df720f
authored
Eyl 07, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert Link<> to typed
Change-Id: Ie59da1b457aa2ed5bdc6a26eefab4d4a3acf10b5
üst
e126468e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
ctredlin.hxx
include/svx/ctredlin.hxx
+2
-2
acredlin.hxx
sc/source/ui/inc/acredlin.hxx
+1
-1
acredlin.cxx
sc/source/ui/miscdlgs/acredlin.cxx
+1
-1
No files found.
include/svx/ctredlin.hxx
Dosyayı görüntüle @
60df720f
...
@@ -104,7 +104,7 @@ private:
...
@@ -104,7 +104,7 @@ private:
Image
maEntryImage
;
Image
maEntryImage
;
OUString
maEntryString
;
OUString
maEntryString
;
utl
::
TextSearch
*
pCommentSearcher
;
utl
::
TextSearch
*
pCommentSearcher
;
Link
<
>
aColCompareLink
;
Link
<
const
SvSortData
*
,
sal_Int32
>
aColCompareLink
;
protected
:
protected
:
...
@@ -162,7 +162,7 @@ public:
...
@@ -162,7 +162,7 @@ public:
virtual
SvTreeListEntry
*
CreateEntry
()
const
SAL_OVERRIDE
;
virtual
SvTreeListEntry
*
CreateEntry
()
const
SAL_OVERRIDE
;
void
SetColCompareHdl
(
const
Link
<>&
rLink
)
{
aColCompareLink
=
rLink
;
}
void
SetColCompareHdl
(
const
Link
<
const
SvSortData
*
,
sal_Int32
>&
rLink
)
{
aColCompareLink
=
rLink
;
}
};
};
/// Tabpage with the filter text entries etc.
/// Tabpage with the filter text entries etc.
...
...
sc/source/ui/inc/acredlin.hxx
Dosyayı görüntüle @
60df720f
...
@@ -111,7 +111,7 @@ private:
...
@@ -111,7 +111,7 @@ private:
DECL_LINK
(
ChgTrackModHdl
,
ScChangeTrack
*
);
DECL_LINK
(
ChgTrackModHdl
,
ScChangeTrack
*
);
DECL_LINK_TYPED
(
CommandHdl
,
SvSimpleTable
*
,
void
);
DECL_LINK_TYPED
(
CommandHdl
,
SvSimpleTable
*
,
void
);
DECL_LINK_TYPED
(
ReOpenTimerHdl
,
Idle
*
,
void
);
DECL_LINK_TYPED
(
ReOpenTimerHdl
,
Idle
*
,
void
);
DECL_LINK
(
ColCompareHdl
,
SvSortData
*
);
DECL_LINK
_TYPED
(
ColCompareHdl
,
const
SvSortData
*
,
sal_Int32
);
protected
:
protected
:
...
...
sc/source/ui/miscdlgs/acredlin.cxx
Dosyayı görüntüle @
60df720f
...
@@ -1864,7 +1864,7 @@ void ScAcceptChgDlg::InitFilter()
...
@@ -1864,7 +1864,7 @@ void ScAcceptChgDlg::InitFilter()
#define CALC_DATE 3
#define CALC_DATE 3
#define CALC_POS 1
#define CALC_POS 1
IMPL_LINK
(
ScAcceptChgDlg
,
ColCompareHdl
,
SvSortData
*
,
pSortData
)
IMPL_LINK
_TYPED
(
ScAcceptChgDlg
,
ColCompareHdl
,
const
SvSortData
*
,
pSortData
,
sal_Int32
)
{
{
sal_Int32
nCompare
=
0
;
sal_Int32
nCompare
=
0
;
SCCOL
nSortCol
=
static_cast
<
SCCOL
>
(
pTheView
->
GetSortedCol
());
SCCOL
nSortCol
=
static_cast
<
SCCOL
>
(
pTheView
->
GetSortedCol
());
...
...
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