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
2bfc4494
Kaydet (Commit)
2bfc4494
authored
Kas 12, 2018
tarafından
Tamás Zolnai
Kaydeden (comit)
Jan Holesovsky
Ara 07, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove noise from the SVG file exported in SelectionOnly mode
Change-Id: Ia09f6ab40c20c17230e8b544987a5d11b7359f2f
üst
7ffb0b7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
svgexport.cxx
filter/source/svg/svgexport.cxx
+6
-2
No files found.
filter/source/svg/svgexport.cxx
Dosyayı görüntüle @
2bfc4494
...
...
@@ -803,6 +803,7 @@ bool SVGFilter::implExportDocument()
}
// Create a ClipPath element applied to the leaving slide in order
// to avoid that slide borders are visible during transition
if
(
!
mbExportShapeSelection
)
{
mpSVGExport
->
AddAttribute
(
XML_NAMESPACE_NONE
,
"id"
,
"presentation_clip_path_shrink"
);
mpSVGExport
->
AddAttribute
(
XML_NAMESPACE_NONE
,
"clipPathUnits"
,
"userSpaceOnUse"
);
...
...
@@ -821,7 +822,7 @@ bool SVGFilter::implExportDocument()
if
(
implLookForFirstVisiblePage
()
)
// OK! We found at least one visible page.
{
if
(
mbPresentation
)
if
(
mbPresentation
&&
!
mbExportShapeSelection
)
{
implGenerateMetaData
();
implExportAnimations
();
...
...
@@ -1262,6 +1263,9 @@ void SVGFilter::implEmbedBulletGlyph( sal_Unicode cBullet, const OUString & sPat
*/
void
SVGFilter
::
implExportTextEmbeddedBitmaps
()
{
if
(
mEmbeddedBitmapActionSet
.
empty
())
return
;
mpSVGExport
->
AddAttribute
(
XML_NAMESPACE_NONE
,
"class"
,
"TextEmbeddedBitmaps"
);
SvXMLElementExport
aDefsContainerElem
(
*
mpSVGExport
,
XML_NAMESPACE_NONE
,
"defs"
,
true
,
true
);
...
...
@@ -1462,7 +1466,7 @@ void SVGFilter::implExportDrawPages( const std::vector< Reference< css::drawing:
"SVGFilter::implExportDrawPages: nFirstPage > nLastPage"
);
// dummy slide - used as leaving slide for transition on the first slide
if
(
mbPresentation
)
if
(
mbPresentation
&&
!
mbExportShapeSelection
)
{
mpSVGExport
->
AddAttribute
(
XML_NAMESPACE_NONE
,
"class"
,
"DummySlide"
);
SvXMLElementExport
aDummySlideElement
(
*
mpSVGExport
,
XML_NAMESPACE_NONE
,
"g"
,
true
,
true
);
...
...
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