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
d76ddd19
Kaydet (Commit)
d76ddd19
authored
Şub 24, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused EXCHG_SOURCE_ constants
Change-Id: Ic2391f4da06e26ee11a2463d2508b0dccdbf52bd
üst
fcf339ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
+2
-10
exchange.hxx
include/sot/exchange.hxx
+2
-10
No files found.
include/sot/exchange.hxx
Dosyayı görüntüle @
d76ddd19
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
#include <sot/sotdllapi.h>
#include <sot/sotdllapi.h>
#include <tools/solar.h>
#include <tools/solar.h>
#include <o3tl/typed_flags_set.hxx>
class
SotDataObject
;
class
SotDataObject
;
...
@@ -68,15 +69,6 @@ SOT_DLLPUBLIC bool IsFormatSupported( const DataFlavorExVector& rDataFlavorExVec
...
@@ -68,15 +69,6 @@ SOT_DLLPUBLIC bool IsFormatSupported( const DataFlavorExVector& rDataFlavorExVec
// further formats (only via CopyData/PasteData)
// further formats (only via CopyData/PasteData)
#define FORMAT_RTF 10
#define FORMAT_RTF 10
// source options
#define EXCHG_SOURCE_MOVEABLE ((sal_uInt16)0x0001)
#define EXCHG_SOURCE_COPYABLE ((sal_uInt16)0x0002)
#define EXCHG_SOURCE_LINKABLE ((sal_uInt16)0x0004)
#define EXCHG_SOURCE_PRINTABLE ((sal_uInt16)0x0008)
#define EXCHG_SOURCE_DISCARDABLE ((sal_uInt16)0x0010)
#define EXCHG_SOURCE_ALL ((sal_uInt16)0x001F)
#define EXCHG_SOURCE_DEF_COPYABLE ((sal_uInt16)0x0020)
// actions
// actions
#define EXCHG_ACTION_MASK ((sal_uInt16)0x00FF)
#define EXCHG_ACTION_MASK ((sal_uInt16)0x00FF)
#define EXCHG_INOUT_ACTION_NONE ((sal_uInt16)com::sun::star::datatransfer::dnd::DNDConstants::ACTION_NONE)
#define EXCHG_INOUT_ACTION_NONE ((sal_uInt16)com::sun::star::datatransfer::dnd::DNDConstants::ACTION_NONE)
...
@@ -169,7 +161,7 @@ public:
...
@@ -169,7 +161,7 @@ public:
const
DataFlavorExVector
&
rDataFlavorExVector
,
const
DataFlavorExVector
&
rDataFlavorExVector
,
// destination of an action (EXCHG_DEST_*)
// destination of an action (EXCHG_DEST_*)
sal_uInt16
nDestination
,
sal_uInt16
nDestination
,
// action for a source
(EXCHG_SOURCE_...)
// action for a source
sal_uInt16
nSourceOptions
,
sal_uInt16
nSourceOptions
,
// user action (EXCHG_IN_*, EXCHG_INOUT_*)
// user action (EXCHG_IN_*, EXCHG_INOUT_*)
sal_uInt16
nUserAction
,
sal_uInt16
nUserAction
,
...
...
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