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
b8b85207
Kaydet (Commit)
b8b85207
authored
Mar 27, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Work around MSC "'override' cannot be used with 'inline'" bug
Change-Id: Ibf7094c750c665cf14a104091e8ff148d743bccc
üst
7ebd40d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
DomainMapperTableManager.hxx
writerfilter/source/dmapper/DomainMapperTableManager.hxx
+4
-4
No files found.
writerfilter/source/dmapper/DomainMapperTableManager.hxx
Dosyayı görüntüle @
b8b85207
...
...
@@ -95,7 +95,7 @@ public:
const
OUString
&
getTableStyleName
()
const
{
return
m_sTableStyleName
;
}
const
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>
getCurrentTablePosition
();
inline
virtual
void
cellProps
(
TablePropertyMapPtr
pProps
)
SAL_OVERRIDE
virtual
void
cellProps
(
TablePropertyMapPtr
pProps
)
SAL_OVERRIDE
{
if
(
m_pStyleProps
.
get
(
)
)
m_pStyleProps
->
InsertProps
(
pProps
);
...
...
@@ -103,7 +103,7 @@ public:
DomainMapperTableManager_Base_t
::
cellProps
(
pProps
);
};
inline
virtual
void
cellPropsByCell
(
unsigned
int
i
,
TablePropertyMapPtr
pProps
)
SAL_OVERRIDE
virtual
void
cellPropsByCell
(
unsigned
int
i
,
TablePropertyMapPtr
pProps
)
SAL_OVERRIDE
{
if
(
m_pStyleProps
.
get
(
)
)
m_pStyleProps
->
InsertProps
(
pProps
);
...
...
@@ -111,7 +111,7 @@ public:
DomainMapperTableManager_Base_t
::
cellPropsByCell
(
i
,
pProps
);
};
inline
virtual
void
insertRowProps
(
TablePropertyMapPtr
pProps
)
SAL_OVERRIDE
virtual
void
insertRowProps
(
TablePropertyMapPtr
pProps
)
SAL_OVERRIDE
{
if
(
m_pStyleProps
.
get
(
)
)
m_pStyleProps
->
InsertProps
(
pProps
);
...
...
@@ -119,7 +119,7 @@ public:
DomainMapperTableManager_Base_t
::
insertRowProps
(
pProps
);
};
inline
virtual
void
insertTableProps
(
TablePropertyMapPtr
pProps
)
SAL_OVERRIDE
virtual
void
insertTableProps
(
TablePropertyMapPtr
pProps
)
SAL_OVERRIDE
{
if
(
m_pStyleProps
.
get
(
)
)
m_pStyleProps
->
InsertProps
(
pProps
);
...
...
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