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
4ebde2bc
Kaydet (Commit)
4ebde2bc
authored
Eyl 18, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sw/inc/unosrch.hxx from String to OUString
Change-Id: Ic25aef1e37cfa66402b7acf13f3fc4cdbc48d350
üst
8d620216
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
unosrch.hxx
sw/inc/unosrch.hxx
+2
-2
unotxdoc.cxx
sw/source/ui/uno/unotxdoc.cxx
+2
-2
No files found.
sw/inc/unosrch.hxx
Dosyayı görüntüle @
4ebde2bc
...
...
@@ -44,8 +44,8 @@ class SwXTextSearch : public cppu::WeakImplHelper3
{
friend
class
SwXTextDocument
;
String
sSearchText
;
String
sReplaceText
;
OUString
sSearchText
;
OUString
sReplaceText
;
SwSearchProperties_Impl
*
pSearchProperties
;
SwSearchProperties_Impl
*
pReplaceProperties
;
...
...
sw/source/ui/uno/unotxdoc.cxx
Dosyayı görüntüle @
4ebde2bc
...
...
@@ -754,7 +754,7 @@ sal_Int32 SwXTextDocument::replaceAll(const Reference< util::XSearchDescriptor >
nResult
=
(
sal_Int32
)
pUnoCrsr
->
Find
(
aSearch
,
!
pSearch
->
bStyles
,
eStart
,
eEnd
,
bCancel
,
(
FindRanges
)
eRanges
,
pSearch
->
sSearchText
.
Len
()
?
&
aSearchOpt
:
0
,
!
pSearch
->
sSearchText
.
isEmpty
()
?
&
aSearchOpt
:
0
,
&
aReplace
);
}
else
if
(
pSearch
->
bStyles
)
...
...
@@ -884,7 +884,7 @@ SwUnoCrsr* SwXTextDocument::FindAny(const Reference< util::XSearchDescriptor >
nResult
=
(
sal_Int32
)
pUnoCrsr
->
Find
(
aSearch
,
!
pSearch
->
bStyles
,
eStart
,
eEnd
,
bCancel
,
(
FindRanges
)
eRanges
,
pSearch
->
sSearchText
.
Len
()
?
&
aSearchOpt
:
0
,
!
pSearch
->
sSearchText
.
isEmpty
()
?
&
aSearchOpt
:
0
,
0
);
}
else
if
(
pSearch
->
bStyles
)
...
...
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