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
6b27104a
Kaydet (Commit)
6b27104a
authored
Mar 04, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused code TextEngine::GetLeftMargin()
Change-Id: I1b702a4371154ebc10c0caa7697fdbe763337b6f
üst
49d85c15
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
+0
-7
texteng.hxx
include/vcl/texteng.hxx
+0
-1
unusedcode.easy
unusedcode.easy
+0
-1
texteng.cxx
vcl/source/edit/texteng.cxx
+0
-5
No files found.
include/vcl/texteng.hxx
Dosyayı görüntüle @
6b27104a
...
@@ -240,7 +240,6 @@ public:
...
@@ -240,7 +240,6 @@ public:
sal_uInt16
GetDefTab
()
const
;
sal_uInt16
GetDefTab
()
const
;
void
SetLeftMargin
(
sal_uInt16
n
);
void
SetLeftMargin
(
sal_uInt16
n
);
sal_uInt16
GetLeftMargin
()
const
;
void
SetUpdateMode
(
bool
bUpdate
);
void
SetUpdateMode
(
bool
bUpdate
);
bool
GetUpdateMode
()
const
{
return
mbUpdate
;
}
bool
GetUpdateMode
()
const
{
return
mbUpdate
;
}
...
...
unusedcode.easy
Dosyayı görüntüle @
6b27104a
...
@@ -88,7 +88,6 @@ SwViewImp::FirePageChangeEvent(unsigned short, unsigned short)
...
@@ -88,7 +88,6 @@ SwViewImp::FirePageChangeEvent(unsigned short, unsigned short)
SwViewImp::FireSectionChangeEvent(unsigned short, unsigned short)
SwViewImp::FireSectionChangeEvent(unsigned short, unsigned short)
TemplateLocalView::HasUnfilteredItems(FILTER_APPLICATION)
TemplateLocalView::HasUnfilteredItems(FILTER_APPLICATION)
TextDoc::IsValidPaM(TextPaM const&)
TextDoc::IsValidPaM(TextPaM const&)
TextEngine::GetLeftMargin() const
UnoApiTest::closeDocument(com::sun::star::uno::Reference<com::sun::star::lang::XComponent>)
UnoApiTest::closeDocument(com::sun::star::uno::Reference<com::sun::star::lang::XComponent>)
apitest::CellProperties::testRotateReference()
apitest::CellProperties::testRotateReference()
apitest::CellProperties::testVertJustify()
apitest::CellProperties::testVertJustify()
...
...
vcl/source/edit/texteng.cxx
Dosyayı görüntüle @
6b27104a
...
@@ -2895,11 +2895,6 @@ void TextEngine::SetLeftMargin( sal_uInt16 n )
...
@@ -2895,11 +2895,6 @@ void TextEngine::SetLeftMargin( sal_uInt16 n )
mpDoc
->
SetLeftMargin
(
n
);
mpDoc
->
SetLeftMargin
(
n
);
}
}
sal_uInt16
TextEngine
::
GetLeftMargin
()
const
{
return
mpDoc
->
GetLeftMargin
();
}
uno
::
Reference
<
i18n
::
XBreakIterator
>
TextEngine
::
GetBreakIterator
()
uno
::
Reference
<
i18n
::
XBreakIterator
>
TextEngine
::
GetBreakIterator
()
{
{
if
(
!
mxBreakIterator
.
is
()
)
if
(
!
mxBreakIterator
.
is
()
)
...
...
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