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
f1bd4db8
Kaydet (Commit)
f1bd4db8
authored
Ara 03, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drop unused argument
Change-Id: Ifc262144b7a4c027529ad2927996a4ebf766a5c2
üst
434bcc93
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
outdev.hxx
include/vcl/outdev.hxx
+1
-1
outdev3.cxx
vcl/source/gdi/outdev3.cxx
+1
-1
No files found.
include/vcl/outdev.hxx
Dosyayı görüntüle @
f1bd4db8
...
@@ -595,7 +595,7 @@ public:
...
@@ -595,7 +595,7 @@ public:
xub_StrLen
nIndex
=
0
,
xub_StrLen
nLen
=
STRING_LEN
);
xub_StrLen
nIndex
=
0
,
xub_StrLen
nLen
=
STRING_LEN
);
xub_StrLen
GetTextBreak
(
const
OUString
&
rStr
,
long
nTextWidth
,
xub_StrLen
GetTextBreak
(
const
OUString
&
rStr
,
long
nTextWidth
,
sal_Int32
nIndex
=
0
,
sal_Int32
nLen
=
-
1
,
sal_Int32
nIndex
=
0
,
sal_Int32
nLen
=
-
1
,
long
nCharExtra
=
0
,
sal_Bool
bCellBreaking
=
sal_True
)
const
;
long
nCharExtra
=
0
)
const
;
xub_StrLen
GetTextBreak
(
const
OUString
&
rStr
,
long
nTextWidth
,
xub_StrLen
GetTextBreak
(
const
OUString
&
rStr
,
long
nTextWidth
,
sal_Unicode
nExtraChar
,
sal_Int32
&
rExtraCharPos
,
sal_Unicode
nExtraChar
,
sal_Int32
&
rExtraCharPos
,
sal_Int32
nIndex
,
sal_Int32
nLen
,
sal_Int32
nIndex
,
sal_Int32
nLen
,
...
...
vcl/source/gdi/outdev3.cxx
Dosyayı görüntüle @
f1bd4db8
...
@@ -5995,7 +5995,7 @@ sal_Bool OutputDevice::GetTextIsRTL( const OUString& rString, sal_Int32 nIndex,
...
@@ -5995,7 +5995,7 @@ sal_Bool OutputDevice::GetTextIsRTL( const OUString& rString, sal_Int32 nIndex,
xub_StrLen
OutputDevice
::
GetTextBreak
(
const
OUString
&
rStr
,
long
nTextWidth
,
xub_StrLen
OutputDevice
::
GetTextBreak
(
const
OUString
&
rStr
,
long
nTextWidth
,
sal_Int32
nIndex
,
sal_Int32
nLen
,
sal_Int32
nIndex
,
sal_Int32
nLen
,
long
nCharExtra
,
sal_Bool
/*TODO: bCellBreaking*/
)
const
long
nCharExtra
)
const
{
{
DBG_CHKTHIS
(
OutputDevice
,
ImplDbgCheckOutputDevice
);
DBG_CHKTHIS
(
OutputDevice
,
ImplDbgCheckOutputDevice
);
...
...
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