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
4bd9d494
Kaydet (Commit)
4bd9d494
authored
Eki 23, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
writerfilter: nobody generates PICF references anymore, only doctok did
Change-Id: I65576f09cbc39f98f3d27739e06ec9520d5032c5
üst
01a32b7d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
7 deletions
+2
-7
DomainMapper.cxx
writerfilter/source/dmapper/DomainMapper.cxx
+1
-5
GraphicImport.cxx
writerfilter/source/dmapper/GraphicImport.cxx
+1
-1
GraphicImport.hxx
writerfilter/source/dmapper/GraphicImport.hxx
+0
-1
No files found.
writerfilter/source/dmapper/DomainMapper.cxx
Dosyayı görüntüle @
4bd9d494
...
@@ -3034,11 +3034,7 @@ void DomainMapper::lcl_utext(const sal_uInt8 * data_, size_t len)
...
@@ -3034,11 +3034,7 @@ void DomainMapper::lcl_utext(const sal_uInt8 * data_, size_t len)
void
DomainMapper
::
lcl_props
(
writerfilter
::
Reference
<
Properties
>::
Pointer_t
ref
)
void
DomainMapper
::
lcl_props
(
writerfilter
::
Reference
<
Properties
>::
Pointer_t
ref
)
{
{
std
::
string
sType
=
ref
->
getType
();
std
::
string
sType
=
ref
->
getType
();
if
(
sType
==
"PICF"
)
if
(
sType
==
"FSPA"
)
{
m_pImpl
->
ImportGraphic
(
ref
,
IMPORT_AS_GRAPHIC
);
}
else
if
(
sType
==
"FSPA"
)
{
{
m_pImpl
->
ImportGraphic
(
ref
,
IMPORT_AS_SHAPE
);
m_pImpl
->
ImportGraphic
(
ref
,
IMPORT_AS_SHAPE
);
}
}
...
...
writerfilter/source/dmapper/GraphicImport.cxx
Dosyayı görüntüle @
4bd9d494
...
@@ -1162,7 +1162,7 @@ uno::Reference< text::XTextContent > GraphicImport::createGraphicObject( const b
...
@@ -1162,7 +1162,7 @@ uno::Reference< text::XTextContent > GraphicImport::createGraphicObject( const b
table
::
BorderLine2
aBorderLine
;
table
::
BorderLine2
aBorderLine
;
for
(
sal_Int32
nBorder
=
0
;
nBorder
<
4
;
++
nBorder
)
for
(
sal_Int32
nBorder
=
0
;
nBorder
<
4
;
++
nBorder
)
{
{
if
(
m_pImpl
->
eGraphicImportType
==
IMPORT_AS_GRAPHIC
||
!
nBorder
)
if
(
!
nBorder
)
{
{
GraphicBorderLine
&
rBorderLine
=
m_pImpl
->
aBorders
[
m_pImpl
->
eGraphicImportType
==
IMPORT_AS_SHAPE
?
BORDER_TOP
:
static_cast
<
BorderPosition
>
(
nBorder
)];
GraphicBorderLine
&
rBorderLine
=
m_pImpl
->
aBorders
[
m_pImpl
->
eGraphicImportType
==
IMPORT_AS_SHAPE
?
BORDER_TOP
:
static_cast
<
BorderPosition
>
(
nBorder
)];
if
(
rBorderLine
.
isEmpty
()
&&
xShapeProps
.
is
())
if
(
rBorderLine
.
isEmpty
()
&&
xShapeProps
.
is
())
...
...
writerfilter/source/dmapper/GraphicImport.hxx
Dosyayı görüntüle @
4bd9d494
...
@@ -57,7 +57,6 @@ class DomainMapper;
...
@@ -57,7 +57,6 @@ class DomainMapper;
enum
GraphicImportType
enum
GraphicImportType
{
{
IMPORT_AS_GRAPHIC
,
IMPORT_AS_SHAPE
,
IMPORT_AS_SHAPE
,
IMPORT_AS_DETECTED_INLINE
,
IMPORT_AS_DETECTED_INLINE
,
IMPORT_AS_DETECTED_ANCHOR
IMPORT_AS_DETECTED_ANCHOR
...
...
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