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
0b0acbdd
Kaydet (Commit)
0b0acbdd
authored
Mar 28, 2015
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
formatting
Change-Id: Icb8e4575d0768f43faa5db0ea66e9bfa17713e78
üst
9b6086bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
13 deletions
+7
-13
unotbl.cxx
sw/source/core/unocore/unotbl.cxx
+7
-13
No files found.
sw/source/core/unocore/unotbl.cxx
Dosyayı görüntüle @
0b0acbdd
...
...
@@ -1834,29 +1834,23 @@ public:
SwTableProperties_Impl();
~SwTableProperties_Impl();
void
SetProperty
(
sal_uInt16
nWhichId
,
sal_uInt16
nMemberId
,
const
uno
::
Any
&
aVal
);
bool
GetProperty
(
sal_uInt16
nWhichId
,
sal_uInt16
nMemberId
,
const
uno
::
Any
*&
rpAny
);
void SetProperty(sal_uInt16 nWhichId, sal_uInt16 nMemberId, const uno::Any& aVal);
bool GetProperty(sal_uInt16 nWhichId, sal_uInt16 nMemberId, const uno::Any*& rpAny);
void
ApplyTblAttr
(
const
SwTable
&
rTbl
,
SwDoc
&
rDoc
);
void ApplyTblAttr(const SwTable& rTbl, SwDoc& rDoc);
};
SwTableProperties_Impl::SwTableProperties_Impl()
{
}
{ }
SwTableProperties_Impl::~SwTableProperties_Impl()
{
}
{ }
void SwTableProperties_Impl::SetProperty(sal_uInt16 nWhichId, sal_uInt16 nMemberId, const uno::Any& rVal)
{
aAnyMap
.
SetValue
(
nWhichId
,
nMemberId
,
rVal
);
}
{ aAnyMap.SetValue( nWhichId, nMemberId, rVal ); }
bool SwTableProperties_Impl::GetProperty(sal_uInt16 nWhichId, sal_uInt16 nMemberId, const uno::Any*& rpAny )
{
return
aAnyMap
.
FillValue
(
nWhichId
,
nMemberId
,
rpAny
);
}
{ return aAnyMap.FillValue( nWhichId, nMemberId, rpAny ); }
void SwTableProperties_Impl::ApplyTblAttr(const SwTable& rTbl, SwDoc& rDoc)
{
...
...
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