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
f1a4663c
Kaydet (Commit)
f1a4663c
authored
Şub 17, 2016
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
implement '*' '?' '~' wildcard search, tdf#72196
Change-Id: Id6122a13423c37e91c9f7561e4d8e5c658d5530e
üst
649f74e2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
textsearch.cxx
i18npool/source/search/textsearch.cxx
+0
-0
textsearch.hxx
i18npool/source/search/textsearch.hxx
+14
-0
No files found.
i18npool/source/search/textsearch.cxx
Dosyayı görüntüle @
f1a4663c
This diff is collapsed.
Click to expand it.
i18npool/source/search/textsearch.hxx
Dosyayı görüntüle @
f1a4663c
...
...
@@ -106,6 +106,20 @@ class TextSearch: public cppu::WeakImplHelper
sal_Int32
startPos
,
sal_Int32
endPos
)
throw
(
css
::
uno
::
RuntimeException
);
// Members and methods for the wildcard search
OUString
maWildcardReversePattern
;
OUString
maWildcardReversePattern2
;
sal_uInt32
mcWildcardEscapeChar
;
bool
mbWildcardAllowSubstring
;
css
::
util
::
SearchResult
SAL_CALL
WildcardSrchFrwrd
(
const
OUString
&
searchStr
,
sal_Int32
startPos
,
sal_Int32
endPos
)
throw
(
css
::
uno
::
RuntimeException
);
css
::
util
::
SearchResult
SAL_CALL
WildcardSrchBkwrd
(
const
OUString
&
searchStr
,
sal_Int32
startPos
,
sal_Int32
endPos
)
throw
(
css
::
uno
::
RuntimeException
);
bool
IsDelimiter
(
const
OUString
&
rStr
,
sal_Int32
nPos
)
const
;
bool
checkCTLStart
,
checkCTLEnd
;
...
...
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