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
cc3e899f
Kaydet (Commit)
cc3e899f
authored
Eyl 20, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: this method can be declared static
Change-Id: I1b656cc53f00b866ed6e86d291149e7f1790f26f
üst
711752a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
overflowingtxt.cxx
editeng/source/outliner/overflowingtxt.cxx
+3
-3
overflowingtxt.hxx
include/editeng/overflowingtxt.hxx
+2
-2
No files found.
editeng/source/outliner/overflowingtxt.cxx
Dosyayı görüntüle @
cc3e899f
...
@@ -127,7 +127,7 @@ OverflowingText::OverflowingText(TranferableText xOverflowingContent) :
...
@@ -127,7 +127,7 @@ OverflowingText::OverflowingText(TranferableText xOverflowingContent) :
}
}
ESelection
OverflowingText
::
GetInsertionPointSel
()
const
ESelection
OverflowingText
::
GetInsertionPointSel
()
{
{
assert
(
false
&&
"You should never get here"
);
assert
(
false
&&
"You should never get here"
);
return
getLastPositionSel
(
NULL
);
return
getLastPositionSel
(
NULL
);
...
@@ -193,9 +193,9 @@ OFlowChainedText::OFlowChainedText(Outliner *pOutl, bool bIsDeepMerge)
...
@@ -193,9 +193,9 @@ OFlowChainedText::OFlowChainedText(Outliner *pOutl, bool bIsDeepMerge)
mbIsDeepMerge
=
bIsDeepMerge
;
mbIsDeepMerge
=
bIsDeepMerge
;
}
}
ESelection
OFlowChainedText
::
GetInsertionPointSel
()
const
ESelection
OFlowChainedText
::
GetInsertionPointSel
()
{
{
return
mpOverflowingTxt
->
GetInsertionPointSel
();
return
OverflowingText
::
GetInsertionPointSel
();
}
}
ESelection
OFlowChainedText
::
GetOverflowPointSel
()
const
ESelection
OFlowChainedText
::
GetOverflowPointSel
()
const
...
...
include/editeng/overflowingtxt.hxx
Dosyayı görüntüle @
cc3e899f
...
@@ -75,7 +75,7 @@ class OverflowingText
...
@@ -75,7 +75,7 @@ class OverflowingText
public
:
public
:
OutlinerParaObject
*
JuxtaposeParaObject
(
Outliner
*
,
OutlinerParaObject
*
);
OutlinerParaObject
*
JuxtaposeParaObject
(
Outliner
*
,
OutlinerParaObject
*
);
OutlinerParaObject
*
DeeplyMergeParaObject
(
Outliner
*
,
OutlinerParaObject
*
);
OutlinerParaObject
*
DeeplyMergeParaObject
(
Outliner
*
,
OutlinerParaObject
*
);
ESelection
GetInsertionPointSel
()
const
;
static
ESelection
GetInsertionPointSel
()
;
private
:
private
:
friend
class
Outliner
;
friend
class
Outliner
;
...
@@ -116,7 +116,7 @@ public:
...
@@ -116,7 +116,7 @@ public:
OutlinerParaObject
*
InsertOverflowingText
(
Outliner
*
,
OutlinerParaObject
*
);
OutlinerParaObject
*
InsertOverflowingText
(
Outliner
*
,
OutlinerParaObject
*
);
OutlinerParaObject
*
RemoveOverflowingText
(
Outliner
*
);
OutlinerParaObject
*
RemoveOverflowingText
(
Outliner
*
);
ESelection
GetInsertionPointSel
()
const
;
static
ESelection
GetInsertionPointSel
()
;
ESelection
GetOverflowPointSel
()
const
;
ESelection
GetOverflowPointSel
()
const
;
bool
IsLastParaInterrupted
()
const
;
bool
IsLastParaInterrupted
()
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