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
f4d750cf
Kaydet (Commit)
f4d750cf
authored
Agu 14, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert includes/svtools/openfiledroptargetlistener.hxx to OUString
Change-Id: I09fe1739e92aa522c7c6f085d0355fd7c03c047d
üst
55f2f086
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
openfiledroptargetlistener.hxx
include/svtools/openfiledroptargetlistener.hxx
+1
-1
openfiledroptargetlistener.cxx
svtools/source/misc/openfiledroptargetlistener.cxx
+1
-1
No files found.
include/svtools/openfiledroptargetlistener.hxx
Dosyayı görüntüle @
f4d750cf
...
@@ -64,7 +64,7 @@ class SVT_DLLPUBLIC OpenFileDropTargetListener : public ::cppu::WeakImplHelper1<
...
@@ -64,7 +64,7 @@ class SVT_DLLPUBLIC OpenFileDropTargetListener : public ::cppu::WeakImplHelper1<
void
implts_BeginDrag
(
const
css
::
uno
::
Sequence
<
css
::
datatransfer
::
DataFlavor
>&
rSupportedDataFlavors
);
void
implts_BeginDrag
(
const
css
::
uno
::
Sequence
<
css
::
datatransfer
::
DataFlavor
>&
rSupportedDataFlavors
);
void
implts_EndDrag
();
void
implts_EndDrag
();
sal_Bool
implts_IsDropFormatSupported
(
SotFormatStringId
nFormat
);
sal_Bool
implts_IsDropFormatSupported
(
SotFormatStringId
nFormat
);
void
implts_OpenFile
(
const
String
&
rFilePath
);
void
implts_OpenFile
(
const
OU
String
&
rFilePath
);
};
};
#endif // SVTOOLS_DROPTARGETLISTENER_HXX
#endif // SVTOOLS_DROPTARGETLISTENER_HXX
...
...
svtools/source/misc/openfiledroptargetlistener.cxx
Dosyayı görüntüle @
f4d750cf
...
@@ -191,7 +191,7 @@ sal_Bool OpenFileDropTargetListener::implts_IsDropFormatSupported( SotFormatStri
...
@@ -191,7 +191,7 @@ sal_Bool OpenFileDropTargetListener::implts_IsDropFormatSupported( SotFormatStri
return
bRet
;
return
bRet
;
}
}
void
OpenFileDropTargetListener
::
implts_OpenFile
(
const
String
&
rFilePath
)
void
OpenFileDropTargetListener
::
implts_OpenFile
(
const
OU
String
&
rFilePath
)
{
{
OUString
aFileURL
;
OUString
aFileURL
;
if
(
!::
utl
::
LocalFileHelper
::
ConvertPhysicalNameToURL
(
rFilePath
,
aFileURL
)
)
if
(
!::
utl
::
LocalFileHelper
::
ConvertPhysicalNameToURL
(
rFilePath
,
aFileURL
)
)
...
...
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