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
b855e1ee
Kaydet (Commit)
b855e1ee
authored
Eyl 16, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sw/source/core/inc/SwPortionHandler.hxx from String to OUString
Change-Id: Ide6562f7807f59fecbe3f8b3427342de3811f411
üst
8e877501
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
6 deletions
+4
-6
accportions.cxx
sw/source/core/access/accportions.cxx
+1
-1
accportions.hxx
sw/source/core/access/accportions.hxx
+1
-1
SwPortionHandler.hxx
sw/source/core/inc/SwPortionHandler.hxx
+1
-3
xmldump.cxx
sw/source/core/text/xmldump.cxx
+1
-1
No files found.
sw/source/core/access/accportions.cxx
Dosyayı görüntüle @
b855e1ee
...
...
@@ -126,7 +126,7 @@ void SwAccessiblePortionData::Text(sal_uInt16 nLength, sal_uInt16 nType, sal_Int
}
void
SwAccessiblePortionData
::
Special
(
sal_uInt16
nLength
,
const
String
&
rText
,
sal_uInt16
nType
,
sal_Int32
/*nHeight*/
,
sal_Int32
/*nWidth*/
)
sal_uInt16
nLength
,
const
OU
String
&
rText
,
sal_uInt16
nType
,
sal_Int32
/*nHeight*/
,
sal_Int32
/*nWidth*/
)
{
OSL_ENSURE
(
nModelPosition
>=
0
,
"illegal position"
);
OSL_ENSURE
(
(
nModelPosition
+
nLength
)
<=
pTxtNode
->
GetTxt
().
getLength
(),
...
...
sw/source/core/access/accportions.hxx
Dosyayı görüntüle @
b855e1ee
...
...
@@ -97,7 +97,7 @@ public:
// SwPortionHandler methods
virtual
void
Text
(
sal_uInt16
nLength
,
sal_uInt16
nType
,
sal_Int32
nHeight
=
0
,
sal_Int32
nWidth
=
0
);
virtual
void
Special
(
sal_uInt16
nLength
,
const
String
&
rText
,
sal_uInt16
nType
,
sal_Int32
nHeight
=
0
,
sal_Int32
nWidth
=
0
);
virtual
void
Special
(
sal_uInt16
nLength
,
const
OU
String
&
rText
,
sal_uInt16
nType
,
sal_Int32
nHeight
=
0
,
sal_Int32
nWidth
=
0
);
virtual
void
LineBreak
(
KSHORT
nWidth
);
virtual
void
Skip
(
sal_uInt16
nLength
);
virtual
void
Finish
();
...
...
sw/source/core/inc/SwPortionHandler.hxx
Dosyayı görüntüle @
b855e1ee
...
...
@@ -23,8 +23,6 @@
#include <tools/solar.h>
#include <txttypes.hxx>
class
String
;
/** The SwPortionHandler interface implements a visitor for the layout
* engine's text portions. This can be used to gather information of
* the on-screen representation of a single paragraph.
...
...
@@ -68,7 +66,7 @@ public:
*/
virtual
void
Special
(
sal_uInt16
nLength
,
/// length of this portion in the model string
const
String
&
rText
,
/// text which is painted on-screen
const
OU
String
&
rText
,
/// text which is painted on-screen
sal_uInt16
nType
,
/// type of this portion
sal_Int32
nHeight
=
0
,
/// font height of the painted text
sal_Int32
nWidth
=
0
/// width of this portion
...
...
sw/source/core/text/xmldump.cxx
Dosyayı görüntüle @
b855e1ee
...
...
@@ -147,7 +147,7 @@ class XmlPortionDumper:public SwPortionHandler
font size of the painted text
*/
virtual
void
Special
(
sal_uInt16
nLength
,
const
String
&
rText
,
const
OU
String
&
rText
,
sal_uInt16
nType
,
sal_Int32
nHeight
,
sal_Int32
nWidth
)
...
...
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