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
ff735285
Kaydet (Commit)
ff735285
authored
Agu 21, 2013
tarafından
Zolnai Tamás
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove useless method
Change-Id: I5f2c5a57a5b0defb15bcfd68bdf2a9ce6f2446ac
üst
baf38430
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
inftxt.cxx
sw/source/core/text/inftxt.cxx
+1
-1
inftxt.hxx
sw/source/core/text/inftxt.hxx
+1
-3
No files found.
sw/source/core/text/inftxt.cxx
Dosyayı görüntüle @
ff735285
...
@@ -1140,7 +1140,7 @@ void SwTxtPaintInfo::DrawBackground( const SwLinePortion &rPor ) const
...
@@ -1140,7 +1140,7 @@ void SwTxtPaintInfo::DrawBackground( const SwLinePortion &rPor ) const
}
}
}
}
void
SwTxtPaintInfo
::
_
DrawBackBrush
(
const
SwLinePortion
&
rPor
)
const
void
SwTxtPaintInfo
::
DrawBackBrush
(
const
SwLinePortion
&
rPor
)
const
{
{
{
{
SwRect
aIntersect
;
SwRect
aIntersect
;
...
...
sw/source/core/text/inftxt.hxx
Dosyayı görüntüle @
ff735285
...
@@ -388,7 +388,6 @@ class SwTxtPaintInfo : public SwTxtSizeInfo
...
@@ -388,7 +388,6 @@ class SwTxtPaintInfo : public SwTxtSizeInfo
SwTxtPaintInfo
&
operator
=
(
const
SwTxtPaintInfo
&
);
SwTxtPaintInfo
&
operator
=
(
const
SwTxtPaintInfo
&
);
void
_NotifyURL
(
const
SwLinePortion
&
rPor
)
const
;
void
_NotifyURL
(
const
SwLinePortion
&
rPor
)
const
;
void
_DrawBackBrush
(
const
SwLinePortion
&
rPor
)
const
;
protected
:
protected
:
#ifdef DBG_UTIL
#ifdef DBG_UTIL
...
@@ -439,8 +438,7 @@ public:
...
@@ -439,8 +438,7 @@ public:
void
DrawPostIts
(
const
SwLinePortion
&
rPor
,
sal_Bool
bScript
)
const
;
void
DrawPostIts
(
const
SwLinePortion
&
rPor
,
sal_Bool
bScript
)
const
;
void
DrawBackground
(
const
SwLinePortion
&
rPor
)
const
;
void
DrawBackground
(
const
SwLinePortion
&
rPor
)
const
;
void
DrawViewOpt
(
const
SwLinePortion
&
rPor
,
const
MSHORT
nWhich
)
const
;
void
DrawViewOpt
(
const
SwLinePortion
&
rPor
,
const
MSHORT
nWhich
)
const
;
inline
void
DrawBackBrush
(
const
SwLinePortion
&
rPor
)
const
void
DrawBackBrush
(
const
SwLinePortion
&
rPor
)
const
;
{
/* if( pFnt->GetBackColor() ) */
_DrawBackBrush
(
rPor
);
}
void
DrawBorder
(
const
SwLinePortion
&
rPor
)
const
;
void
DrawBorder
(
const
SwLinePortion
&
rPor
)
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