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
bc338f4a
Kaydet (Commit)
bc338f4a
authored
Mar 09, 2014
tarafından
Markus Mohrhard
Kaydeden (comit)
Markus Mohrhard
Mar 09, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
improve the handling of property mapping sequences
Change-Id: I4ddd656a41ab975786ce6e5cd05597f6b773b334
üst
4b9d59db
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
4 deletions
+15
-4
DialogModel.cxx
chart2/source/controller/dialogs/DialogModel.cxx
+3
-1
Strings.src
chart2/source/controller/dialogs/Strings.src
+9
-1
Strings.hrc
chart2/source/inc/Strings.hrc
+3
-2
No files found.
chart2/source/controller/dialogs/DialogModel.cxx
Dosyayı görüntüle @
bc338f4a
...
@@ -94,6 +94,8 @@ OUString lcl_ConvertRole( const OUString & rRoleString, bool bFromInternalToUI )
...
@@ -94,6 +94,8 @@ OUString lcl_ConvertRole( const OUString & rRoleString, bool bFromInternalToUI )
aTranslationMap
[
"values-x"
]
=
::
chart
::
SchResId
(
STR_DATA_ROLE_X
).
toString
();
aTranslationMap
[
"values-x"
]
=
::
chart
::
SchResId
(
STR_DATA_ROLE_X
).
toString
();
aTranslationMap
[
"values-y"
]
=
::
chart
::
SchResId
(
STR_DATA_ROLE_Y
).
toString
();
aTranslationMap
[
"values-y"
]
=
::
chart
::
SchResId
(
STR_DATA_ROLE_Y
).
toString
();
aTranslationMap
[
"values-size"
]
=
::
chart
::
SchResId
(
STR_DATA_ROLE_SIZE
).
toString
();
aTranslationMap
[
"values-size"
]
=
::
chart
::
SchResId
(
STR_DATA_ROLE_SIZE
).
toString
();
aTranslationMap
[
"FillColor"
]
=
::
chart
::
SchResId
(
STR_PROPERTY_ROLE_FILLCOLOR
).
toString
();
aTranslationMap
[
"BorderColor"
]
=
::
chart
::
SchResId
(
STR_PROPERTY_ROLE_BORDERCOLOR
).
toString
();
}
}
if
(
bFromInternalToUI
)
if
(
bFromInternalToUI
)
...
@@ -216,7 +218,7 @@ struct lcl_RolesWithRangeAppend : public
...
@@ -216,7 +218,7 @@ struct lcl_RolesWithRangeAppend : public
{
{
OUString
aRole
;
OUString
aRole
;
Reference
<
beans
::
XPropertySet
>
xProp
(
xSeq
,
uno
::
UNO_QUERY_THROW
);
Reference
<
beans
::
XPropertySet
>
xProp
(
xSeq
,
uno
::
UNO_QUERY_THROW
);
if
(
xProp
->
getPropertyValue
(
"Role"
)
>>=
aRole
)
if
(
xProp
->
getPropertyValue
(
"Role"
)
>>=
aRole
)
{
{
m_rDestCnt
.
insert
(
m_rDestCnt
.
insert
(
tContainerType
::
value_type
(
tContainerType
::
value_type
(
...
...
chart2/source/controller/dialogs/Strings.src
Dosyayı görüntüle @
bc338f4a
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#include "Strings.hrc"
#include "Strings.hrc"
String STR_DLG_CHART_WIZARD
String STR_DLG_CHART_WIZARD
...
@@ -599,7 +600,14 @@ String STR_TEXT_DIRECTION_SUPER
...
@@ -599,7 +600,14 @@ String STR_TEXT_DIRECTION_SUPER
Text [ en-US ] = "Use superordinate object settings";
Text [ en-US ] = "Use superordinate object settings";
};
};
String STR_PROPERTY_ROLE_FILLCOLOR
{
Text [ en-US ] = "Fill Color";
};
String STR_PROPERTY_ROLE_BORDERCOLOR
{
Text [ en-US ] = "Border Color";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
chart2/source/inc/Strings.hrc
Dosyayı görüntüle @
bc338f4a
...
@@ -22,8 +22,7 @@
...
@@ -22,8 +22,7 @@
// this includes no link dependency
// this includes no link dependency
#include <svl/solar.hrc>
#include <svl/solar.hrc>
//next free is 303
//next free is 305
//chart types
//chart types
//see Strings_ChartTypes.src
//see Strings_ChartTypes.src
...
@@ -111,6 +110,8 @@
...
@@ -111,6 +110,8 @@
#define STR_DATA_ROLE_MAX (RID_APP_START + 249)
#define STR_DATA_ROLE_MAX (RID_APP_START + 249)
#define STR_DATA_ROLE_CATEGORIES (RID_APP_START + 260)
#define STR_DATA_ROLE_CATEGORIES (RID_APP_START + 260)
#define STR_DATA_ROLE_SIZE (RID_APP_START + 284)
#define STR_DATA_ROLE_SIZE (RID_APP_START + 284)
#define STR_PROPERTY_ROLE_FILLCOLOR (RID_APP_START + 303)
#define STR_PROPERTY_ROLE_BORDERCOLOR (RID_APP_START + 304)
#define STR_DATA_UNNAMED_SERIES (RID_APP_START + 250)
#define STR_DATA_UNNAMED_SERIES (RID_APP_START + 250)
#define STR_DATA_UNNAMED_SERIES_WITH_INDEX (RID_APP_START + 251)
#define STR_DATA_UNNAMED_SERIES_WITH_INDEX (RID_APP_START + 251)
...
...
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