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
1069d025
Kaydet (Commit)
1069d025
authored
Şub 27, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused code EditTextObjectImpl::SetParaAttribs(int, SfxItemSet const&)
Change-Id: I7a021c6e33161b09707d3bbdfbf4b3eb2d941f45
üst
77ec7902
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
12 deletions
+0
-12
editobj.cxx
editeng/source/editeng/editobj.cxx
+0
-10
editobj2.hxx
editeng/source/editeng/editobj2.hxx
+0
-1
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
editeng/source/editeng/editobj.cxx
Dosyayı görüntüle @
1069d025
...
...
@@ -852,16 +852,6 @@ const SfxItemSet& EditTextObjectImpl::GetParaAttribs(sal_Int32 nPara) const
return
rC
.
GetParaAttribs
();
}
void
EditTextObjectImpl
::
SetParaAttribs
(
sal_Int32
nPara
,
const
SfxItemSet
&
rAttribs
)
{
if
(
nPara
<
0
||
static_cast
<
size_t
>
(
nPara
)
>=
aContents
.
size
())
return
;
ContentInfo
&
rC
=
aContents
[
nPara
];
rC
.
GetParaAttribs
().
Set
(
rAttribs
);
ClearPortionInfo
();
}
bool
EditTextObjectImpl
::
RemoveCharAttribs
(
sal_uInt16
_nWhich
)
{
bool
bChanged
=
false
;
...
...
editeng/source/editeng/editobj2.hxx
Dosyayı görüntüle @
1069d025
...
...
@@ -248,7 +248,6 @@ public:
bool
HasField
(
sal_Int32
nType
=
com
::
sun
::
star
::
text
::
textfield
::
Type
::
UNSPECIFIED
)
const
;
const
SfxItemSet
&
GetParaAttribs
(
sal_Int32
nPara
)
const
;
void
SetParaAttribs
(
sal_Int32
nPara
,
const
SfxItemSet
&
rAttribs
);
void
GetStyleSheet
(
sal_Int32
nPara
,
OUString
&
rName
,
SfxStyleFamily
&
eFamily
)
const
;
void
SetStyleSheet
(
sal_Int32
nPara
,
const
OUString
&
rName
,
const
SfxStyleFamily
&
eFamily
);
...
...
unusedcode.easy
Dosyayı görüntüle @
1069d025
...
...
@@ -13,7 +13,6 @@ DocxSdrExport::setFlyFrameGraphic(bool)
DocxSdrExport::setFrameBtLr(bool)
EditEngine::IsIdleFormatterActive() const
EditSelection::IsInvalid() const
EditTextObjectImpl::SetParaAttribs(int, SfxItemSet const&)
FileStream::FileStream()
FileStream::close()
FileStream::createTempFile(rtl::OString const&)
...
...
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