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
1287c3cd
Kaydet (Commit)
1287c3cd
authored
Mar 21, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#708730 Uninitialized scalar field
Change-Id: I464774697703b7143c3a6b0df88aa32745824394
üst
920560b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
imp_share.hxx
xmlscript/source/xmldlg_imexp/imp_share.hxx
+10
-2
No files found.
xmlscript/source/xmldlg_imexp/imp_share.hxx
Dosyayı görüntüle @
1287c3cd
...
@@ -307,18 +307,26 @@ public:
...
@@ -307,18 +307,26 @@ public:
bool
importVisualEffectStyle
(
bool
importVisualEffectStyle
(
css
::
uno
::
Reference
<
css
::
beans
::
XPropertySet
>
const
&
xProps
);
css
::
uno
::
Reference
<
css
::
beans
::
XPropertySet
>
const
&
xProps
);
inline
StyleElement
(
StyleElement
(
OUString
const
&
rLocalName
,
OUString
const
&
rLocalName
,
css
::
uno
::
Reference
<
css
::
xml
::
input
::
XAttributes
>
const
&
xAttributes
,
css
::
uno
::
Reference
<
css
::
xml
::
input
::
XAttributes
>
const
&
xAttributes
,
ElementBase
*
pParent
,
DialogImport
*
pImport
)
ElementBase
*
pParent
,
DialogImport
*
pImport
)
SAL_THROW
(())
SAL_THROW
(())
:
ElementBase
(
pImport
->
XMLNS_DIALOGS_UID
,
:
ElementBase
(
pImport
->
XMLNS_DIALOGS_UID
,
rLocalName
,
xAttributes
,
pParent
,
pImport
)
rLocalName
,
xAttributes
,
pParent
,
pImport
)
,
_backgroundColor
(
0
)
,
_textColor
(
0
)
,
_textLineColor
(
0
)
,
_border
(
0
)
,
_borderColor
(
0
)
,
_fontRelief
(
css
::
awt
::
FontRelief
::
NONE
)
,
_fontRelief
(
css
::
awt
::
FontRelief
::
NONE
)
,
_fontEmphasisMark
(
css
::
awt
::
FontEmphasisMark
::
NONE
)
,
_fontEmphasisMark
(
css
::
awt
::
FontEmphasisMark
::
NONE
)
,
_fillColor
(
0
)
,
_visualEffect
(
0
)
,
_inited
(
0
)
,
_inited
(
0
)
,
_hasValue
(
0
)
,
_hasValue
(
0
)
{}
{
}
};
};
class
MenuPopupElement
class
MenuPopupElement
...
...
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