diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 06:56:58 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 06:56:58 +0000 |
commit | 0dfb11b072b31be299588c8b446cc6ff4c5a5c8f (patch) | |
tree | 4df894d32fd3b72eb22b7a43319a06dbd6f599bb /dtrans | |
parent | f87fd75f68148b9b5ddff7f62ce12c5ec1d7757a (diff) |
INTEGRATION: CWS dtransfix (1.7.32); FILE MERGED
2004/10/08 06:55:28 tra 1.7.32.1: #i28176#support for Windows shell link files added; Windows shell link files will be resolved now. When the clipboard format is CF_HDROP a double 0 terminated list of files where lnk files are resolved will be returned. Module sot\...\filelist.cxx has been adapted accordingly
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dtobj/FmtFilter.hxx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/dtrans/source/win32/dtobj/FmtFilter.hxx b/dtrans/source/win32/dtobj/FmtFilter.hxx index 4ba541bd8e4d..267505ad6d4d 100644 --- a/dtrans/source/win32/dtobj/FmtFilter.hxx +++ b/dtrans/source/win32/dtobj/FmtFilter.hxx @@ -2,9 +2,9 @@ * * $RCSfile: FmtFilter.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2003-10-06 14:40:32 $ + * last change: $Author: rt $ $Date: 2004-10-22 07:56:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -110,4 +110,11 @@ com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL OOBmpToWinDIB( com::sun::star ------------------------------------------------------------------------*/ com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL TextHtmlToHTMLFormat( com::sun::star::uno::Sequence< sal_Int8 >& aTextHtml ); +/** + Return a FileList in which Windows Shell Links (lnk) are resolved. + If for what ever reason a resolution is not possible leave the + original lnk file. +*/ +com::sun::star::uno::Sequence< sal_Int8 > CF_HDROPToFileList(HGLOBAL hGlobal); + #endif |