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
45b3d10e
Kaydet (Commit)
45b3d10e
authored
Kas 28, 2002
tarafından
Juergen Schmidt
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#105668# remove incompatible change of UnoControlSpinField service
üst
06036be5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
60 additions
and
20 deletions
+60
-20
UnoControlCurrencyField.idl
offapi/com/sun/star/awt/UnoControlCurrencyField.idl
+15
-5
UnoControlDateField.idl
offapi/com/sun/star/awt/UnoControlDateField.idl
+15
-5
UnoControlNumericField.idl
offapi/com/sun/star/awt/UnoControlNumericField.idl
+15
-5
UnoControlPatternField.idl
offapi/com/sun/star/awt/UnoControlPatternField.idl
+15
-5
No files found.
offapi/com/sun/star/awt/UnoControlCurrencyField.idl
Dosyayı görüntüle @
45b3d10e
...
...
@@ -2,9 +2,9 @@
*
*
$
RCSfile
:
UnoControlCurrencyField
.
idl
,
v
$
*
*
$
Revision
:
1.
3
$
*
$
Revision
:
1.
4
$
*
*
last
change
:
$
Author
:
mt
$
$
Date
:
2002
-
09
-
05
08
:
07
:
16
$
*
last
change
:
$
Author
:
jsc
$
$
Date
:
2002
-
11
-
28
11
:
26
:
34
$
*
*
The
Contents
of
this
file
are
made
available
subject
to
the
terms
of
*
either
of
the
following
licenses
...
...
@@ -61,8 +61,12 @@
#
ifndef
__com_sun_star_awt_UnoCurrencyFieldControl_idl__
#
define
__com_sun_star_awt_UnoCurrencyFieldControl_idl__
#
ifndef
__com_sun_star_awt_UnoControlSpinField_idl__
#
include
<
com
/
sun
/
star
/
awt
/
UnoControlSpinField
.
idl>
#
ifndef
__com_sun_star_awt_UnoControlEdit_idl__
#
include
<
com
/
sun
/
star
/
awt
/
UnoControlEdit
.
idl>
#
endif
#
ifndef
__com_sun_star_awt_XSpinField_idl__
#
include
<
com
/
sun
/
star
/
awt
/
XSpinField
.
idl>
#
endif
#
ifndef
__com_sun_star_awt_XCurrencyField_idl__
...
...
@@ -82,7 +86,10 @@
service
UnoControlCurrencyField
{
//
DocMerge
:
empty
anyway
service
com
::
sun
::
star
::
awt
::
UnoControlSpinField
;
service
com
::
sun
::
star
::
awt
::
UnoControlEdit
;
//
DocMerge
:
empty
anyway
[
optional
]
interface
com
::
sun
::
star
::
awt
::
XSpinField
;
//
DocMerge
:
empty
anyway
interface
com
::
sun
::
star
::
awt
::
XCurrencyField
;
...
...
@@ -96,6 +103,9 @@ service UnoControlCurrencyField
/*=============================================================================
$
Log
:
not
supported
by
cvs2svn
$
Revision
1.3
2002
/
09
/
05
08
:
07
:
16
mt
#
97920
#
Fields
support
XSpinField
now
Revision
1.2
2001
/
04
/
09
15
:
20
:
00
mt
#
82889
#
Changed
IDL
file
name
and
service
name
...
...
offapi/com/sun/star/awt/UnoControlDateField.idl
Dosyayı görüntüle @
45b3d10e
...
...
@@ -2,9 +2,9 @@
*
*
$
RCSfile
:
UnoControlDateField
.
idl
,
v
$
*
*
$
Revision
:
1.
2
$
*
$
Revision
:
1.
3
$
*
*
last
change
:
$
Author
:
mt
$
$
Date
:
2002
-
09
-
05
08
:
07
:
16
$
*
last
change
:
$
Author
:
jsc
$
$
Date
:
2002
-
11
-
28
11
:
26
:
34
$
*
*
The
Contents
of
this
file
are
made
available
subject
to
the
terms
of
*
either
of
the
following
licenses
...
...
@@ -61,8 +61,12 @@
#
ifndef
__com_sun_star_awt_UnoDateFieldControl_idl__
#
define
__com_sun_star_awt_UnoDateFieldControl_idl__
#
ifndef
__com_sun_star_awt_UnoControlSpinField_idl__
#
include
<
com
/
sun
/
star
/
awt
/
UnoControlSpinField
.
idl>
#
ifndef
__com_sun_star_awt_UnoControlEdit_idl__
#
include
<
com
/
sun
/
star
/
awt
/
UnoControlEdit
.
idl>
#
endif
#
ifndef
__com_sun_star_awt_XSpinField_idl__
#
include
<
com
/
sun
/
star
/
awt
/
XSpinField
.
idl>
#
endif
#
ifndef
__com_sun_star_awt_XDateField_idl__
...
...
@@ -84,7 +88,10 @@
service
UnoControlDateField
{
//
DocMerge
:
empty
anyway
service
com
::
sun
::
star
::
awt
::
UnoControlSpinField
;
service
com
::
sun
::
star
::
awt
::
UnoControlEdit
;
//
DocMerge
:
empty
anyway
[
optional
]
interface
com
::
sun
::
star
::
awt
::
XSpinField
;
//
DocMerge
:
empty
anyway
interface
com
::
sun
::
star
::
awt
::
XDateField
;
...
...
@@ -98,6 +105,9 @@ service UnoControlDateField
/*=============================================================================
$
Log
:
not
supported
by
cvs2svn
$
Revision
1.2
2002
/
09
/
05
08
:
07
:
16
mt
#
97920
#
Fields
support
XSpinField
now
Revision
1.1
2001
/
04
/
19
08
:
42
:
25
fs
initial
checkin
...
...
offapi/com/sun/star/awt/UnoControlNumericField.idl
Dosyayı görüntüle @
45b3d10e
...
...
@@ -2,9 +2,9 @@
*
*
$
RCSfile
:
UnoControlNumericField
.
idl
,
v
$
*
*
$
Revision
:
1.
3
$
*
$
Revision
:
1.
4
$
*
*
last
change
:
$
Author
:
mt
$
$
Date
:
2002
-
09
-
05
08
:
07
:
16
$
*
last
change
:
$
Author
:
jsc
$
$
Date
:
2002
-
11
-
28
11
:
26
:
35
$
*
*
The
Contents
of
this
file
are
made
available
subject
to
the
terms
of
*
either
of
the
following
licenses
...
...
@@ -61,8 +61,12 @@
#
ifndef
__com_sun_star_awt_UnoNumericFieldControl_idl__
#
define
__com_sun_star_awt_UnoNumericFieldControl_idl__
#
ifndef
__com_sun_star_awt_UnoControlSpinField_idl__
#
include
<
com
/
sun
/
star
/
awt
/
UnoControlSpinField
.
idl>
#
ifndef
__com_sun_star_awt_UnoControlEdit_idl__
#
include
<
com
/
sun
/
star
/
awt
/
UnoControlEdit
.
idl>
#
endif
#
ifndef
__com_sun_star_awt_XSpinField_idl__
#
include
<
com
/
sun
/
star
/
awt
/
XSpinField
.
idl>
#
endif
#
ifndef
__com_sun_star_awt_XNumericField_idl__
...
...
@@ -85,7 +89,10 @@
service
UnoControlNumericField
{
//
DocMerge
:
empty
anyway
service
com
::
sun
::
star
::
awt
::
UnoControlSpinField
;
service
com
::
sun
::
star
::
awt
::
UnoControlEdit
;
//
DocMerge
:
empty
anyway
[
optional
]
interface
com
::
sun
::
star
::
awt
::
XSpinField
;
//
DocMerge
:
empty
anyway
interface
com
::
sun
::
star
::
awt
::
XNumericField
;
...
...
@@ -99,6 +106,9 @@ service UnoControlNumericField
/*=============================================================================
$
Log
:
not
supported
by
cvs2svn
$
Revision
1.3
2002
/
09
/
05
08
:
07
:
16
mt
#
97920
#
Fields
support
XSpinField
now
Revision
1.2
2001
/
04
/
09
15
:
20
:
00
mt
#
82889
#
Changed
IDL
file
name
and
service
name
...
...
offapi/com/sun/star/awt/UnoControlPatternField.idl
Dosyayı görüntüle @
45b3d10e
...
...
@@ -2,9 +2,9 @@
*
*
$
RCSfile
:
UnoControlPatternField
.
idl
,
v
$
*
*
$
Revision
:
1.
3
$
*
$
Revision
:
1.
4
$
*
*
last
change
:
$
Author
:
mt
$
$
Date
:
2002
-
09
-
05
08
:
07
:
16
$
*
last
change
:
$
Author
:
jsc
$
$
Date
:
2002
-
11
-
28
11
:
26
:
35
$
*
*
The
Contents
of
this
file
are
made
available
subject
to
the
terms
of
*
either
of
the
following
licenses
...
...
@@ -61,8 +61,12 @@
#
ifndef
__com_sun_star_awt_UnoPatternFieldControl_idl__
#
define
__com_sun_star_awt_UnoPatternFieldControl_idl__
#
ifndef
__com_sun_star_awt_UnoControlSpinField_idl__
#
include
<
com
/
sun
/
star
/
awt
/
UnoControlSpinField
.
idl>
#
ifndef
__com_sun_star_awt_UnoControlEdit_idl__
#
include
<
com
/
sun
/
star
/
awt
/
UnoControlEdit
.
idl>
#
endif
#
ifndef
__com_sun_star_awt_XSpinField_idl__
#
include
<
com
/
sun
/
star
/
awt
/
XSpinField
.
idl>
#
endif
#
ifndef
__com_sun_star_awt_XPatternField_idl__
...
...
@@ -85,7 +89,10 @@
service
UnoControlPatternField
{
//
DocMerge
:
empty
anyway
service
com
::
sun
::
star
::
awt
::
UnoControlSpinField
;
service
com
::
sun
::
star
::
awt
::
UnoControlEdit
;
//
DocMerge
:
empty
anyway
[
optional
]
interface
com
::
sun
::
star
::
awt
::
XSpinField
;
//
DocMerge
:
empty
anyway
interface
com
::
sun
::
star
::
awt
::
XPatternField
;
...
...
@@ -99,6 +106,9 @@ service UnoControlPatternField
/*=============================================================================
$
Log
:
not
supported
by
cvs2svn
$
Revision
1.3
2002
/
09
/
05
08
:
07
:
16
mt
#
97920
#
Fields
support
XSpinField
now
Revision
1.2
2001
/
04
/
09
15
:
20
:
00
mt
#
82889
#
Changed
IDL
file
name
and
service
name
...
...
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