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
963c35d7
Kaydet (Commit)
963c35d7
authored
Eyl 20, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:staticmethods
Change-Id: I2df14df9dd03c23876da57e943e6714f1a52843b
üst
b7e28109
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
textchain.hxx
include/svx/textchain.hxx
+0
-1
textchain.cxx
svx/source/svdraw/textchain.cxx
+9
-5
No files found.
include/svx/textchain.hxx
Dosyayı görüntüle @
963c35d7
...
@@ -127,7 +127,6 @@ public:
...
@@ -127,7 +127,6 @@ public:
//SdrTextObj *GetNextLink(const SdrTextObj *) const;
//SdrTextObj *GetNextLink(const SdrTextObj *) const;
//SdrTextObj *GetPrevLink(const SdrTextObj *) const;
//SdrTextObj *GetPrevLink(const SdrTextObj *) const;
ChainLinkId
GetId
(
const
SdrTextObj
*
)
const
;
ImpChainLinkProperties
*
GetLinkProperties
(
const
SdrTextObj
*
);
ImpChainLinkProperties
*
GetLinkProperties
(
const
SdrTextObj
*
);
// Specific Link Properties
// Specific Link Properties
...
...
svx/source/svdraw/textchain.cxx
Dosyayı görüntüle @
963c35d7
...
@@ -49,6 +49,15 @@ TextChain::~TextChain()
...
@@ -49,6 +49,15 @@ TextChain::~TextChain()
// XXX: Should free all LinkProperties
// XXX: Should free all LinkProperties
}
}
namespace
{
ChainLinkId
GetId
(
const
SdrTextObj
*
pLink
)
{
return
pLink
->
GetName
();
}
}
ImpChainLinkProperties
*
TextChain
::
GetLinkProperties
(
const
SdrTextObj
*
pLink
)
ImpChainLinkProperties
*
TextChain
::
GetLinkProperties
(
const
SdrTextObj
*
pLink
)
{
{
// if the guy does not already have properties in the map make them
// if the guy does not already have properties in the map make them
...
@@ -60,9 +69,4 @@ ImpChainLinkProperties *TextChain::GetLinkProperties(const SdrTextObj *pLink)
...
@@ -60,9 +69,4 @@ ImpChainLinkProperties *TextChain::GetLinkProperties(const SdrTextObj *pLink)
return
maLinkPropertiesMap
[
aLinkId
];
return
maLinkPropertiesMap
[
aLinkId
];
}
}
ChainLinkId
TextChain
::
GetId
(
const
SdrTextObj
*
pLink
)
const
{
return
pLink
->
GetName
();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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