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
dedf0a28
Kaydet (Commit)
dedf0a28
authored
Eki 20, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:defaultparams
Change-Id: I03541b984db147f8bd3ed35f83e297cf7eecd7f0
üst
fc0b9a34
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
tp_DataSource.cxx
chart2/source/controller/dialogs/tp_DataSource.cxx
+2
-2
CommonFunctors.hxx
chart2/source/inc/CommonFunctors.hxx
+1
-1
CharacterProperties.cxx
chart2/source/tools/CharacterProperties.cxx
+3
-3
CandleStickChart.cxx
chart2/source/view/charttypes/CandleStickChart.cxx
+2
-2
No files found.
chart2/source/controller/dialogs/tp_DataSource.cxx
Dosyayı görüntüle @
dedf0a28
...
...
@@ -259,7 +259,7 @@ DataSourceTabPage::DataSourceTabPage(
m_pBTN_DOWN
->
SetText
(
OUString
(
cBlackDownPointingTriangle
));
// init controls
m_pLB_ROLE
->
SetTabs
(
lcl_pRoleListBoxTabs
,
MAP_APPFONT
);
m_pLB_ROLE
->
SetTabs
(
lcl_pRoleListBoxTabs
);
m_pLB_ROLE
->
Show
();
updateControlsFromDialogModel
();
...
...
@@ -327,7 +327,7 @@ bool DataSourceTabPage::commitPage( ::svt::WizardTypes::CommitPageReason /*eReas
//ranges may have been edited in the meanwhile (dirty is true in that case here)
if
(
isValid
()
)
{
updateModelFromControl
(
0
/*update all*/
);
updateModelFromControl
();
return
true
;
//return false if this page should not be left
}
else
...
...
chart2/source/inc/CommonFunctors.hxx
Dosyayı görüntüle @
dedf0a28
...
...
@@ -107,7 +107,7 @@ struct OOO_DLLPUBLIC_CHARTTOOLS OUStringToDouble : public ::std::unary_function<
double
operator
()
(
const
OUString
&
rStr
)
{
rtl_math_ConversionStatus
eConversionStatus
;
double
fResult
=
::
rtl
::
math
::
stringToDouble
(
rStr
,
'.'
,
','
,
&
eConversionStatus
,
NULL
);
double
fResult
=
::
rtl
::
math
::
stringToDouble
(
rStr
,
'.'
,
','
,
&
eConversionStatus
);
if
(
eConversionStatus
!=
rtl_math_ConversionStatus_Ok
)
::
rtl
::
math
::
setNan
(
&
fResult
);
...
...
chart2/source/tools/CharacterProperties.cxx
Dosyayı görüntüle @
dedf0a28
...
...
@@ -407,11 +407,11 @@ void CharacterProperties::AddDefaultsToMap(
using
namespace
::
com
::
sun
::
star
::
i18n
::
ScriptType
;
LanguageType
nLang
;
nLang
=
MsLangId
::
resolveSystemLanguageByScriptType
(
LanguageTag
::
convertToLanguageType
(
aDefaultLocale
,
false
),
LATIN
);
vcl
::
Font
aFont
=
OutputDevice
::
GetDefaultFont
(
DefaultFontType
::
LATIN_SPREADSHEET
,
nLang
,
GetDefaultFontFlags
::
OnlyOne
,
0
);
vcl
::
Font
aFont
=
OutputDevice
::
GetDefaultFont
(
DefaultFontType
::
LATIN_SPREADSHEET
,
nLang
,
GetDefaultFontFlags
::
OnlyOne
);
nLang
=
MsLangId
::
resolveSystemLanguageByScriptType
(
LanguageTag
::
convertToLanguageType
(
aDefaultLocale_CJK
,
false
),
ASIAN
);
vcl
::
Font
aFontCJK
=
OutputDevice
::
GetDefaultFont
(
DefaultFontType
::
CJK_SPREADSHEET
,
nLang
,
GetDefaultFontFlags
::
OnlyOne
,
0
);
vcl
::
Font
aFontCJK
=
OutputDevice
::
GetDefaultFont
(
DefaultFontType
::
CJK_SPREADSHEET
,
nLang
,
GetDefaultFontFlags
::
OnlyOne
);
nLang
=
MsLangId
::
resolveSystemLanguageByScriptType
(
LanguageTag
::
convertToLanguageType
(
aDefaultLocale_CTL
,
false
),
COMPLEX
);
vcl
::
Font
aFontCTL
=
OutputDevice
::
GetDefaultFont
(
DefaultFontType
::
CTL_SPREADSHEET
,
nLang
,
GetDefaultFontFlags
::
OnlyOne
,
0
);
vcl
::
Font
aFontCTL
=
OutputDevice
::
GetDefaultFont
(
DefaultFontType
::
CTL_SPREADSHEET
,
nLang
,
GetDefaultFontFlags
::
OnlyOne
);
::
chart
::
PropertyHelper
::
setPropertyValueDefault
(
rOutMap
,
PROP_CHAR_FONT_NAME
,
OUString
(
aFont
.
GetName
()
)
);
::
chart
::
PropertyHelper
::
setPropertyValueDefault
(
rOutMap
,
PROP_CHAR_FONT_STYLE_NAME
,
OUString
(
aFont
.
GetStyleName
())
);
...
...
chart2/source/view/charttypes/CandleStickChart.cxx
Dosyayı görüntüle @
dedf0a28
...
...
@@ -238,7 +238,7 @@ void CandleStickChart::createShapes()
uno
::
Reference
<
drawing
::
XShape
>
xShape
=
m_pShapeFactory
->
createLine2D
(
xPointGroupShape_Shapes
,
PolyToPointSequence
(
aPoly
)
,
NULL
);
PolyToPointSequence
(
aPoly
));
setMappedProperties
(
xShape
,
xPointProp
,
PropertyMapper
::
getPropertyNameMapForLineSeriesProperties
()
);
}
...
...
@@ -290,7 +290,7 @@ void CandleStickChart::createShapes()
{
uno
::
Reference
<
drawing
::
XShape
>
xShape
=
m_pShapeFactory
->
createLine2D
(
xPointGroupShape_Shapes
,
PolyToPointSequence
(
aPoly
)
,
NULL
);
PolyToPointSequence
(
aPoly
)
);
uno
::
Reference
<
beans
::
XPropertySet
>
xProp
(
xShape
,
uno
::
UNO_QUERY
);
if
(
xProp
.
is
())
{
...
...
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