Searched refs:SearchString (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/wizards/com/sun/star/wizards/common/ |
H A D | JavaTools.java | 234 public static int FieldInList(String[] SearchList, String SearchString) in FieldInList() argument 240 if (SearchList[i].compareTo(SearchString) == 0) in FieldInList() 249 public static int FieldInList(String[] SearchList, String SearchString, int StartIndex) in FieldInList() argument 257 if (SearchList[i].compareTo(SearchString) == 0) in FieldInList() 267 public static int FieldInTable(String[][] SearchList, String SearchString) in FieldInTable() argument 278 if (SearchList[i][0].compareTo(SearchString) == 0) in FieldInTable()
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | FieldSelection.java | 609 String SearchString; in deselectFields() local 628 SearchString = AllFieldNames[i]; in deselectFields() 629 if (JavaTools.FieldInList(SelList, SearchString) != -1) in deselectFields() 631 NewSourceVector.addElement(SearchString); in deselectFields() 633 else if (JavaTools.FieldInList(OldSelFieldItems, SearchString) != -1) in deselectFields() 635 NewSourceVector.addElement(SearchString); in deselectFields()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbahelper.cxx | 566 …:FieldInList( const uno::Sequence< rtl::OUString >& SearchList, const rtl::OUString& SearchString ) in FieldInList() argument 575 if ( SearchList[i].equals( SearchString ) ) in FieldInList()
|
/aoo42x/main/offapi/com/sun/star/util/ |
H A D | XReplaceable.idl | 52 xReplaceDescr.SearchString = "search for"
|
H A D | XSearchable.idl | 54 xSearchDescr.SearchString = "search for"
|
/aoo42x/main/sfx2/sdi/ |
H A D | sfxitems.sdi | 87 String SearchString MID_SEARCH_SEARCHSTRING;
|
H A D | sfx.sdi | 3008 (SfxStringItem SearchString SID_INTERNET_SEARCH)
|
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbahelper.cxx | 742 …:FieldInList( const uno::Sequence< rtl::OUString >& SearchList, const rtl::OUString& SearchString ) in FieldInList() argument 751 if ( SearchList[i].equals( SearchString ) ) in FieldInList()
|
/aoo42x/main/starmath/sdi/ |
H A D | smitems.sdi | 424 String SearchString MID_SEARCH_STRING;
|
/aoo42x/main/vbahelper/inc/vbahelper/ |
H A D | vbahelper.hxx | 255 …InList( const css::uno::Sequence< rtl::OUString >& SearchList, const rtl::OUString& SearchString );
|
/aoo42x/main/sc/sdi/ |
H A D | scalc.sdi | 5261 (SfxStringItem SearchString FID_REPLACE,SfxStringItem ReplaceString FN_PARAM_1) 5286 (SfxStringItem SearchString FID_REPLACE_ALL,SfxStringItem ReplaceString FN_PARAM_1) 5490 (SfxStringItem SearchString FID_SEARCH) 5515 (SfxStringItem SearchString FID_SEARCH_ALL)
|
Completed in 60 milliseconds