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
0a5f0637
Kaydet (Commit)
0a5f0637
authored
Eyl 13, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ResId rResId -> ResId& rResId
Change-Id: If2a5ce7d9163c9ef1862850ec3b89a5e600e9636
üst
fac03549
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
anyrefdg.hxx
sc/source/ui/inc/anyrefdg.hxx
+2
-2
anyrefdg.cxx
sc/source/ui/miscdlgs/anyrefdg.cxx
+4
-4
No files found.
sc/source/ui/inc/anyrefdg.hxx
Dosyayı görüntüle @
0a5f0637
...
@@ -183,7 +183,7 @@ public:
...
@@ -183,7 +183,7 @@ public:
virtual
long
PreNotify
(
NotifyEvent
&
rNEvt
);
virtual
long
PreNotify
(
NotifyEvent
&
rNEvt
);
virtual
void
StateChanged
(
StateChangedType
nStateChange
);
virtual
void
StateChanged
(
StateChangedType
nStateChange
);
protected
:
protected
:
ScRefHdlModalImpl
(
Window
*
pParent
,
ResId
&
rResId
);
ScRefHdlModalImpl
(
Window
*
pParent
,
const
ResId
&
rResId
);
private
:
private
:
};
};
...
@@ -258,7 +258,7 @@ void ScRefHdlrImplBase<TWindow, bBindRef>::StateChanged( StateChangedType nState
...
@@ -258,7 +258,7 @@ void ScRefHdlrImplBase<TWindow, bBindRef>::StateChanged( StateChangedType nState
class
ScAnyRefModalDlg
:
public
ScRefHdlModalImpl
class
ScAnyRefModalDlg
:
public
ScRefHdlModalImpl
{
{
public
:
public
:
ScAnyRefModalDlg
(
Window
*
pParent
,
ResId
rResId
);
ScAnyRefModalDlg
(
Window
*
pParent
,
const
ResId
&
rResId
);
};
};
//============================================================================
//============================================================================
...
...
sc/source/ui/miscdlgs/anyrefdg.cxx
Dosyayı görüntüle @
0a5f0637
...
@@ -1031,8 +1031,8 @@ void ScRefHandler::RefInputDone( sal_Bool bForced )
...
@@ -1031,8 +1031,8 @@ void ScRefHandler::RefInputDone( sal_Bool bForced )
//-------------------------------------------------------------------------------
//-------------------------------------------------------------------------------
ScRefHdlModalImpl
::
ScRefHdlModalImpl
(
Window
*
pParent
,
ResId
&
rResId
)
:
ScRefHdlModalImpl
::
ScRefHdlModalImpl
(
Window
*
pParent
,
const
ResId
&
rResId
)
ModalDialog
(
pParent
,
rResId
),
:
ModalDialog
(
pParent
,
rResId
),
ScRefHandler
(
dynamic_cast
<
Window
&>
(
*
this
),
NULL
,
true
)
{}
ScRefHandler
(
dynamic_cast
<
Window
&>
(
*
this
),
NULL
,
true
)
{}
long
ScRefHdlModalImpl
::
PreNotify
(
NotifyEvent
&
rNEvt
)
long
ScRefHdlModalImpl
::
PreNotify
(
NotifyEvent
&
rNEvt
)
...
@@ -1047,7 +1047,7 @@ void ScRefHdlModalImpl::StateChanged( StateChangedType nStateChange )
...
@@ -1047,7 +1047,7 @@ void ScRefHdlModalImpl::StateChanged( StateChangedType nStateChange )
ScRefHandler
::
stateChanged
(
nStateChange
,
true
);
ScRefHandler
::
stateChanged
(
nStateChange
,
true
);
}
}
ScAnyRefModalDlg
::
ScAnyRefModalDlg
(
Window
*
pParent
,
ResId
a
ResId
)
:
ScAnyRefModalDlg
::
ScAnyRefModalDlg
(
Window
*
pParent
,
const
ResId
&
r
ResId
)
:
ScRefHdlModalImpl
(
pParent
,
a
ResId
)
{}
ScRefHdlModalImpl
(
pParent
,
r
ResId
)
{}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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