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
ca797206
Kaydet (Commit)
ca797206
authored
Ara 02, 2002
tarafından
Ocke Janssen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#105638# new property DispathUrlInternal to allow sound played inside
üst
a9ced50e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
15 deletions
+22
-15
Button.cxx
forms/source/component/Button.cxx
+5
-4
ImageButton.cxx
forms/source/component/ImageButton.cxx
+5
-4
ImageControl.cxx
forms/source/component/ImageControl.cxx
+4
-3
property.hrc
forms/source/inc/property.hrc
+5
-2
property.cxx
forms/source/misc/property.cxx
+3
-2
No files found.
forms/source/component/Button.cxx
Dosyayı görüntüle @
ca797206
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: Button.cxx,v $
* $RCSfile: Button.cxx,v $
*
*
* $Revision: 1.
7
$
* $Revision: 1.
8
$
*
*
* last change: $Author:
fs $ $Date: 2002-12-02 09:56:26
$
* last change: $Author:
oj $ $Date: 2002-12-02 12:57:24
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -133,9 +133,10 @@ void OButtonModel::fillProperties(
...
@@ -133,9 +133,10 @@ void OButtonModel::fillProperties(
Sequence
<
Property
>&
_rProps
,
Sequence
<
Property
>&
_rProps
,
Sequence
<
Property
>&
_rAggregateProps
)
const
Sequence
<
Property
>&
_rAggregateProps
)
const
{
{
FRM_BEGIN_PROP_HELPER
(
7
)
FRM_BEGIN_PROP_HELPER
(
8
)
DECL_PROP2
(
CLASSID
,
sal_Int16
,
READONLY
,
TRANSIENT
);
DECL_PROP2
(
CLASSID
,
sal_Int16
,
READONLY
,
TRANSIENT
);
DECL_PROP1
(
BUTTONTYPE
,
FormButtonType
,
BOUND
);
DECL_PROP1
(
BUTTONTYPE
,
FormButtonType
,
BOUND
);
DECL_PROP1
(
DISPATCHURLINTERNAL
,
sal_Bool
,
BOUND
);
DECL_PROP1
(
TARGET_URL
,
::
rtl
::
OUString
,
BOUND
);
DECL_PROP1
(
TARGET_URL
,
::
rtl
::
OUString
,
BOUND
);
DECL_PROP1
(
TARGET_FRAME
,
::
rtl
::
OUString
,
BOUND
);
DECL_PROP1
(
TARGET_FRAME
,
::
rtl
::
OUString
,
BOUND
);
DECL_PROP1
(
NAME
,
::
rtl
::
OUString
,
BOUND
);
DECL_PROP1
(
NAME
,
::
rtl
::
OUString
,
BOUND
);
...
...
forms/source/component/ImageButton.cxx
Dosyayı görüntüle @
ca797206
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: ImageButton.cxx,v $
* $RCSfile: ImageButton.cxx,v $
*
*
* $Revision: 1.
5
$
* $Revision: 1.
6
$
*
*
* last change: $Author:
fs $ $Date: 2002-12-02 09:56:33
$
* last change: $Author:
oj $ $Date: 2002-12-02 12:57:25
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -149,9 +149,10 @@ void OImageButtonModel::fillProperties(
...
@@ -149,9 +149,10 @@ void OImageButtonModel::fillProperties(
Sequence
<
Property
>&
_rProps
,
Sequence
<
Property
>&
_rProps
,
Sequence
<
Property
>&
_rAggregateProps
)
const
Sequence
<
Property
>&
_rAggregateProps
)
const
{
{
FRM_BEGIN_PROP_HELPER
(
7
)
FRM_BEGIN_PROP_HELPER
(
8
)
DECL_PROP2
(
CLASSID
,
sal_Int16
,
READONLY
,
TRANSIENT
);
DECL_PROP2
(
CLASSID
,
sal_Int16
,
READONLY
,
TRANSIENT
);
DECL_PROP1
(
BUTTONTYPE
,
FormButtonType
,
BOUND
);
DECL_PROP1
(
BUTTONTYPE
,
FormButtonType
,
BOUND
);
DECL_PROP1
(
DISPATCHURLINTERNAL
,
sal_Bool
,
BOUND
);
DECL_PROP1
(
TARGET_URL
,
::
rtl
::
OUString
,
BOUND
);
DECL_PROP1
(
TARGET_URL
,
::
rtl
::
OUString
,
BOUND
);
DECL_PROP1
(
TARGET_FRAME
,
::
rtl
::
OUString
,
BOUND
);
DECL_PROP1
(
TARGET_FRAME
,
::
rtl
::
OUString
,
BOUND
);
DECL_PROP1
(
NAME
,
::
rtl
::
OUString
,
BOUND
);
DECL_PROP1
(
NAME
,
::
rtl
::
OUString
,
BOUND
);
...
...
forms/source/component/ImageControl.cxx
Dosyayı görüntüle @
ca797206
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: ImageControl.cxx,v $
* $RCSfile: ImageControl.cxx,v $
*
*
* $Revision: 1.2
2
$
* $Revision: 1.2
3
$
*
*
* last change: $Author:
fs $ $Date: 2002-12-02 09:56:33
$
* last change: $Author:
oj $ $Date: 2002-12-02 12:57:25
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -426,7 +426,7 @@ void OImageControlModel::fillProperties(
...
@@ -426,7 +426,7 @@ void OImageControlModel::fillProperties(
Sequence
<
Property
>&
_rProps
,
Sequence
<
Property
>&
_rProps
,
Sequence
<
Property
>&
_rAggregateProps
)
const
Sequence
<
Property
>&
_rAggregateProps
)
const
{
{
FRM_BEGIN_PROP_HELPER
(
8
)
FRM_BEGIN_PROP_HELPER
(
9
)
// ModifyPropertyAttributes(_rAggregateProps, PROPERTY_IMAGE_URL, PropertyAttribute::TRANSIENT, 0);
// ModifyPropertyAttributes(_rAggregateProps, PROPERTY_IMAGE_URL, PropertyAttribute::TRANSIENT, 0);
DECL_PROP2
(
CLASSID
,
sal_Int16
,
READONLY
,
TRANSIENT
);
DECL_PROP2
(
CLASSID
,
sal_Int16
,
READONLY
,
TRANSIENT
);
...
@@ -437,6 +437,7 @@ void OImageControlModel::fillProperties(
...
@@ -437,6 +437,7 @@ void OImageControlModel::fillProperties(
DECL_IFACE_PROP2
(
BOUNDFIELD
,
XPropertySet
,
READONLY
,
TRANSIENT
);
DECL_IFACE_PROP2
(
BOUNDFIELD
,
XPropertySet
,
READONLY
,
TRANSIENT
);
DECL_IFACE_PROP2
(
CONTROLLABEL
,
XPropertySet
,
BOUND
,
MAYBEVOID
);
DECL_IFACE_PROP2
(
CONTROLLABEL
,
XPropertySet
,
BOUND
,
MAYBEVOID
);
DECL_PROP2
(
CONTROLSOURCEPROPERTY
,
rtl
::
OUString
,
READONLY
,
TRANSIENT
);
DECL_PROP2
(
CONTROLSOURCEPROPERTY
,
rtl
::
OUString
,
READONLY
,
TRANSIENT
);
DECL_PROP1
(
DISPATCHURLINTERNAL
,
sal_Bool
,
BOUND
);
FRM_END_PROP_HELPER
();
FRM_END_PROP_HELPER
();
}
}
...
...
forms/source/inc/property.hrc
Dosyayı görüntüle @
ca797206
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: property.hrc,v $
* $RCSfile: property.hrc,v $
*
*
* $Revision: 1.
5
$
* $Revision: 1.
6
$
*
*
* last change: $Author:
fs $ $Date: 2001-08-06 14:53:51
$
* last change: $Author:
oj $ $Date: 2002-12-02 12:58:12
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -249,6 +249,8 @@ namespace frm
...
@@ -249,6 +249,8 @@ namespace frm
#define PROPERTY_ID_FONTEMPHASISMARK (PROPERTY_ID_START +210)
#define PROPERTY_ID_FONTEMPHASISMARK (PROPERTY_ID_START +210)
#define PROPERTY_ID_FONTRELIEF (PROPERTY_ID_START +211)
#define PROPERTY_ID_FONTRELIEF (PROPERTY_ID_START +211)
#define PROPERTY_ID_DISPATCHURLINTERNAL (PROPERTY_ID_START +212) // BOOL
// start ID fuer aggregierte Properties
// start ID fuer aggregierte Properties
#define PROPERTY_ID_AGGREGATE_ID (PROPERTY_ID_START + 10000)
#define PROPERTY_ID_AGGREGATE_ID (PROPERTY_ID_START + 10000)
...
@@ -420,6 +422,7 @@ DECLARE_CONSTASCII_USTRING(PROPERTY_CONTROLSOURCEPROPERTY);
...
@@ -420,6 +422,7 @@ DECLARE_CONSTASCII_USTRING(PROPERTY_CONTROLSOURCEPROPERTY);
DECLARE_CONSTASCII_USTRING(PROPERTY_REALNAME);
DECLARE_CONSTASCII_USTRING(PROPERTY_REALNAME);
DECLARE_CONSTASCII_USTRING(PROPERTY_USER);
DECLARE_CONSTASCII_USTRING(PROPERTY_USER);
DECLARE_CONSTASCII_USTRING(PROPERTY_PASSWORD);
DECLARE_CONSTASCII_USTRING(PROPERTY_PASSWORD);
DECLARE_CONSTASCII_USTRING(PROPERTY_DISPATCHURLINTERNAL);
//.........................................................................
//.........................................................................
}
}
...
...
forms/source/misc/property.cxx
Dosyayı görüntüle @
ca797206
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: property.cxx,v $
* $RCSfile: property.cxx,v $
*
*
* $Revision: 1.
7
$
* $Revision: 1.
8
$
*
*
* last change: $Author:
hr $ $Date: 2001-10-26 11:21:56
$
* last change: $Author:
oj $ $Date: 2002-12-02 12:58:13
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -471,6 +471,7 @@ IMPLEMENT_CONSTASCII_USTRING(PROPERTY_REALNAME, "RealName");
...
@@ -471,6 +471,7 @@ IMPLEMENT_CONSTASCII_USTRING(PROPERTY_REALNAME, "RealName");
IMPLEMENT_CONSTASCII_USTRING
(
PROPERTY_CONTROLSOURCEPROPERTY
,
"DataFieldProperty"
);
IMPLEMENT_CONSTASCII_USTRING
(
PROPERTY_CONTROLSOURCEPROPERTY
,
"DataFieldProperty"
);
IMPLEMENT_CONSTASCII_USTRING
(
PROPERTY_USER
,
"User"
);
IMPLEMENT_CONSTASCII_USTRING
(
PROPERTY_USER
,
"User"
);
IMPLEMENT_CONSTASCII_USTRING
(
PROPERTY_PASSWORD
,
"Password"
);
IMPLEMENT_CONSTASCII_USTRING
(
PROPERTY_PASSWORD
,
"Password"
);
IMPLEMENT_CONSTASCII_USTRING
(
PROPERTY_DISPATCHURLINTERNAL
,
"DispatchURLInternal"
);
//.........................................................................
//.........................................................................
}
}
...
...
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