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
330c38ed
Kaydet (Commit)
330c38ed
authored
Şub 24, 2012
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
MinGW: IFileDialog is present, but IFileDialogCustomize is still missing.
üst
6cd8586f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
16 deletions
+16
-16
FPentry.cxx
fpicker/source/win32/filepicker/FPentry.cxx
+1
-1
VistaFilePicker.cxx
fpicker/source/win32/filepicker/VistaFilePicker.cxx
+3
-3
VistaFilePickerEventHandler.cxx
...r/source/win32/filepicker/VistaFilePickerEventHandler.cxx
+3
-3
VistaFilePickerEventHandler.hxx
...r/source/win32/filepicker/VistaFilePickerEventHandler.hxx
+3
-3
VistaFilePickerImpl.cxx
fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx
+3
-3
VistaFilePickerImpl.hxx
fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
+3
-3
No files found.
fpicker/source/win32/filepicker/FPentry.cxx
Dosyayı görüntüle @
330c38ed
...
...
@@ -65,7 +65,7 @@ static Reference< XInterface > SAL_CALL createInstance(
{
Reference
<
XInterface
>
xDlg
;
#ifdef __IFileDialog_INTERFACE_DEFINED__
#ifdef __IFileDialog
Customize
_INTERFACE_DEFINED__
bool
bVistaOrNewer
=
IsWindowsVistaOrNewer
();
if
(
bVistaOrNewer
)
...
...
fpicker/source/win32/filepicker/VistaFilePicker.cxx
Dosyayı görüntüle @
330c38ed
...
...
@@ -37,8 +37,8 @@
#include "VistaFilePicker.hxx"
// Without IFileDialog we can't do much
#ifdef __IFileDialog_INTERFACE_DEFINED__
// Without IFileDialog
Customize
we can't do much
#ifdef __IFileDialog
Customize
_INTERFACE_DEFINED__
#include "WinFileOpenImpl.hxx"
#include "../misc/WinImplHelper.hxx"
...
...
@@ -717,6 +717,6 @@ css::uno::Sequence< ::rtl::OUString > SAL_CALL VistaFilePicker::getSupportedServ
}
// namespace win32
}
// namespace fpicker
#endif // __IFileDialog_INTERFACE_DEFINED__
#endif // __IFileDialog
Customize
_INTERFACE_DEFINED__
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
fpicker/source/win32/filepicker/VistaFilePickerEventHandler.cxx
Dosyayı görüntüle @
330c38ed
...
...
@@ -29,8 +29,8 @@
#include "VistaFilePickerEventHandler.hxx"
// Without IFileDialog we can't do much
#ifdef __IFileDialog_INTERFACE_DEFINED__
// Without IFileDialog
Customize
we can't do much
#ifdef __IFileDialog
Customize
_INTERFACE_DEFINED__
#include "asyncrequests.hxx"
...
...
@@ -463,6 +463,6 @@ void VistaFilePickerEventHandler::impl_sendEvent( EEventType eEventType,
}
// namespace win32
}
// namespace fpicker
#endif // __IFileDialog_INTERFACE_DEFINED__
#endif // __IFileDialog
Customize
_INTERFACE_DEFINED__
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx
Dosyayı görüntüle @
330c38ed
...
...
@@ -39,8 +39,8 @@
#include <shobjidl.h>
// Without IFileDialog we can't do this
#ifdef __IFileDialog_INTERFACE_DEFINED__
// Without IFileDialog
Customize
we can't do this
#ifdef __IFileDialog
Customize
_INTERFACE_DEFINED__
#include "comptr.hxx"
#include "vistatypes.h"
...
...
@@ -226,7 +226,7 @@ class VistaFilePickerEventHandler : public ::cppu::BaseMutex
#undef css
#endif // __IFileDialog_INTERFACE_DEFINED__
#endif // __IFileDialog
Customize
_INTERFACE_DEFINED__
#endif // FPICKER_WIN32_VISTA_FILEPICKER_EVENTHANDLER_HXX
...
...
fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx
Dosyayı görüntüle @
330c38ed
...
...
@@ -32,8 +32,8 @@
#include "VistaFilePickerImpl.hxx"
// Without IFileDialog we can't do much
#ifdef __IFileDialog_INTERFACE_DEFINED__
// Without IFileDialog
Customize
we can't do much
#ifdef __IFileDialog
Customize
_INTERFACE_DEFINED__
#include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp>
#include <com/sun/star/ui/dialogs/ControlActions.hpp>
...
...
@@ -1269,6 +1269,6 @@ bool VistaFilePickerImpl::onFileTypeChanged( UINT /*nTypeIndex*/ )
}
// namespace win32
}
// namespace fpicker
#endif // __IFileDialog_INTERFACE_DEFINED__
#endif // __IFileDialog
Customize
_INTERFACE_DEFINED__
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
Dosyayı görüntüle @
330c38ed
...
...
@@ -47,8 +47,8 @@
#pragma warning(pop)
#endif
// Without IFileDialog we can't do this
#ifdef __IFileDialog_INTERFACE_DEFINED__
// Without IFileDialog
Customize
we can't do this
#ifdef __IFileDialog
Customize
_INTERFACE_DEFINED__
#include "asyncrequests.hxx"
#include "comptr.hxx"
...
...
@@ -365,7 +365,7 @@ class VistaFilePickerImpl : private ::cppu::BaseMutex
#undef css
#endif // __IFileDialog_INTERFACE_DEFINED__
#endif // __IFileDialog
Customize
_INTERFACE_DEFINED__
#endif // FPICKER_WIN32_VISTA_FILEPICKERIMPL_HXX
...
...
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