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
3c6c05b0
Kaydet (Commit)
3c6c05b0
authored
Mar 09, 2014
tarafından
Ariel Constenla-Haile
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove useless comments
üst
b9922296
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
80 deletions
+0
-80
EmptyUndoStackException.idl
offapi/com/sun/star/document/EmptyUndoStackException.idl
+0
-10
UndoContextNotClosedException.idl
...i/com/sun/star/document/UndoContextNotClosedException.idl
+0
-10
UndoFailedException.idl
offapi/com/sun/star/document/UndoFailedException.idl
+0
-10
UndoManagerEvent.idl
offapi/com/sun/star/document/UndoManagerEvent.idl
+0
-10
XUndoAction.idl
offapi/com/sun/star/document/XUndoAction.idl
+0
-10
XUndoManager.idl
offapi/com/sun/star/document/XUndoManager.idl
+0
-10
XUndoManagerListener.idl
offapi/com/sun/star/document/XUndoManagerListener.idl
+0
-10
XUndoManagerSupplier.idl
offapi/com/sun/star/document/XUndoManagerSupplier.idl
+0
-10
No files found.
offapi/com/sun/star/document/EmptyUndoStackException.idl
Dosyayı görüntüle @
3c6c05b0
...
...
@@ -19,19 +19,13 @@
*
*************************************************************/
#
ifndef
__com_sun_star_document_EmptyUndoStackException_idl__
#
define
__com_sun_star_document_EmptyUndoStackException_idl__
#
include
<
com
/
sun
/
star
/
util
/
InvalidStateException
.
idl>
//==================================================================================================================
module
com
{
module
sun
{
module
star
{
module
document
{
//==================================================================================================================
/**
is
raised
when
an
operation
is
attemption
at
an
XUndoManager
which
requires
a
non
-
empty
stack
of
undo
actions
,
and
this
requirement
is
not
fullfilled
.
@
since
OpenOffice
3.4
...
...
@@ -40,10 +34,6 @@ exception EmptyUndoStackException : ::com::sun::star::util::InvalidStateExceptio
{
}
;
//==================================================================================================================
}
; }; }; };
//==================================================================================================================
#
endif
offapi/com/sun/star/document/UndoContextNotClosedException.idl
Dosyayı görüntüle @
3c6c05b0
...
...
@@ -19,19 +19,13 @@
*
*************************************************************/
#
ifndef
__com_sun_star_document_UndoContextNotClosedException_idl__
#
define
__com_sun_star_document_UndoContextNotClosedException_idl__
#
include
<
com
/
sun
/
star
/
util
/
InvalidStateException
.
idl>
//==================================================================================================================
module
com
{
module
sun
{
module
star
{
module
document
{
//==================================================================================================================
/**
is
thrown
when
an
operation
is
attempted
at
an
<
type
>
XUndoManager
</
type
>
which
requires
all
undo
contexts
to
be
closed
,
but
this
requirement
is
not
fullfilled
.
@
since
OpenOffice
3.4
...
...
@@ -40,10 +34,6 @@ exception UndoContextNotClosedException : ::com::sun::star::util::InvalidStateEx
{
}
;
//==================================================================================================================
}
; }; }; };
//==================================================================================================================
#
endif
offapi/com/sun/star/document/UndoFailedException.idl
Dosyayı görüntüle @
3c6c05b0
...
...
@@ -19,19 +19,13 @@
*
*************************************************************/
#
ifndef
__com_sun_star_document_UndoFailedException_idl__
#
define
__com_sun_star_document_UndoFailedException_idl__
#
include
<
com
/
sun
/
star
/
uno
/
Exception
.
idl>
//==================================================================================================================
module
com
{
module
sun
{
module
star
{
module
document
{
//==================================================================================================================
/**
thrown
when
reverting
to
re
-
applying
an
undoable
action
fails
.
@
see
XUndoAction
::
undo
...
...
@@ -45,10 +39,6 @@ exception UndoFailedException : ::com::sun::star::uno::Exception
any
Reason
;
}
;
//==================================================================================================================
}
; }; }; };
//==================================================================================================================
#
endif
offapi/com/sun/star/document/UndoManagerEvent.idl
Dosyayı görüntüle @
3c6c05b0
...
...
@@ -19,19 +19,13 @@
*
*************************************************************/
#
ifndef
__com_sun_star_document_UndoManagerEvent_idl__
#
define
__com_sun_star_document_UndoManagerEvent_idl__
#
include
<
com
/
sun
/
star
/
lang
/
EventObject
.
idl>
//==================================================================================================================
module
com
{
module
sun
{
module
star
{
module
document
{
//==================================================================================================================
/**
is
an
event
sent
by
an
<
type
>
XUndoManager
</
type
>
implementation
when
the
Undo
/
Redo
stacks
of
the
manager
are
modified
.
@
see
XUndoManager
...
...
@@ -52,10 +46,6 @@ struct UndoManagerEvent : ::com::sun::star::lang::EventObject
long
UndoContextDepth
;
}
;
//==================================================================================================================
}
; }; }; };
//==================================================================================================================
#
endif
offapi/com/sun/star/document/XUndoAction.idl
Dosyayı görüntüle @
3c6c05b0
...
...
@@ -19,20 +19,14 @@
*
*************************************************************/
#
ifndef
__com_sun_star_document_XUndoAction_idl__
#
define
__com_sun_star_document_XUndoAction_idl__
#
include
<
com
/
sun
/
star
/
uno
/
XInterface
.
idl>
#
include
<
com
/
sun
/
star
/
document
/
UndoFailedException
.
idl>
//==================================================================================================================
module
com
{
module
sun
{
module
star
{
module
document
{
//==================================================================================================================
/**
represents
a
single
(
undoable
)
action
on
a
document
@
since
OpenOffice
3.4
*/
...
...
@@ -65,10 +59,6 @@ interface XUndoAction
[
attribute
,
readonly
]
string
Title
;
}
;
//==================================================================================================================
}
; }; }; };
//==================================================================================================================
#
endif
offapi/com/sun/star/document/XUndoManager.idl
Dosyayı görüntüle @
3c6c05b0
...
...
@@ -19,8 +19,6 @@
*
*************************************************************/
#
ifndef
__com_sun_star_document_XUndoManager_idl__
#
define
__com_sun_star_document_XUndoManager_idl__
...
...
@@ -33,15 +31,11 @@
#
include
<
com
/
sun
/
star
/
lang
/
IllegalArgumentException
.
idl>
#
include
<
com
/
sun
/
star
/
lang
/
WrappedTargetException
.
idl>
//==================================================================================================================
module
com
{
module
sun
{
module
star
{
module
document
{
interface
XUndoAction
;
interface
XUndoManagerListener
;
//==================================================================================================================
/**
provides
access
to
the
undo
/
redo
stacks
of
a
document
<
h3
>
Undo
</
h3
>
...
...
@@ -327,10 +321,6 @@ interface XUndoManager
);
};
//==================================================================================================================
}; }; }; };
//==================================================================================================================
#endif
offapi/com/sun/star/document/XUndoManagerListener.idl
Dosyayı görüntüle @
3c6c05b0
...
...
@@ -19,20 +19,14 @@
*
*************************************************************/
#
ifndef
__com_sun_star_document_XUndoManagerListener_idl__
#
define
__com_sun_star_document_XUndoManagerListener_idl__
#
include
<
com
/
sun
/
star
/
document
/
UndoManagerEvent
.
idl>
#
include
<
com
/
sun
/
star
/
lang
/
XEventListener
.
idl>
//==================================================================================================================
module
com
{
module
sun
{
module
star
{
module
document
{
//==================================================================================================================
/**
implemented
by
components
which
want
to
be
notified
of
changes
in
the
Undo
/
Redo
stacks
of
an
Undo
manager
.
@
see
XUndoManager
...
...
@@ -133,10 +127,6 @@ interface XUndoManagerListener : ::com::sun::star::lang::XEventListener
void
cancelledContext
(
[
in
]
UndoManagerEvent
i_event
)
;
}
;
//==================================================================================================================
}
; }; }; };
//==================================================================================================================
#
endif
offapi/com/sun/star/document/XUndoManagerSupplier.idl
Dosyayı görüntüle @
3c6c05b0
...
...
@@ -19,21 +19,15 @@
*
*************************************************************/
#
ifndef
__com_sun_star_document_XUndoManagerSupplier_idl__
#
define
__com_sun_star_document_XUndoManagerSupplier_idl__
#
include
<
com
/
sun
/
star
/
uno
/
XInterface
.
idl>
//==================================================================================================================
module
com
{
module
sun
{
module
star
{
module
document
{
interface
XUndoManager
;
//==================================================================================================================
/**
provides
access
to
an
XUndoManager
.
@
since
OpenOffice
3.4
...
...
@@ -45,10 +39,6 @@ interface XUndoManagerSupplier
XUndoManager
getUndoManager
()
;
}
;
//==================================================================================================================
}
; }; }; };
//==================================================================================================================
#
endif
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