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
3fa67908
Kaydet (Commit)
3fa67908
authored
Eki 15, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ditch rather pointless REDUCEDSVXFONT
Change-Id: Ie49265fbcd9d608de0017cdc599cb5054f7cced2
üst
8274df85
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
svxfont.hxx
editeng/inc/editeng/svxfont.hxx
+0
-3
svxfont.cxx
editeng/source/items/svxfont.cxx
+0
-9
No files found.
editeng/inc/editeng/svxfont.hxx
Dosyayı görüntüle @
3fa67908
...
@@ -84,8 +84,6 @@ public:
...
@@ -84,8 +84,6 @@ public:
// Consider Upper case, Lower case letters etc.
// Consider Upper case, Lower case letters etc.
OUString
CalcCaseMap
(
const
OUString
&
rTxt
)
const
;
OUString
CalcCaseMap
(
const
OUString
&
rTxt
)
const
;
// The following section is not needed by anyone, so it can be excluded.
#ifndef REDUCEDSVXFONT
// Handle upper case letters
// Handle upper case letters
void
DoOnCapitals
(
SvxDoCapitals
&
rDo
,
void
DoOnCapitals
(
SvxDoCapitals
&
rDo
,
const
sal_uInt16
nPartLen
=
USHRT_MAX
)
const
;
const
sal_uInt16
nPartLen
=
USHRT_MAX
)
const
;
...
@@ -116,7 +114,6 @@ public:
...
@@ -116,7 +114,6 @@ public:
const
Point
&
rPos
,
const
String
&
rTxt
,
const
Point
&
rPos
,
const
String
&
rTxt
,
const
sal_uInt16
nIdx
=
0
,
const
sal_uInt16
nLen
=
STRING_LEN
)
const
;
const
sal_uInt16
nIdx
=
0
,
const
sal_uInt16
nLen
=
STRING_LEN
)
const
;
#endif // !REDUCEDSVXFONT
static
void
DrawArrow
(
OutputDevice
&
rOut
,
const
Rectangle
&
rRect
,
static
void
DrawArrow
(
OutputDevice
&
rOut
,
const
Rectangle
&
rRect
,
const
Size
&
rSize
,
const
Color
&
rCol
,
sal_Bool
bLeft
);
const
Size
&
rSize
,
const
Color
&
rCol
,
sal_Bool
bLeft
);
SvxFont
&
operator
=
(
const
SvxFont
&
rFont
);
SvxFont
&
operator
=
(
const
SvxFont
&
rFont
);
...
...
editeng/source/items/svxfont.cxx
Dosyayı görüntüle @
3fa67908
...
@@ -167,12 +167,6 @@ OUString SvxFont::CalcCaseMap(const OUString &rTxt) const
...
@@ -167,12 +167,6 @@ OUString SvxFont::CalcCaseMap(const OUString &rTxt) const
return
aTxt
;
return
aTxt
;
}
}
/*************************************************************************
* Starting form here are the methods that can not be used in Writer,
* so we put this section to be excluded by REDUCEDSVXFONT.
*************************************************************************/
#ifndef REDUCEDSVXFONT
/*************************************************************************
/*************************************************************************
* class SvxDoCapitals
* class SvxDoCapitals
* The virtual Method Do si called by SvxFont::DoOnCapitals alternately
* The virtual Method Do si called by SvxFont::DoOnCapitals alternately
...
@@ -767,7 +761,4 @@ void SvxFont::DrawCapital( OutputDevice *pOut,
...
@@ -767,7 +761,4 @@ void SvxFont::DrawCapital( OutputDevice *pOut,
DoOnCapitals
(
aDo
);
DoOnCapitals
(
aDo
);
}
}
#endif // !REDUCEDSVXFONT
/* 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