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
c452fcfb
Kaydet (Commit)
c452fcfb
authored
May 22, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror=unused-parameter
Change-Id: I06dc09d57821ac729182764882558fa079b5ed37
üst
8e18130b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
6 deletions
+4
-6
xmlexprt.cxx
sc/source/filter/xml/xmlexprt.cxx
+1
-1
xmlaustp.hxx
xmloff/inc/xmloff/xmlaustp.hxx
+1
-1
impastp4.cxx
xmloff/source/style/impastp4.cxx
+0
-1
impastpl.hxx
xmloff/source/style/impastpl.hxx
+1
-1
xmlaustp.cxx
xmloff/source/style/xmlaustp.cxx
+1
-2
No files found.
sc/source/filter/xml/xmlexprt.cxx
Dosyayı görüntüle @
c452fcfb
...
...
@@ -4280,7 +4280,7 @@ sal_uInt32 ScXMLExport::exportDoc( enum XMLTokenEnum eClass )
{
xRowStylesPropertySetMapper
=
new
XMLPropertySetMapper
((
XMLPropertyMapEntry
*
)
aXMLScFromXLSRowStylesProperties
,
xScPropHdlFactory
);
xRowStylesExportPropertySetMapper
=
new
ScXMLRowExportPropertyMapper
(
xRowStylesPropertySetMapper
);
GetAutoStylePool
()
->
SetFamilyPropSetMapper
(
XML_STYLE_FAMILY_TABLE_ROW
,
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
XML_STYLE_FAMILY_TABLE_ROW_STYLES_NAME
)),
GetAutoStylePool
()
->
SetFamilyPropSetMapper
(
XML_STYLE_FAMILY_TABLE_ROW
,
xRowStylesExportPropertySetMapper
);
}
}
...
...
xmloff/inc/xmloff/xmlaustp.hxx
Dosyayı görüntüle @
c452fcfb
...
...
@@ -89,7 +89,7 @@ public:
void
AddFamily
(
sal_Int32
nFamily
,
const
::
rtl
::
OUString
&
rStrName
,
const
UniReference
<
SvXMLExportPropertyMapper
>&
rMapper
,
const
::
rtl
::
OUString
&
rStrPrefix
,
sal_Bool
bAsFamily
=
sal_True
);
void
SetFamilyPropSetMapper
(
sal_Int32
nFamily
,
const
::
rtl
::
OUString
&
rStrName
,
void
SetFamilyPropSetMapper
(
sal_Int32
nFamily
,
const
UniReference
<
SvXMLExportPropertyMapper
>&
rMapper
);
/// Register a name that must not be used as a generated name.
...
...
xmloff/source/style/impastp4.cxx
Dosyayı görüntüle @
c452fcfb
...
...
@@ -106,7 +106,6 @@ void SvXMLAutoStylePoolP_Impl::AddFamily(
void
SvXMLAutoStylePoolP_Impl
::
SetFamilyPropSetMapper
(
sal_Int32
nFamily
,
const
OUString
&
/* rStrName */
,
const
UniReference
<
SvXMLExportPropertyMapper
>
&
rMapper
)
{
...
...
xmloff/source/style/impastpl.hxx
Dosyayı görüntüle @
c452fcfb
...
...
@@ -185,7 +185,7 @@ public:
void
AddFamily
(
sal_Int32
nFamily
,
const
::
rtl
::
OUString
&
rStrName
,
const
UniReference
<
SvXMLExportPropertyMapper
>
&
rMapper
,
const
::
rtl
::
OUString
&
rStrPrefix
,
sal_Bool
bAsFamily
=
sal_True
);
void
SetFamilyPropSetMapper
(
sal_Int32
nFamily
,
const
::
rtl
::
OUString
&
rStrName
,
void
SetFamilyPropSetMapper
(
sal_Int32
nFamily
,
const
UniReference
<
SvXMLExportPropertyMapper
>
&
rMapper
);
void
RegisterName
(
sal_Int32
nFamily
,
const
::
rtl
::
OUString
&
rName
);
void
GetRegisteredNames
(
...
...
xmloff/source/style/xmlaustp.cxx
Dosyayı görüntüle @
c452fcfb
...
...
@@ -314,10 +314,9 @@ void SvXMLAutoStylePoolP::AddFamily(
void
SvXMLAutoStylePoolP
::
SetFamilyPropSetMapper
(
sal_Int32
nFamily
,
const
OUString
&
rStrName
,
const
UniReference
<
SvXMLExportPropertyMapper
>
&
rMapper
)
{
pImpl
->
SetFamilyPropSetMapper
(
nFamily
,
r
StrName
,
r
Mapper
);
pImpl
->
SetFamilyPropSetMapper
(
nFamily
,
rMapper
);
}
void
SvXMLAutoStylePoolP
::
RegisterName
(
sal_Int32
nFamily
,
...
...
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