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
55f44820
Kaydet (Commit)
55f44820
authored
Agu 25, 2014
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid temporary OUStrings
Change-Id: If178bdbf13bbea3eb810267f207855bf6e2a6bda
üst
72e7a1c2
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
17 deletions
+8
-17
porexp.cxx
sw/source/core/text/porexp.cxx
+2
-4
porlin.cxx
sw/source/core/text/porlin.cxx
+1
-2
porref.cxx
sw/source/core/text/porref.cxx
+1
-2
portox.cxx
sw/source/core/text/portox.cxx
+1
-2
txtftn.cxx
sw/source/core/text/txtftn.cxx
+1
-3
txthyph.cxx
sw/source/core/text/txthyph.cxx
+2
-4
No files found.
sw/source/core/text/porexp.cxx
Dosyayı görüntüle @
55f44820
...
@@ -35,8 +35,7 @@ bool SwExpandPortion::GetExpTxt( const SwTxtSizeInfo&, OUString &rTxt ) const
...
@@ -35,8 +35,7 @@ bool SwExpandPortion::GetExpTxt( const SwTxtSizeInfo&, OUString &rTxt ) const
void
SwExpandPortion
::
HandlePortion
(
SwPortionHandler
&
rPH
)
const
void
SwExpandPortion
::
HandlePortion
(
SwPortionHandler
&
rPH
)
const
{
{
OUString
aString
;
rPH
.
Special
(
GetLen
(),
OUString
(),
GetWhichPor
()
);
rPH
.
Special
(
GetLen
(),
aString
,
GetWhichPor
()
);
}
}
SwPosSize
SwExpandPortion
::
GetTxtSize
(
const
SwTxtSizeInfo
&
rInf
)
const
SwPosSize
SwExpandPortion
::
GetTxtSize
(
const
SwTxtSizeInfo
&
rInf
)
const
...
@@ -199,8 +198,7 @@ bool SwBlankPortion::GetExpTxt( const SwTxtSizeInfo&, OUString &rTxt ) const
...
@@ -199,8 +198,7 @@ bool SwBlankPortion::GetExpTxt( const SwTxtSizeInfo&, OUString &rTxt ) const
void
SwBlankPortion
::
HandlePortion
(
SwPortionHandler
&
rPH
)
const
void
SwBlankPortion
::
HandlePortion
(
SwPortionHandler
&
rPH
)
const
{
{
OUString
aString
(
cChar
);
rPH
.
Special
(
GetLen
(),
OUString
(
cChar
),
GetWhichPor
()
);
rPH
.
Special
(
GetLen
(),
aString
,
GetWhichPor
()
);
}
}
SwPostItsPortion
::
SwPostItsPortion
(
bool
bScrpt
)
SwPostItsPortion
::
SwPostItsPortion
(
bool
bScrpt
)
...
...
sw/source/core/text/porlin.cxx
Dosyayı görüntüle @
55f44820
...
@@ -317,8 +317,7 @@ bool SwLinePortion::GetExpTxt( const SwTxtSizeInfo &, OUString & ) const
...
@@ -317,8 +317,7 @@ bool SwLinePortion::GetExpTxt( const SwTxtSizeInfo &, OUString & ) const
void
SwLinePortion
::
HandlePortion
(
SwPortionHandler
&
rPH
)
const
void
SwLinePortion
::
HandlePortion
(
SwPortionHandler
&
rPH
)
const
{
{
OUString
aString
;
rPH
.
Special
(
GetLen
(),
OUString
(),
GetWhichPor
(),
Height
(),
Width
()
);
rPH
.
Special
(
GetLen
(),
aString
,
GetWhichPor
(),
Height
(),
Width
()
);
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sw/source/core/text/porref.cxx
Dosyayı görüntüle @
55f44820
...
@@ -69,8 +69,7 @@ void SwIsoRefPortion::Paint( const SwTxtPaintInfo &rInf ) const
...
@@ -69,8 +69,7 @@ void SwIsoRefPortion::Paint( const SwTxtPaintInfo &rInf ) const
void
SwIsoRefPortion
::
HandlePortion
(
SwPortionHandler
&
rPH
)
const
void
SwIsoRefPortion
::
HandlePortion
(
SwPortionHandler
&
rPH
)
const
{
{
OUString
aString
;
rPH
.
Special
(
GetLen
(),
OUString
(),
GetWhichPor
()
);
rPH
.
Special
(
GetLen
(),
aString
,
GetWhichPor
()
);
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sw/source/core/text/portox.cxx
Dosyayı görüntüle @
55f44820
...
@@ -71,8 +71,7 @@ void SwIsoToxPortion::Paint( const SwTxtPaintInfo &rInf ) const
...
@@ -71,8 +71,7 @@ void SwIsoToxPortion::Paint( const SwTxtPaintInfo &rInf ) const
void
SwIsoToxPortion
::
HandlePortion
(
SwPortionHandler
&
rPH
)
const
void
SwIsoToxPortion
::
HandlePortion
(
SwPortionHandler
&
rPH
)
const
{
{
OUString
aString
;
rPH
.
Special
(
GetLen
(),
OUString
(),
GetWhichPor
()
);
rPH
.
Special
(
GetLen
(),
aString
,
GetWhichPor
()
);
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sw/source/core/text/txtftn.cxx
Dosyayı görüntüle @
55f44820
...
@@ -1419,9 +1419,7 @@ bool SwQuoVadisPortion::GetExpTxt( const SwTxtSizeInfo &, OUString &rTxt ) const
...
@@ -1419,9 +1419,7 @@ bool SwQuoVadisPortion::GetExpTxt( const SwTxtSizeInfo &, OUString &rTxt ) const
void
SwQuoVadisPortion
::
HandlePortion
(
SwPortionHandler
&
rPH
)
const
void
SwQuoVadisPortion
::
HandlePortion
(
SwPortionHandler
&
rPH
)
const
{
{
OUString
aString
(
aExpand
);
rPH
.
Special
(
GetLen
(),
aExpand
+
aErgo
,
GetWhichPor
()
);
aString
+=
aErgo
;
rPH
.
Special
(
GetLen
(),
aString
,
GetWhichPor
()
);
}
}
void
SwQuoVadisPortion
::
Paint
(
const
SwTxtPaintInfo
&
rInf
)
const
void
SwQuoVadisPortion
::
Paint
(
const
SwTxtPaintInfo
&
rInf
)
const
...
...
sw/source/core/text/txthyph.cxx
Dosyayı görüntüle @
55f44820
...
@@ -352,8 +352,7 @@ bool SwHyphPortion::GetExpTxt( const SwTxtSizeInfo &/*rInf*/, OUString &rTxt ) c
...
@@ -352,8 +352,7 @@ bool SwHyphPortion::GetExpTxt( const SwTxtSizeInfo &/*rInf*/, OUString &rTxt ) c
void
SwHyphPortion
::
HandlePortion
(
SwPortionHandler
&
rPH
)
const
void
SwHyphPortion
::
HandlePortion
(
SwPortionHandler
&
rPH
)
const
{
{
OUString
aString
(
'-'
);
rPH
.
Special
(
GetLen
(),
OUString
(
'-'
),
GetWhichPor
()
);
rPH
.
Special
(
GetLen
(),
aString
,
GetWhichPor
()
);
}
}
bool
SwHyphPortion
::
Format
(
SwTxtFormatInfo
&
rInf
)
bool
SwHyphPortion
::
Format
(
SwTxtFormatInfo
&
rInf
)
...
@@ -545,11 +544,10 @@ bool SwSoftHyphPortion::GetExpTxt( const SwTxtSizeInfo &rInf, OUString &rTxt ) c
...
@@ -545,11 +544,10 @@ bool SwSoftHyphPortion::GetExpTxt( const SwTxtSizeInfo &rInf, OUString &rTxt ) c
void
SwSoftHyphPortion
::
HandlePortion
(
SwPortionHandler
&
rPH
)
const
void
SwSoftHyphPortion
::
HandlePortion
(
SwPortionHandler
&
rPH
)
const
{
{
const
OUString
aString
(
'-'
);
const
sal_uInt16
nWhich
=
!
Width
()
?
const
sal_uInt16
nWhich
=
!
Width
()
?
POR_SOFTHYPH_COMP
:
POR_SOFTHYPH_COMP
:
GetWhichPor
();
GetWhichPor
();
rPH
.
Special
(
GetLen
(),
aString
,
nWhich
);
rPH
.
Special
(
GetLen
(),
OUString
(
'-'
)
,
nWhich
);
}
}
void
SwSoftHyphStrPortion
::
Paint
(
const
SwTxtPaintInfo
&
rInf
)
const
void
SwSoftHyphStrPortion
::
Paint
(
const
SwTxtPaintInfo
&
rInf
)
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