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
e57febdb
Kaydet (Commit)
e57febdb
authored
Şub 05, 2015
tarafından
Lionel Elie Mamane
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
proper indentation
Change-Id: Ifc7577f46625562183ed3ee2273f28b9dcfc13df
üst
87934ed7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
xmldlg_impmodels.cxx
xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx
+19
-19
No files found.
xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx
Dosyayı görüntüle @
e57febdb
...
@@ -1163,29 +1163,29 @@ void TitledBoxElement::endElement()
...
@@ -1163,29 +1163,29 @@ void TitledBoxElement::endElement()
throw
(
xml
::
sax
::
SAXException
,
RuntimeException
,
std
::
exception
)
throw
(
xml
::
sax
::
SAXException
,
RuntimeException
,
std
::
exception
)
{
{
{
{
ControlImportContext
ctx
(
_pImport
,
getControlId
(
_xAttributes
),
"com.sun.star.awt.UnoControlGroupBoxModel"
);
ControlImportContext
ctx
(
_pImport
,
getControlId
(
_xAttributes
),
"com.sun.star.awt.UnoControlGroupBoxModel"
);
Reference
<
beans
::
XPropertySet
>
xControlModel
(
ctx
.
getControlModel
()
);
Reference
<
beans
::
XPropertySet
>
xControlModel
(
ctx
.
getControlModel
()
);
Reference
<
xml
::
input
::
XElement
>
xStyle
(
getStyle
(
_xAttributes
)
);
Reference
<
xml
::
input
::
XElement
>
xStyle
(
getStyle
(
_xAttributes
)
);
if
(
xStyle
.
is
())
if
(
xStyle
.
is
())
{
{
StyleElement
*
pStyle
=
static_cast
<
StyleElement
*
>
(
xStyle
.
get
()
);
StyleElement
*
pStyle
=
static_cast
<
StyleElement
*
>
(
xStyle
.
get
()
);
pStyle
->
importTextColorStyle
(
xControlModel
);
pStyle
->
importTextColorStyle
(
xControlModel
);
pStyle
->
importTextLineColorStyle
(
xControlModel
);
pStyle
->
importTextLineColorStyle
(
xControlModel
);
pStyle
->
importFontStyle
(
xControlModel
);
pStyle
->
importFontStyle
(
xControlModel
);
}
}
ctx
.
importDefaults
(
0
,
0
,
_xAttributes
);
// inherited from BulletinBoardElement
ctx
.
importDefaults
(
0
,
0
,
_xAttributes
);
// inherited from BulletinBoardElement
if
(
!
_label
.
isEmpty
())
if
(
!
_label
.
isEmpty
())
{
{
xControlModel
->
setPropertyValue
(
"Label"
,
makeAny
(
_label
)
);
xControlModel
->
setPropertyValue
(
"Label"
,
makeAny
(
_label
)
);
}
}
ctx
.
importEvents
(
_events
);
ctx
.
importEvents
(
_events
);
// avoid ring-reference:
// avoid ring-reference:
// vector< event elements > holding event elements holding this (via _pParent)
// vector< event elements > holding event elements holding this (via _pParent)
_events
.
clear
();
_events
.
clear
();
ctx
.
finish
();
ctx
.
finish
();
}
}
...
...
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