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
b929c663
Kaydet (Commit)
b929c663
authored
Eyl 09, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert include/editeng/editeng.hxx from String to OUString
Change-Id: I92f69364667abec1b7a31080ce48fc55c4042165
üst
d178cb40
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
9 deletions
+8
-9
editeng.cxx
editeng/source/editeng/editeng.cxx
+3
-3
outleeng.cxx
editeng/source/outliner/outleeng.cxx
+1
-1
outleeng.hxx
editeng/source/outliner/outleeng.hxx
+1
-1
editeng.hxx
include/editeng/editeng.hxx
+3
-4
No files found.
editeng/source/editeng/editeng.cxx
Dosyayı görüntüle @
b929c663
...
...
@@ -984,7 +984,7 @@ void EditEngine::SetAttribs(const EditSelection& rSel, const SfxItemSet& rSet, s
pImpEditEngine
->
SetAttribs
(
rSel
,
rSet
,
nSpecial
);
}
String
EditEngine
::
GetSelected
(
const
EditSelection
&
rSel
,
const
LineEnd
eParaSep
)
const
OU
String
EditEngine
::
GetSelected
(
const
EditSelection
&
rSel
,
const
LineEnd
eParaSep
)
const
{
return
pImpEditEngine
->
GetSelected
(
rSel
,
eParaSep
);
}
...
...
@@ -1542,7 +1542,7 @@ void EditEngine::SetText( const OUString& rText )
pImpEditEngine
->
FormatAndUpdate
();
}
sal_uLong
EditEngine
::
Read
(
SvStream
&
rInput
,
const
String
&
rBaseURL
,
EETextFormat
eFormat
,
SvKeyValueIterator
*
pHTTPHeaderAttrs
/* = NULL */
)
sal_uLong
EditEngine
::
Read
(
SvStream
&
rInput
,
const
OU
String
&
rBaseURL
,
EETextFormat
eFormat
,
SvKeyValueIterator
*
pHTTPHeaderAttrs
/* = NULL */
)
{
DBG_CHKTHIS
(
EditEngine
,
0
);
sal_Bool
bUndoEnabled
=
pImpEditEngine
->
IsUndoEnabled
();
...
...
@@ -2601,7 +2601,7 @@ void EditEngine::DrawingText( const Point&, const OUString&, sal_uInt16, sal_uIn
}
void
EditEngine
::
DrawingTab
(
const
Point
&
/*rStartPos*/
,
long
/*nWidth*/
,
const
String
&
/*rChar*/
,
const
SvxFont
&
/*rFont*/
,
const
OU
String
&
/*rChar*/
,
const
SvxFont
&
/*rFont*/
,
sal_Int32
/*nPara*/
,
xub_StrLen
/*nIndex*/
,
sal_uInt8
/*nRightToLeft*/
,
bool
/*bEndOfLine*/
,
bool
/*bEndOfParagraph*/
,
const
Color
&
/*rOverlineColor*/
,
...
...
editeng/source/outliner/outleeng.cxx
Dosyayı görüntüle @
b929c663
...
...
@@ -161,7 +161,7 @@ void OutlinerEditEng::DrawingText( const Point& rStartPos, const OUString& rText
pWrongSpellVector
,
pFieldData
,
bEndOfLine
,
bEndOfParagraph
,
bEndOfBullet
,
pLocale
,
rOverlineColor
,
rTextLineColor
);
}
void
OutlinerEditEng
::
DrawingTab
(
const
Point
&
rStartPos
,
long
nWidth
,
const
String
&
rChar
,
void
OutlinerEditEng
::
DrawingTab
(
const
Point
&
rStartPos
,
long
nWidth
,
const
OU
String
&
rChar
,
const
SvxFont
&
rFont
,
sal_Int32
nPara
,
xub_StrLen
nIndex
,
sal_uInt8
nRightToLeft
,
bool
bEndOfLine
,
bool
bEndOfParagraph
,
const
Color
&
rOverlineColor
,
const
Color
&
rTextLineColor
)
...
...
editeng/source/outliner/outleeng.hxx
Dosyayı görüntüle @
b929c663
...
...
@@ -57,7 +57,7 @@ public:
const
Color
&
rTextLineColor
);
virtual
void
DrawingTab
(
const
Point
&
rStartPos
,
long
nWidth
,
const
String
&
rChar
,
const
Point
&
rStartPos
,
long
nWidth
,
const
OU
String
&
rChar
,
const
SvxFont
&
rFont
,
sal_Int32
nPara
,
xub_StrLen
nIndex
,
sal_uInt8
nRightToLeft
,
bool
bEndOfLine
,
bool
bEndOfParagraph
,
...
...
include/editeng/editeng.hxx
Dosyayı görüntüle @
b929c663
...
...
@@ -66,7 +66,6 @@ class EditUndo;
class
SvxFont
;
class
SfxItemPool
;
class
SfxStyleSheet
;
class
String
;
class
SfxStyleSheetPool
;
class
SvxSearchItem
;
class
SvxFieldItem
;
...
...
@@ -345,7 +344,7 @@ public:
void
Draw
(
OutputDevice
*
pOutDev
,
const
Point
&
rStartPos
,
short
nOrientation
=
0
);
// sal_uInt32: Error code of the stream.
sal_uLong
Read
(
SvStream
&
rInput
,
const
String
&
rBaseURL
,
EETextFormat
,
SvKeyValueIterator
*
pHTTPHeaderAttrs
=
NULL
);
sal_uLong
Read
(
SvStream
&
rInput
,
const
OU
String
&
rBaseURL
,
EETextFormat
,
SvKeyValueIterator
*
pHTTPHeaderAttrs
=
NULL
);
sal_uLong
Write
(
SvStream
&
rOutput
,
EETextFormat
);
void
SetStatusEventHdl
(
const
Link
&
rLink
);
...
...
@@ -471,7 +470,7 @@ public:
const
Color
&
rTextLineColor
);
virtual
void
DrawingTab
(
const
Point
&
rStartPos
,
long
nWidth
,
const
String
&
rChar
,
const
Point
&
rStartPos
,
long
nWidth
,
const
OU
String
&
rChar
,
const
SvxFont
&
rFont
,
sal_Int32
nPara
,
xub_StrLen
nIndex
,
sal_uInt8
nRightToLeft
,
bool
bEndOfLine
,
bool
bEndOfParagraph
,
...
...
@@ -554,7 +553,7 @@ public:
void
SetParaAttribsOnly
(
sal_Int32
nPara
,
const
SfxItemSet
&
rSet
);
void
SetAttribs
(
const
EditSelection
&
rSel
,
const
SfxItemSet
&
rSet
,
sal_uInt8
nSpecial
=
0
);
String
GetSelected
(
const
EditSelection
&
rSel
,
const
LineEnd
eParaSep
=
LINEEND_LF
)
const
;
OU
String
GetSelected
(
const
EditSelection
&
rSel
,
const
LineEnd
eParaSep
=
LINEEND_LF
)
const
;
EditPaM
DeleteSelected
(
const
EditSelection
&
rSel
);
sal_uInt16
GetScriptType
(
const
EditSelection
&
rSel
)
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