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
ec1901ef
Kaydet (Commit)
ec1901ef
authored
Mar 28, 2015
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
reduce UNO boilerplate
Change-Id: I7fa6a5fcd8bf1ac82d089a1db0e0ae40e4700bf8
üst
0ffa1e83
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
16 deletions
+6
-16
unotbl.cxx
sw/source/core/unocore/unotbl.cxx
+6
-16
No files found.
sw/source/core/unocore/unotbl.cxx
Dosyayı görüntüle @
ec1901ef
...
@@ -4463,32 +4463,22 @@ void SwXCellRange::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew)
...
@@ -4463,32 +4463,22 @@ void SwXCellRange::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew)
// SwXTableRows
// SwXTableRows
OUString
SwXTableRows
::
getImplementationName
(
void
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
OUString
SwXTableRows
::
getImplementationName
(
void
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
return
OUString
(
"SwXTableRows"
);
}
return OUString("SwXTableRows");
}
sal_Bool
SwXTableRows
::
supportsService
(
const
OUString
&
rServiceName
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
sal_Bool
SwXTableRows
::
supportsService
(
const
OUString
&
rServiceName
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
return
cppu
::
supportsService
(
this
,
rServiceName
);
}
return cppu::supportsService(this, rServiceName);
}
uno
::
Sequence
<
OUString
>
SwXTableRows
::
getSupportedServiceNames
(
void
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
uno
::
Sequence
<
OUString
>
SwXTableRows
::
getSupportedServiceNames
(
void
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
return
{
"com.sun.star.text.TableRows"
};
}
uno::Sequence< OUString > aRet(1);
OUString* pArray = aRet.getArray();
pArray[0] = "com.sun.star.text.TableRows";
return aRet;
}
TYPEINIT1
(
SwXTableRows
,
SwClient
);
TYPEINIT1
(
SwXTableRows
,
SwClient
);
SwXTableRows
::
SwXTableRows
(
SwFrmFmt
&
rFrmFmt
)
:
SwXTableRows
::
SwXTableRows
(
SwFrmFmt
&
rFrmFmt
)
:
SwClient
(
&
rFrmFmt
)
SwClient
(
&
rFrmFmt
)
{
{
}
}
SwXTableRows
::~
SwXTableRows
()
SwXTableRows
::~
SwXTableRows
()
{
{
}
}
sal_Int32
SwXTableRows
::
getCount
(
void
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
sal_Int32
SwXTableRows
::
getCount
(
void
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
...
...
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