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
c556c65d
Kaydet (Commit)
c556c65d
authored
May 19, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:stringcopy: editeng
Change-Id: I3d5b7673b2403bf670d85fa3c65f67aefcea48ff
üst
97d5293c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
AccessibleEditableTextPara.cxx
editeng/source/accessibility/AccessibleEditableTextPara.cxx
+1
-1
paraitem.cxx
editeng/source/items/paraitem.cxx
+1
-1
SvXMLAutoCorrectExport.cxx
editeng/source/misc/SvXMLAutoCorrectExport.cxx
+2
-2
acorrcfg.cxx
editeng/source/misc/acorrcfg.cxx
+2
-2
No files found.
editeng/source/accessibility/AccessibleEditableTextPara.cxx
Dosyayı görüntüle @
c556c65d
...
@@ -758,7 +758,7 @@ namespace accessibility
...
@@ -758,7 +758,7 @@ namespace accessibility
}
}
}
}
return
OUString
(
sStr
)
+
aLine
;
return
sStr
+
aLine
;
}
}
OUString
SAL_CALL
AccessibleEditableTextPara
::
getAccessibleName
()
OUString
SAL_CALL
AccessibleEditableTextPara
::
getAccessibleName
()
...
...
editeng/source/items/paraitem.cxx
Dosyayı görüntüle @
c556c65d
...
@@ -1204,7 +1204,7 @@ bool SvxPageModelItem::QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId ) co
...
@@ -1204,7 +1204,7 @@ bool SvxPageModelItem::QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId ) co
switch
(
nMemberId
)
switch
(
nMemberId
)
{
{
case
MID_AUTO
:
rVal
<<=
bAuto
;
break
;
case
MID_AUTO
:
rVal
<<=
bAuto
;
break
;
case
MID_NAME
:
rVal
<<=
OUString
(
GetValue
()
);
break
;
case
MID_NAME
:
rVal
<<=
GetValue
(
);
break
;
default
:
OSL_FAIL
(
"Wrong MemberId!"
);
return
false
;
default
:
OSL_FAIL
(
"Wrong MemberId!"
);
return
false
;
}
}
...
...
editeng/source/misc/SvXMLAutoCorrectExport.cxx
Dosyayı görüntüle @
c556c65d
...
@@ -58,10 +58,10 @@ sal_uInt32 SvXMLAutoCorrectExport::exportDoc(enum XMLTokenEnum /*eClass*/)
...
@@ -58,10 +58,10 @@ sal_uInt32 SvXMLAutoCorrectExport::exportDoc(enum XMLTokenEnum /*eClass*/)
AddAttribute
(
XML_NAMESPACE_BLOCKLIST
,
AddAttribute
(
XML_NAMESPACE_BLOCKLIST
,
XML_ABBREVIATED_NAME
,
XML_ABBREVIATED_NAME
,
OUString
(
p
->
GetShort
()
));
p
->
GetShort
(
));
AddAttribute
(
XML_NAMESPACE_BLOCKLIST
,
AddAttribute
(
XML_NAMESPACE_BLOCKLIST
,
XML_NAME
,
XML_NAME
,
OUString
(
p
->
IsTextOnly
()
?
p
->
GetLong
()
:
p
->
GetShort
()
));
p
->
IsTextOnly
()
?
p
->
GetLong
()
:
p
->
GetShort
(
));
SvXMLElementExport
aBlock
(
*
this
,
XML_NAMESPACE_BLOCKLIST
,
XML_BLOCK
,
true
,
true
);
SvXMLElementExport
aBlock
(
*
this
,
XML_NAMESPACE_BLOCKLIST
,
XML_BLOCK
,
true
,
true
);
}
}
...
...
editeng/source/misc/acorrcfg.cxx
Dosyayı görüntüle @
c556c65d
...
@@ -529,7 +529,7 @@ void SvxSwAutoCorrCfg::ImplCommit()
...
@@ -529,7 +529,7 @@ void SvxSwAutoCorrCfg::ImplCommit()
// "Format/Option/ChangeToBullets/Enable"
// "Format/Option/ChangeToBullets/Enable"
css
::
uno
::
Any
(
sal_Int32
(
rSwFlags
.
cBullet
)),
css
::
uno
::
Any
(
sal_Int32
(
rSwFlags
.
cBullet
)),
// "Format/Option/ChangeToBullets/SpecialCharacter/Char"
// "Format/Option/ChangeToBullets/SpecialCharacter/Char"
css
::
uno
::
Any
(
OUString
(
rSwFlags
.
aBulletFont
.
GetFamilyName
()
)),
css
::
uno
::
Any
(
rSwFlags
.
aBulletFont
.
GetFamilyName
(
)),
// "Format/Option/ChangeToBullets/SpecialCharacter/Font"
// "Format/Option/ChangeToBullets/SpecialCharacter/Font"
css
::
uno
::
Any
(
sal_Int32
(
rSwFlags
.
aBulletFont
.
GetFamilyType
())),
css
::
uno
::
Any
(
sal_Int32
(
rSwFlags
.
aBulletFont
.
GetFamilyType
())),
// "Format/Option/ChangeToBullets/SpecialCharacter/FontFamily"
// "Format/Option/ChangeToBullets/SpecialCharacter/FontFamily"
...
@@ -573,7 +573,7 @@ void SvxSwAutoCorrCfg::ImplCommit()
...
@@ -573,7 +573,7 @@ void SvxSwAutoCorrCfg::ImplCommit()
css
::
uno
::
Any
(
rSwFlags
.
bAutoCmpltKeepList
),
// "Completion/KeepList"
css
::
uno
::
Any
(
rSwFlags
.
bAutoCmpltKeepList
),
// "Completion/KeepList"
css
::
uno
::
Any
(
sal_Int32
(
rSwFlags
.
cByInputBullet
)),
css
::
uno
::
Any
(
sal_Int32
(
rSwFlags
.
cByInputBullet
)),
// "Format/ByInput/ApplyNumbering/SpecialCharacter/Char"
// "Format/ByInput/ApplyNumbering/SpecialCharacter/Char"
css
::
uno
::
Any
(
OUString
(
rSwFlags
.
aByInputBulletFont
.
GetFamilyName
()
)),
css
::
uno
::
Any
(
rSwFlags
.
aByInputBulletFont
.
GetFamilyName
(
)),
// "Format/ByInput/ApplyNumbering/SpecialCharacter/Font"
// "Format/ByInput/ApplyNumbering/SpecialCharacter/Font"
css
::
uno
::
Any
(
sal_Int32
(
rSwFlags
.
aByInputBulletFont
.
GetFamilyType
())),
css
::
uno
::
Any
(
sal_Int32
(
rSwFlags
.
aByInputBulletFont
.
GetFamilyType
())),
// "Format/ByInput/ApplyNumbering/SpecialCharacter/FontFamily"
// "Format/ByInput/ApplyNumbering/SpecialCharacter/FontFamily"
...
...
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