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
ed4627ba
Kaydet (Commit)
ed4627ba
authored
Şub 28, 2015
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: skiped->skipped
Change-Id: I88c53ade0101cfd7735a45b2038879bd027b0314
üst
a1044730
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
breakiteratorImpl.cxx
i18npool/source/breakiterator/breakiteratorImpl.cxx
+1
-1
table4.cxx
sc/source/core/data/table4.cxx
+1
-1
outlview.cxx
sd/source/ui/view/outlview.cxx
+2
-2
usereventqueue.cxx
slideshow/source/engine/usereventqueue.cxx
+1
-1
No files found.
i18npool/source/breakiterator/breakiteratorImpl.cxx
Dosyayı görüntüle @
ed4627ba
...
@@ -139,7 +139,7 @@ Boundary SAL_CALL BreakIteratorImpl::previousWord( const OUString& Text, sal_Int
...
@@ -139,7 +139,7 @@ Boundary SAL_CALL BreakIteratorImpl::previousWord( const OUString& Text, sal_Int
sal_Int32
nPos
=
skipSpace
(
Text
,
nStartPos
,
len
,
rWordType
,
false
);
sal_Int32
nPos
=
skipSpace
(
Text
,
nStartPos
,
len
,
rWordType
,
false
);
// if some spaces are skiped, and the script type is Asian with no CJK rLocale, we have to return
// if some spaces are skip
p
ed, and the script type is Asian with no CJK rLocale, we have to return
// (nStartPos, -1) for caller to send correct rLocale for loading correct dictionary.
// (nStartPos, -1) for caller to send correct rLocale for loading correct dictionary.
result
.
startPos
=
nPos
;
result
.
startPos
=
nPos
;
if
(
nPos
!=
nStartPos
&&
nPos
>
0
&&
!
isCJK
(
rLocale
)
&&
getScriptClass
(
Text
.
iterateCodePoints
(
&
nPos
,
-
1
))
==
ScriptType
::
ASIAN
)
{
if
(
nPos
!=
nStartPos
&&
nPos
>
0
&&
!
isCJK
(
rLocale
)
&&
getScriptClass
(
Text
.
iterateCodePoints
(
&
nPos
,
-
1
))
==
ScriptType
::
ASIAN
)
{
...
...
sc/source/core/data/table4.cxx
Dosyayı görüntüle @
ed4627ba
...
@@ -1559,7 +1559,7 @@ void ScTable::FillSeries( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
...
@@ -1559,7 +1559,7 @@ void ScTable::FillSeries( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
if
(
bVertical
)
if
(
bVertical
)
{
{
// if not filtered use the faster method
// if not filtered use the faster method
// hidden cols/rows should be skiped
// hidden cols/rows should be skip
p
ed
if
(
!
bIsFiltered
)
if
(
!
bIsFiltered
)
{
{
aCol
[
nCol
].
SetPatternArea
(
static_cast
<
SCROW
>
(
nIMin
),
aCol
[
nCol
].
SetPatternArea
(
static_cast
<
SCROW
>
(
nIMin
),
...
...
sd/source/ui/view/outlview.cxx
Dosyayı görüntüle @
ed4627ba
...
@@ -1284,11 +1284,11 @@ Paragraph* OutlineView::GetParagraphForPage( ::Outliner& rOutl, SdPage* pPage )
...
@@ -1284,11 +1284,11 @@ Paragraph* OutlineView::GetParagraphForPage( ::Outliner& rOutl, SdPage* pPage )
// if this paragraph is a page ...
// if this paragraph is a page ...
if
(
mrOutliner
.
HasParaFlag
(
pPara
,
PARAFLAG_ISPAGE
)
)
if
(
mrOutliner
.
HasParaFlag
(
pPara
,
PARAFLAG_ISPAGE
)
)
{
{
// see if we already skiped enough pages
// see if we already skip
p
ed enough pages
if
(
0
==
nPagesToSkip
)
if
(
0
==
nPagesToSkip
)
break
;
// and if so, end the loop
break
;
// and if so, end the loop
// we skiped another page
// we skip
p
ed another page
nPagesToSkip
--
;
nPagesToSkip
--
;
}
}
...
...
slideshow/source/engine/usereventqueue.cxx
Dosyayı görüntüle @
ed4627ba
...
@@ -241,7 +241,7 @@ public:
...
@@ -241,7 +241,7 @@ public:
mbSkipTriggersNextEffect
(
true
)
{}
mbSkipTriggersNextEffect
(
true
)
{}
/** Remember to trigger (or not to trigger) the next effect after the
/** Remember to trigger (or not to trigger) the next effect after the
current effect is skiped.
current effect is skip
p
ed.
*/
*/
void
setSkipTriggersNextEffect
(
const
bool
bSkipTriggersNextEffect
)
void
setSkipTriggersNextEffect
(
const
bool
bSkipTriggersNextEffect
)
{
mbSkipTriggersNextEffect
=
bSkipTriggersNextEffect
;
}
{
mbSkipTriggersNextEffect
=
bSkipTriggersNextEffect
;
}
...
...
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