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
b8a6e351
Kaydet (Commit)
b8a6e351
authored
Agu 23, 2013
tarafından
Cao Cuong Ngo
Kaydeden (comit)
Cédric Bosdonnat
Eyl 02, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
CMIS properties: make multiple values
Change-Id: I0d5ed8fbfd113940aadc117bcc7cf751be246071
üst
ac11dee3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
15 deletions
+37
-15
dinfdlg.hxx
include/sfx2/dinfdlg.hxx
+28
-6
dinfdlg.cxx
sfx2/source/dialog/dinfdlg.cxx
+0
-0
cmisline.ui
sfx2/uiconfig/ui/cmisline.ui
+9
-9
No files found.
include/sfx2/dinfdlg.hxx
Dosyayı görüntüle @
b8a6e351
...
...
@@ -514,6 +514,29 @@ public:
static
SfxTabPage
*
Create
(
Window
*
pParent
,
const
SfxItemSet
&
);
};
struct
CmisValue
:
public
VclBuilderContainer
{
Edit
*
m_aValueEdit
;
CmisValue
(
Window
*
pParent
,
const
OUString
&
aStr
);
};
struct
CmisDateTime
:
public
VclBuilderContainer
{
DateField
*
m_aDateField
;
TimeField
*
m_aTimeField
;
CmisDateTime
(
Window
*
pParent
,
const
::
com
::
sun
::
star
::
util
::
DateTime
&
aDateTime
);
};
struct
CmisYesNo
:
public
VclBuilderContainer
{
RadioButton
*
m_aYesButton
;
RadioButton
*
m_aNoButton
;
CmisYesNo
(
Window
*
pParent
,
bool
bValue
);
};
// struct CmisPropertyLine ---------------------------------------------
struct
CmisPropertyLine
:
public
VclBuilderContainer
...
...
@@ -527,14 +550,13 @@ struct CmisPropertyLine : public VclBuilderContainer
bool
m_bOpenChoice
;
FixedText
*
m_aName
;
FixedText
*
m_aType
;
Edit
*
m_aValueEdit
;
DateField
*
m_aDateField
;
TimeField
*
m_aTimeField
;
RadioButton
*
m_aYesButton
;
RadioButton
*
m_aNoButton
;
std
::
vector
<
CmisValue
*
>
m_aValues
;
std
::
vector
<
CmisDateTime
*
>
m_aDateTimes
;
std
::
vector
<
CmisYesNo
*
>
m_aYesNos
;
sal_Int32
m_nNumValue
;
long
getItemHeight
()
const
;
CmisPropertyLine
(
Window
*
pParent
);
~
CmisPropertyLine
();
};
// class CmisPropertiesWindow ------------------------------------------
...
...
sfx2/source/dialog/dinfdlg.cxx
Dosyayı görüntüle @
b8a6e351
This diff is collapsed.
Click to expand it.
sfx2/uiconfig/ui/cmisline.ui
Dosyayı görüntüle @
b8a6e351
...
...
@@ -6,6 +6,7 @@
<property
name=
"can_focus"
>
False
</property>
<property
name=
"border_width"
>
6
</property>
<property
name=
"label_xalign"
>
0
</property>
<property
name=
"label_yalign"
>
0
</property>
<property
name=
"shadow_type"
>
none
</property>
<child>
<object
class=
"GtkAlignment"
id=
"alignment1"
>
...
...
@@ -23,9 +24,9 @@
<object
class=
"GtkLabel"
id=
"name"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"x
pad"
>
95
</property>
<property
name=
"
label"
translatable=
"yes"
>
Name
</property>
<property
name=
"width_chars"
>
26
</property>
<property
name=
"x
align"
>
0
</property>
<property
name=
"
yalign"
>
0
</property>
<property
name=
"width_chars"
>
30
</property>
<attributes>
<attribute
name=
"weight"
value=
"bold"
/>
</attributes>
...
...
@@ -39,9 +40,9 @@
</child>
<child>
<object
class=
"GtkLabel"
id=
"type"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"xpad"
>
47
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"yalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
Type
</property>
<property
name=
"width_chars"
>
8
</property>
<attributes>
...
...
@@ -59,12 +60,12 @@
<object
class=
"GtkRadioButton"
id=
"yes"
>
<property
name=
"label"
translatable=
"yes"
>
Yes
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"yalign"
>
0
</property>
<property
name=
"active"
>
True
</property>
<property
name=
"draw_indicator"
>
True
</property>
<property
name=
"group"
>
no
</property>
...
...
@@ -80,12 +81,12 @@
<object
class=
"GtkRadioButton"
id=
"no"
>
<property
name=
"label"
translatable=
"yes"
>
No
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
False
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"yalign"
>
0
</property>
<property
name=
"draw_indicator"
>
True
</property>
<property
name=
"group"
>
yes
</property>
</object>
...
...
@@ -98,9 +99,8 @@
</child>
<child>
<object
class=
"GtkEntry"
id=
"value"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"max_length"
>
8
0
</property>
<property
name=
"max_length"
>
30
0
</property>
<property
name=
"width_chars"
>
55
</property>
</object>
<packing>
...
...
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