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
4d3c8880
Kaydet (Commit)
4d3c8880
authored
Eyl 11, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid ODR-violating name clash
Change-Id: I69c3b11b01d520a485b07c8e5397a7f971210af2
üst
d4494c33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
tabwin.cxx
svx/source/form/tabwin.cxx
+3
-0
XMLTableImport.cxx
xmloff/source/table/XMLTableImport.cxx
+4
-0
No files found.
svx/source/form/tabwin.cxx
Dosyayı görüntüle @
4d3c8880
...
@@ -71,6 +71,7 @@ using namespace ::com::sun::star;
...
@@ -71,6 +71,7 @@ using namespace ::com::sun::star;
using
namespace
::
svxform
;
using
namespace
::
svxform
;
using
namespace
::
svx
;
using
namespace
::
svx
;
namespace
{
struct
ColumnInfo
struct
ColumnInfo
{
{
...
@@ -83,6 +84,8 @@ struct ColumnInfo
...
@@ -83,6 +84,8 @@ struct ColumnInfo
}
}
};
};
}
static
void
lcl_addToList
(
SvTreeListBox
&
_rListBox
,
const
uno
::
Reference
<
container
::
XNameAccess
>&
i_xColumns
)
static
void
lcl_addToList
(
SvTreeListBox
&
_rListBox
,
const
uno
::
Reference
<
container
::
XNameAccess
>&
i_xColumns
)
{
{
uno
::
Sequence
<
OUString
>
aEntries
=
i_xColumns
->
getElementNames
();
uno
::
Sequence
<
OUString
>
aEntries
=
i_xColumns
->
getElementNames
();
...
...
xmloff/source/table/XMLTableImport.cxx
Dosyayı görüntüle @
4d3c8880
...
@@ -51,6 +51,8 @@ using namespace ::com::sun::star::style;
...
@@ -51,6 +51,8 @@ using namespace ::com::sun::star::style;
using
namespace
::
com
::
sun
::
star
::
lang
;
using
namespace
::
com
::
sun
::
star
::
lang
;
using
namespace
::
com
::
sun
::
star
::
container
;
using
namespace
::
com
::
sun
::
star
::
container
;
namespace
{
struct
ColumnInfo
struct
ColumnInfo
{
{
OUString
msStyleName
;
OUString
msStyleName
;
...
@@ -58,6 +60,8 @@ struct ColumnInfo
...
@@ -58,6 +60,8 @@ struct ColumnInfo
OUString
msDefaultCellStyleName
;
OUString
msDefaultCellStyleName
;
};
};
}
class
XMLProxyContext
:
public
SvXMLImportContext
class
XMLProxyContext
:
public
SvXMLImportContext
{
{
public
:
public
:
...
...
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