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
85ef81f3
Kaydet (Commit)
85ef81f3
authored
Nis 20, 2012
tarafından
Tomas Hlavaty
Kaydeden (comit)
Michael Stahl
Nis 20, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
idl fix symbol references
üst
dc6e942d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
ClipboardEvent.idl
...pi/com/sun/star/datatransfer/clipboard/ClipboardEvent.idl
+1
-1
XClipboard.idl
offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl
+2
-2
XClipboardOwner.idl
...i/com/sun/star/datatransfer/clipboard/XClipboardOwner.idl
+1
-1
DropTargetDragEnterEvent.idl
...om/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.idl
+1
-1
No files found.
offapi/com/sun/star/datatransfer/clipboard/ClipboardEvent.idl
Dosyayı görüntüle @
85ef81f3
...
...
@@ -47,7 +47,7 @@ published struct ClipboardEvent: com::sun::star::lang::EventObject
//-------------------------------------------------------------------------
/**
The
current
content
of
the
clipboard
.
*/
XTransferable
Contents
;
com
::
sun
::
star
::
datatransfer
::
XTransferable
Contents
;
}
;
//=============================================================================
...
...
offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl
Dosyayı görüntüle @
85ef81f3
...
...
@@ -54,7 +54,7 @@ published interface XClipboard: com::sun::star::uno::XInterface
@
see
com
::
sun
::
star
::
datatransfer
::
XTransferable
*/
XTransferable
getContents
()
;
com
::
sun
::
star
::
datatransfer
::
XTransferable
getContents
()
;
//-------------------------------------------------------------------------
/**
Sets
the
current
contents
of
the
clipboard
to
the
specified
...
...
@@ -76,7 +76,7 @@ published interface XClipboard: com::sun::star::uno::XInterface
@
see
com
::
sun
::
star
::
datatransfer
::
XTransferable
@
see
com
::
sun
::
star
::
datatransfer
::
clipboard
::
XClipboardOwner
*/
[
oneway
]
void
setContents
(
[
in
]
XTransferable
xTrans
,
[
in
]
XClipboardOwner
xClipboardOwner
)
;
[
oneway
]
void
setContents
(
[
in
]
com
::
sun
::
star
::
datatransfer
::
XTransferable
xTrans
,
[
in
]
XClipboardOwner
xClipboardOwner
)
;
//-------------------------------------------------------------------------
/**
To
get
the
name
of
the
clipboard
instance
.
...
...
offapi/com/sun/star/datatransfer/clipboard/XClipboardOwner.idl
Dosyayı görüntüle @
85ef81f3
...
...
@@ -59,7 +59,7 @@ published interface XClipboardOwner: com::sun::star::uno::XInterface
@
see
com
::
sun
::
star
::
datatransfer
::
clipboard
::
XClipboard
@
see
com
::
sun
::
star
::
datatransfer
::
XTransferable
*/
[
oneway
]
void
lostOwnership
(
[
in
]
XClipboard
xClipboard
,
[
in
]
XTransferable
xTrans
)
;
[
oneway
]
void
lostOwnership
(
[
in
]
XClipboard
xClipboard
,
[
in
]
com
::
sun
::
star
::
datatransfer
::
XTransferable
xTrans
)
;
}
;
//=============================================================================
...
...
offapi/com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.idl
Dosyayı görüntüle @
85ef81f3
...
...
@@ -55,7 +55,7 @@ published struct DropTargetDragEnterEvent: DropTargetDragEvent
*/
sequence
<
DataFlavor
>
SupportedDataFlavors
;
sequence
<
com
::
sun
::
star
::
datatransfer
::
DataFlavor
>
SupportedDataFlavors
;
}
;
//=============================================================================
...
...
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