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
74b0c5d0
Kaydet (Commit)
74b0c5d0
authored
Ock 17, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some more loplugin:cstylecast: fpicker
Change-Id: I39e741c395a05f6f83e2e5db91a76cea87d06836
üst
3ad6e328
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
iodlg.cxx
fpicker/source/office/iodlg.cxx
+3
-3
iodlg.hxx
fpicker/source/office/iodlg.hxx
+1
-1
No files found.
fpicker/source/office/iodlg.cxx
Dosyayı görüntüle @
74b0c5d0
...
@@ -1128,12 +1128,12 @@ void SvtFileDialog::EnableAutocompletion( bool _bEnable )
...
@@ -1128,12 +1128,12 @@ void SvtFileDialog::EnableAutocompletion( bool _bEnable )
IMPL_STATIC_LINK
(
SvtFileDialog
,
FilterSelectHdl_Impl
,
ListBox
*
,
pBox
)
IMPL_STATIC_LINK
(
SvtFileDialog
,
FilterSelectHdl_Impl
,
void
*
,
pInstance
)
{
{
DBG_ASSERT
(
p
Box
,
"SvtFileDialog:keine Instanz"
);
DBG_ASSERT
(
p
Instance
,
"SvtFileDialog:keine Instanz"
);
// was the handler executed by the travel timer?
// was the handler executed by the travel timer?
if
(
p
Box
==
(
ListBox
*
)
&
pThis
->
_pImp
->
_aFilterTimer
)
if
(
p
Instance
==
&
pThis
->
_pImp
->
_aFilterTimer
)
{
{
// filter the view again
// filter the view again
pThis
->
ExecuteFilter
();
pThis
->
ExecuteFilter
();
...
...
fpicker/source/office/iodlg.hxx
Dosyayı görüntüle @
74b0c5d0
...
@@ -112,7 +112,7 @@ private:
...
@@ -112,7 +112,7 @@ private:
bool
m_bHasFilename
;
bool
m_bHasFilename
;
::
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XComponentContext
>
m_context
;
::
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XComponentContext
>
m_context
;
DECL_STATIC_LINK
(
SvtFileDialog
,
FilterSelectHdl_Impl
,
ListBox
*
);
DECL_STATIC_LINK
(
SvtFileDialog
,
FilterSelectHdl_Impl
,
void
*
);
DECL_STATIC_LINK
(
SvtFileDialog
,
NewFolderHdl_Impl
,
PushButton
*
);
DECL_STATIC_LINK
(
SvtFileDialog
,
NewFolderHdl_Impl
,
PushButton
*
);
DECL_STATIC_LINK
(
SvtFileDialog
,
OpenHdl_Impl
,
void
*
);
DECL_STATIC_LINK
(
SvtFileDialog
,
OpenHdl_Impl
,
void
*
);
DECL_LINK
(
CancelHdl_Impl
,
void
*
);
DECL_LINK
(
CancelHdl_Impl
,
void
*
);
...
...
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