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
559127c7
Kaydet (Commit)
559127c7
authored
Ara 01, 2014
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Windows build fix
Change-Id: I59c24c04965d7c582a1288d86cb589eb3c8290a2
üst
1aa5f6f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
TableManager.hxx
writerfilter/source/dmapper/TableManager.hxx
+2
-2
No files found.
writerfilter/source/dmapper/TableManager.hxx
Dosyayı görüntüle @
559127c7
...
@@ -406,10 +406,10 @@ private:
...
@@ -406,10 +406,10 @@ private:
for each level of nested tables there is one frame in the stack
for each level of nested tables there is one frame in the stack
*/
*/
std
::
stack
<
typename
TableData
<
css
::
uno
::
Reference
<
css
::
text
::
XTextRange
>
,
TablePropertyMapPtr
>::
Pointer_t
>
mTableDataStack
;
std
::
stack
<
typename
TableData
<
css
::
uno
::
Reference
<
css
::
text
::
XTextRange
>
,
TablePropertyMapPtr
>::
Pointer_t
>
mTableDataStack
;
typename
RowData
<
css
::
uno
::
Reference
<
css
::
text
::
XTextRange
>
,
TablePropertyMapPtr
>::
Pointer_t
mpUnfinishedRow
;
RowData
<
css
::
uno
::
Reference
<
css
::
text
::
XTextRange
>
,
TablePropertyMapPtr
>::
Pointer_t
mpUnfinishedRow
;
bool
mbKeepUnfinishedRow
;
bool
mbKeepUnfinishedRow
;
typedef
typename
TableDataHandler
<
css
::
uno
::
Reference
<
css
::
text
::
XTextRange
>
,
TablePropertyMapPtr
>::
Pointer_t
TableDataHandlerPointer_t
;
typedef
TableDataHandler
<
css
::
uno
::
Reference
<
css
::
text
::
XTextRange
>
,
TablePropertyMapPtr
>::
Pointer_t
TableDataHandlerPointer_t
;
/**
/**
handler for resolveCurrentTable
handler for resolveCurrentTable
...
...
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