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
f1a13274
Kaydet (Commit)
f1a13274
authored
Mar 24, 2015
tarafından
Chr. Rossmanith
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fixed typos in comments
Change-Id: I6f0b90f7a76ddc69e158502af760466ab7ce2f91
üst
0a4e9138
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
svgwriter.cxx
filter/source/svg/svgwriter.cxx
+1
-1
svgdocument.hxx
svgio/inc/svgio/svgreader/svgdocument.hxx
+3
-3
No files found.
filter/source/svg/svgwriter.cxx
Dosyayı görüntüle @
f1a13274
...
...
@@ -2641,7 +2641,7 @@ void SVGActionWriter::ImplWriteActions( const GDIMetaFile& rMtf,
const
Reference
<
XShape
>*
pxShape
,
const
GDIMetaFile
*
pTextEmbeddedBitmapMtf
)
{
// need a counter fo
r
the actions written per shape to avoid double ID
// need a counter fo
r
the actions written per shape to avoid double ID
// generation
sal_Int32
nEntryCount
(
0
);
...
...
svgio/inc/svgio/svgreader/svgdocument.hxx
Dosyayı görüntüle @
f1a13274
...
...
@@ -53,21 +53,21 @@ namespace svgio
SvgDocument
(
const
OUString
&
rAbsolutePath
);
~
SvgDocument
();
/// append ano
p
ther root node, ownership changes
/// append another root node, ownership changes
void
appendNode
(
SvgNode
*
pNode
);
/// add/remove nodes with Id to mapper
void
addSvgNodeToMapper
(
const
OUString
&
rStr
,
const
SvgNode
&
rNode
);
void
removeSvgNodeFromMapper
(
const
OUString
&
rStr
);
/// find a node by it
'
s Id
/// find a node by its Id
bool
hasSvgNodesById
()
const
{
return
!
maIdTokenMapperList
.
empty
();
}
const
SvgNode
*
findSvgNodeById
(
const
OUString
&
rStr
)
const
;
/// add/remove styles to mapper
void
addSvgStyleAttributesToMapper
(
const
OUString
&
rStr
,
const
SvgStyleAttributes
&
rSvgStyleAttributes
);
/// find a style by it
'
s Id
/// find a style by its Id
bool
hasGlobalCssStyleAttributes
()
const
{
return
!
maIdStyleTokenMapperList
.
empty
();
}
const
SvgStyleAttributes
*
findGlobalCssStyleAttributes
(
const
OUString
&
rStr
)
const
;
...
...
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