Home
last modified time | relevance | path

Searched refs:search (Results 1 – 25 of 198) sorted by relevance

12345678

/trunk/main/offapi/com/sun/star/i18n/
H A DTransliterationModules.idl77 /// Ignore Japanese traditional Kanji character in Japanese fuzzy search
81 /// Ignore dash or minus sign in Japanese fuzzy search
83 /// Ignore Hiragana and Katakana iteration mark in Japanese fuzzy search
85 /// Ignore separator punctuations in Japanese fuzzy search
87 /// Ignore Katakana and Hiragana Zi/Zi and Zu/Zu in Japanese fuzzy search
89 /// Ignore Katakana and Hiragana Ba/Gua and Ha/Fa in Japanese fuzzy search
93 /// Ignore Katakana and Hiragana Hyu/Fyu and Byu/Gyu in Japanese fuzzy search
95 /// Ignore Katakana and Hiragana Se/Sye and Ze/Je in Japanese fuzzy search
101 /// Ignore Japanese normal and small sized character in Japanese fuzzy search
103 /// Ignore Japanese prolonged sound mark in Japanese fuzzy search
[all …]
H A DTransliterationModulesNew.idl56 /// Ignore Japanese traditional Kanji characters in Japanese fuzzy search
60 /// Ignore dash or minus sign in Japanese fuzzy search
62 /// Ignore Hiragana and Katakana iteration mark in Japanese fuzzy search
64 /// Ignore separator punctuations in Japanese fuzzy search
66 /// Ignore Katakana and Hiragana Zi/Zi and Zu/Zu in Japanese fuzzy search
68 /// Ignore Katakana and Hiragana Ba/Gua and Ha/Fa in Japanese fuzzy search
72 /// Ignore Katakana and Hiragana Hyu/Fyu and Byu/Gyu in Japanese fuzzy search
74 /// Ignore Katakana and Hiragana Se/Sye and Ze/Je in Japanese fuzzy search
80 /// Ignore Japanese normal and small sized character in Japanese fuzzy search
82 /// Ignore Japanese prolonged sound mark in Japanese fuzzy search
[all …]
/trunk/main/offapi/com/sun/star/util/
H A DSearchDescriptor.idl41 /** describes what and how to search within a container.
50 /** If <TRUE/>, the search is done backwards in the document.
65 /** If <TRUE/>, the search string is evaluated as a regular expression.
71 the name of the search pattern is applied.
76 /** If <TRUE/>, a "similarity search" is performed.
78 <p>In the case of a similarity search, the following properties
97 <p>In the case of a relaxed similarity search, the following
114 ignored to match the search pattern.
120 added to match the search pattern.
126 be replaced to match the search pattern.
H A DSearchFlags.idl34 /// Flags for search methods
48 /** Flag for normal (Boyer-Moore) search / Search for word only. */
51 /** Flag for "regular expression" search / Interpret as extended
58 /** Flag for "regular expression" search / No register information
66 /** Flag for "regular expression" search / Special new line
98 /** Flag for "Weighted Levenshtein Distance" search / Relaxed
101 <p> If not specified (<b>strict</b>), the search is successful if
108 insertions=2 and allowed replacements=2, the search fails if 2
116 <p> If specified (<b>relaxed</b>), the search is also successful
124 insertions=2 and allowed replacements=2, the search succeeds if
H A DSearchOptions.idl40 /** search type */
56 /** The locale for case insensitive search. */
60 the found word and the search pattern in a "Weighted Levenshtein
61 Distance" search. */
65 "Weighted Levenshtein Distance" search. */
69 "Weighted Levenshtein Distance" search. */
H A DXTextSearch.idl39 /** enables an object to search in its content.
44 /** set the options for the forward or backward search.
49 /** search forward in the searchStr, starts at startPos and ends by endPos.
55 /** search backward in the searchStr, starts at startPos and ends by endPos.
H A DXSearchable.idl50 set all "search for" to bold using findFirst()/findNext():
54 xSearchDescr.SearchString = "search for"
69 specify a search in this container.@see SearchDescriptor
93 represents a position within the component at which the search continues.
H A DXReplaceable.idl50 'replace all bold words "search for" by "look for"
52 xReplaceDescr.SearchString = "search for"
61 specify a search in this container.@see SearchDescriptor
/trunk/main/offapi/com/sun/star/text/
H A DTextSortDescriptor.idl64 /** contains the row or column index used in the first search key.
71 /** determines if the sorting in the first search key is done
79 /** determines if the sorting in the first search key is done
87 /** contains the row or column index used in the second search key.
94 /** determines if the sorting in the second search key is done
102 /** determines if the sorting in the second search key is done
110 /** contains the row or column index used in the third search key.
117 /** determines if the sorting in the third search key is done
125 /** determines if the sorting in the third search key is done
/trunk/main/offapi/com/sun/star/frame/
H A DFrameSearchFlag.idl32 /** these types describe the algorithm to be used to search a frame
60 /** allows search on the parent frames
88 Normally it's interpreted as search on the direct childs of the parent
96 /** allow the search outside the current sub task tree of the whole possible frame tree
99 If this flag isn't present, any search from bottom to top has to stop, if a top frame
100 will be reached. It doesn't influence a search from top to bottom.
101 But it can be used at the root of the frame tree to search on direct childrens of it only.
104 a deeper search so.
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpSearch.java43 import org.apache.lucene.search.TopDocs;
44 import org.apache.lucene.search.IndexSearcher;
45 import org.apache.lucene.search.Query;
46 import org.apache.lucene.search.Searcher;
47 import org.apache.lucene.search.ScoreDoc;
48 import org.apache.lucene.search.TermQuery;
49 import org.apache.lucene.search.WildcardQuery;
275 TopDocs aHits = searcher.search( aQuery, 100 ); in queryImpl()
/trunk/main/testgraphical/source/
H A Dstringhelper.pm47 my $search = shift;
48 if ( $string =~ /${search}$/ )
57 my $search = shift;
58 if ( $string =~ /^${search}/ )
/trunk/main/offapi/com/sun/star/sdbc/
H A DColumnSearch.idl29 /** indicates in which way a column can be used in the WHERE search.
43 search clauses are not supported
57 search clause that can
73 search clauses
91 search clauses can be
H A DXClob.idl161 . The search begins at position
165 the string to search
184 object. The search begins at position
188 the CLOB to search
H A DXBlob.idl199 search for
205 the pattern to search
225 begins. The search begins at position
229 the pattern to search
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DProductDescription.java41 public Pattern search; field in ProductDescription.Pair
45 search = key; in Pair()
83 if ( pair.search.pattern().equals(match) ) { in setNewMacro()
100 System.out.println("Key: " + pair.search.pattern() + " Value: " + pair.replacement ); in dumpMacros()
133 Pattern pattern = pair.search; in replaceMacros()
/trunk/main/offapi/com/sun/star/ucb/
H A DSearchInfo.idl40 /** information needed to (recursively) search an object.
45 /** the search criteria.
55 /** whether to include the object itself in the search or only (some of)
75 /** whether to follow indirections (link objects) and search through their
H A DXPropertyMatcherFactory.idl43 /** Creates an <type>XPropertyMatcher</type>, given a set of search criteria.
51 The set of search criteria the returned XPropertyMatcher will use.
54 An XPropertyMatcher with the given search criteria.
H A DSearchCommandArgument.idl43 /** The argument for the command "search".
50 /** the search criteria.
56 <type>ContentResultSet</type> returned by the search command.
/trunk/main/solenv/bin/modules/installer/
H A Dziplist.pm155 my ($fileref, $search, $inheritance) = @_;
169 if ( $line =~ /^\s*\Q$search\E\s*$inh$/i ) # case insensitive
197 if (( ! $searchexists ) && ( $search ne $installer::globals::globalblock ))
199 if ($search eq $installer::globals::product )
203 elsif ($search eq $installer::globals::compiler )
209 …installer::exiter::exit_program("ERROR: Unknown value for $search in getproductblock()", "getprodu…
/trunk/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx1384 for ( OrderedPropertyMap::const_iterator search = m_aProperties.begin(); in hasPropertyByName() local
1385 search != m_aProperties.end(); in hasPropertyByName()
1386 ++search in hasPropertyByName()
1388 if ( search->second.Name == _rName ) in hasPropertyByName()
1568 OrderedPropertyMap::const_iterator search = m_aProperties.begin(); in impl_findObjectProperty_nothrow() local
1569 for ( ; search != m_aProperties.end(); ++search ) in impl_findObjectProperty_nothrow()
1570 if ( search->second.Name == _rName ) in impl_findObjectProperty_nothrow()
1573 *_pProperty = search; in impl_findObjectProperty_nothrow()
1574 return ( search != m_aProperties.end() ); in impl_findObjectProperty_nothrow()
/trunk/main/i18npool/
H A DLibrary_i18nsearch.mk30 $(eval $(call gb_Library_set_componentfile,i18nsearch,i18npool/source/search/i18nsearch))
62 i18npool/source/search/levdis \
63 i18npool/source/search/textsearch \
/trunk/main/libxslt/
H A Dlibxslt-win_manifest.patch15 } else if (s.search(/\@WITH_MODULES\@/) != -1) {
17 + } else if (s.search(/\@WITH_PROFILER\@/) != -1) {
19 } else if (s.search(/\@LIBXSLT_DEFAULT_PLUGINS_PATH\@/) != -1) {
/trunk/main/sc/source/ui/src/
H A Dscfuncs.src120 Text [ en-US ] = "Defines the cell range containing the search criteria." ;
160 Text [ en-US ] = "Defines the cell range containing the search criteria." ;
200 Text [ en-US ] = "Defines the cell range containing the search criteria." ;
240 Text [ en-US ] = "Defines the cell range containing the search criteria." ;
280 Text [ en-US ] = "Defines the cell range containing the search criteria." ;
320 Text [ en-US ] = "Defines the cell range containing the search criteria." ;
7760 Text [ en-US ] = "Vertical search and reference to indicated cells." ;
7912 Text [ en-US ] = "The vector (row or column) in which to search." ;
7952 Text [ en-US ] = "The array (range) in which the search is made." ;
8464 Text [ en-US ] = "The text in which a search is to be made." ;
[all …]
/trunk/main/cui/source/dialogs/
H A Dfmsearch.src78 Text [ en-US ] = "Where to search" ;
317 Message [ en-US ] = "An unknown error occurred. The search could not be finished." ;
322 Text [ en-US ] = "Overflow, search continued at the beginning" ;
327 Text [ en-US ] = "Overflow, search continued at the end" ;

Completed in 95 milliseconds

12345678