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
ced11176
Kaydet (Commit)
ced11176
authored
Şub 25, 2016
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add optional boolean SearchWildcard to css::util::SearchDescriptor service
Change-Id: Iec1b0d8c0f03074acea2640a6e5d309921f04c59
üst
3a0abd30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
SearchDescriptor.idl
offapi/com/sun/star/util/SearchDescriptor.idl
+22
-0
No files found.
offapi/com/sun/star/util/SearchDescriptor.idl
Dosyayı görüntüle @
ced11176
...
...
@@ -49,6 +49,9 @@ published service SearchDescriptor
[
property
]
boolean
SearchWords
;
/**
If
`
TRUE
`
,
the
search
string
is
evaluated
as
a
regular
expression
.
<
p
>
SearchRegularExpression
,
SearchWildcard
and
SearchSimilarity
are
mutually
exclusive
,
only
one
can
be
`
TRUE
`
at
the
same
time
.
</
p
>
*/
[
property
]
boolean
SearchRegularExpression
;
...
...
@@ -72,6 +75,9 @@ published service SearchDescriptor
<
li
>
SearchSimilarityExchange
</
li
>
</
ul
>
<
p
>
SearchRegularExpression
,
SearchWildcard
and
SearchSimilarity
are
mutually
exclusive
,
only
one
can
be
`
TRUE
`
at
the
same
time
.
</
p
>
*/
[
property
]
boolean
SearchSimilarity
;
...
...
@@ -107,6 +113,22 @@ published service SearchDescriptor
*/
[
property
]
short
SearchSimilarityExchange
;
/**
If
`
TRUE
`
,
the
search
string
is
evaluated
as
a
wildcard
pattern
.
<
p
>
Wildcards
are
'*'
(
asterisk
)
for
any
sequence
of
characters
,
including
an
empty
sequence
,
and
'?'
(
question
mark
)
for
exactly
one
character
.
Escape
character
is
'\'
(
U
+
005
C
REVERSE
SOLIDUS
)
aka
backslash
,
it
escapes
the
special
meaning
of
a
question
mark
,
asterisk
or
escape
character
that
follows
immediately
after
the
escape
character
.
</
p
>
<
p
>
SearchRegularExpression
,
SearchWildcard
and
SearchSimilarity
are
mutually
exclusive
,
only
one
can
be
`
TRUE
`
at
the
same
time
.
</
p
>
@
since
LibreOffice
5.2
*/
[
optional
,
property
]
boolean
SearchWildcard
;
}
;
...
...
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