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
9ceda301
Kaydet (Commit)
9ceda301
authored
May 14, 2013
tarafından
Cédric Bosdonnat
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#64249: make sure we have matching start/end level for table in shapes
Change-Id: I4928f6a54e6cca9b26c0d2391fc1545688be2375
üst
caaeafa3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
DomainMapper_Impl.cxx
writerfilter/source/dmapper/DomainMapper_Impl.cxx
+6
-7
No files found.
writerfilter/source/dmapper/DomainMapper_Impl.cxx
Dosyayı görüntüle @
9ceda301
...
...
@@ -1647,6 +1647,10 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape
if
(
m_aTextAppendStack
.
empty
())
return
;
uno
::
Reference
<
text
::
XTextAppend
>
xTextAppend
=
m_aTextAppendStack
.
top
().
xTextAppend
;
appendTableManager
(
);
appendTableHandler
(
);
getTableManager
().
startLevel
();
try
{
uno
::
Reference
<
lang
::
XServiceInfo
>
xSInfo
(
xShape
,
uno
::
UNO_QUERY_THROW
);
...
...
@@ -1705,10 +1709,6 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape
xProps
->
setPropertyValue
(
rPropNameSupplier
.
GetName
(
PROP_ANCHOR_TYPE
),
bIsGraphic
?
uno
::
makeAny
(
text
::
TextContentAnchorType_AS_CHARACTER
)
:
uno
::
makeAny
(
text
::
TextContentAnchorType_AT_PARAGRAPH
)
);
}
}
appendTableManager
(
);
appendTableHandler
(
);
getTableManager
().
startLevel
();
}
catch
(
const
uno
::
Exception
&
e
)
{
...
...
@@ -1720,11 +1720,10 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape
void
DomainMapper_Impl
::
PopShapeContext
()
{
getTableManager
().
endLevel
();
popTableManager
();
if
(
m_aAnchoredStack
.
size
()
>
0
)
{
getTableManager
().
endLevel
();
popTableManager
();
// For OLE object replacement shape, the text append context was already removed
// or the OLE object couldn't be inserted.
if
(
!
m_aAnchoredStack
.
top
().
bToRemove
)
...
...
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