Home
last modified time | relevance | path

Searched refs:Search (Results 176 – 200 of 480) sorted by relevance

12345678910>>...20

/aoo41x/main/cui/source/dialogs/
H A Dsvuidlg.src364 Text [ en-US ] = "~Search..." ;
502 Text [ en-US ] = "~Search..." ;
/aoo41x/main/tools/inc/bootstrp/
H A Dmkcreate.hxx279 SourceDirectory *Search(
/aoo41x/main/sw/source/ui/utlui/
H A Dtextcontrolcombo.cxx64 xub_StrLen nReplPos = aTxtBefore.Search( aReplStr ); in Arrange()
/aoo41x/main/xmlhelp/source/cxxhelp/inc/qe/
H A DQuery.hxx36 class Search;
/aoo41x/main/soldep/bootstrp/
H A Dprj.cxx118 if ( (aTmpStr.Search( "#" ) == 0) ) in GetNextLine()
159 if ( aTmpStr.Search( "#" ) == 0 ) in GetCleanedNextLine()
1717 if ( sToken.Search( "#" ) == 0 ) in InsertTokenLine()
1842 if (aItem.Search(":") != STRING_NOTFOUND) in InsertTokenLine()
/aoo41x/main/formula/source/ui/dlg/
H A Dformula.cxx517 const xub_StrLen n1=aFormString.Search(sep, nTokPos); in GetFunctionPos()
518 const xub_StrLen n2=aFormString.Search(')',nTokPos); in GetFunctionPos()
532 const xub_StrLen n3 = aFormString.Search(a2String,nXXX); in GetFunctionPos()
1419 xub_StrLen nPos1=aString.Search('(',nPos); in IMPL_LINK()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit2.cxx484 sal_uInt16 nMax = aOldTextAfterStartPos.Search( CH_FEATURE ); in Command()
2801 sal_uInt32 nEnd = aText.Search( LINE_SEP, static_cast<xub_StrLen>(nStart) ); in ImpInsertText()
2821 if ( aLine.Search( '\t' ) == STRING_NOTFOUND ) in ImpInsertText()
2828 sal_uInt32 nEnd2 = aLine.Search( '\t', static_cast<xub_StrLen>(nStart2) ); in ImpInsertText()
2873 …DBG_ASSERT( rStr.Search( 0x0A ) == STRING_NOTFOUND, "FastInsertText: Zeilentrenner nicht erlaubt!"… in ImpFastInsertText()
2874 …DBG_ASSERT( rStr.Search( 0x0D ) == STRING_NOTFOUND, "FastInsertText: Zeilentrenner nicht erlaubt!"… in ImpFastInsertText()
2875 DBG_ASSERT( rStr.Search( '\t' ) == STRING_NOTFOUND, "FastInsertText: Features nicht erlaubt!" ); in ImpFastInsertText()
3547 sal_uInt16 nMatchChar = aGroupChars.Search( pNode->GetChar( nPos ) ); in MatchGroup()
/aoo41x/main/autodoc/source/ary/loc/
H A Dloca_le.cxx74 id = Storage().RootIndex().Search(p_new->LocalName()); in CheckIn_Root()
/aoo41x/main/svtools/source/svhtml/
H A Dparhtml.cxx229 xub_StrLen nEnd = aValue.Search( (sal_Unicode)',', nPos ); in GetNumbers()
1979 xub_StrLen nStart = sCmp.Search( '<' ); in IsHTMLFormat()
2012 nStart = sCmp.Search( OOO_STRING_SVTOOLS_HTML_html ); in IsHTMLFormat()
/aoo41x/main/sfx2/source/appl/
H A Dnewhelp.hrc38 // Search TabPage
/aoo41x/main/sc/source/core/tool/
H A Dunitconv.cxx165 if ( Search( &aSearch, nIndex ) ) in GetValue()
/aoo41x/main/sd/source/ui/app/
H A Dsdstring.src27 Text [ en-US ] = "Search key not found.";
/aoo41x/main/basic/source/runtime/
H A Dmethods.cxx1019 nPos = rStr1.Search( rToken, nStartPos-1 ); in RTLFUNC()
1033 nPos = aStr1.Search( aToken, nStartPos-1 ); in RTLFUNC()
1438 nPos = aSrcStr.Search( aFindStr, nPos ); in RTLFUNC()
3434 sal_uInt16 iFoundPos = aCmdLine.Search( c, i + 1 ); in RTLFUNC()
3450 sal_uInt16 iFoundSpacePos = aCmdLine.Search( ' ', i ); in RTLFUNC()
3451 sal_uInt16 iFoundTabPos = aCmdLine.Search( '\t', i ); in RTLFUNC()
/aoo41x/main/linguistic/source/
H A Ddlistimp.cxx346 xub_StrLen nPos = aURL.Search('.'); in SearchForDictionaries()
834 if (STRING_NOTFOUND != rDelim.Search( rText.GetChar(i) )) in lcl_GetToken()
H A Ddicimp.cxx82 xub_StrLen nPos = rLine.Search( pTagName ); in getTag()
144 if (aLine.Search ("---") != STRING_NOTFOUND) // end of header in ReadDicVersion()
/aoo41x/main/sc/source/core/data/
H A Ddocumen5.cxx706 return pColl->Search( &aData, nDummy ); in lcl_StringInCollection()
738 if ( pChartListenerCollection->Search( &aCLSearcher, nIndex ) ) in UpdateChartListenerCollection()
/aoo41x/main/cui/source/options/
H A Doptinet2.src261 Text [ en-US ] = "Search" ;
269 Text [ en-US ] = "Search in" ;
/aoo41x/main/vcl/source/app/
H A Di18nhelp.cxx165 sal_uInt16 n = rString.Search( '~' ); in MatchMnemonic()
/aoo41x/main/sfx2/source/dialog/
H A Dsrchdlg.src47 Text [ en-US ] = "~Search for";
/aoo41x/main/sfx2/source/menu/
H A Dthessubmenu.cxx130 const xub_StrLen nPos = aIsoLang.Search( '-' ); in GetLocale()
/aoo41x/main/extensions/source/abpilot/
H A Dabpfinalpage.cxx121 xub_StrLen nPos = sName.Search(String(aURL.GetExtension())); in setFields()
/aoo41x/main/sc/inc/
H A Dcollect.hxx100 sal_Bool Search(ScDataObject* pScDataObject, sal_uInt16& rIndex) const;
/aoo41x/main/sw/source/core/doc/
H A Ddocsort.cxx243 if( STRING_NOTFOUND != ( nStart = rStr.Search( nDeli, nStart ) ) ) in GetKey()
250 xub_StrLen nEnd = rStr.Search( nDeli, nStart+1 ); in GetKey()
/aoo41x/main/sfx2/source/doc/
H A Dobjcont.cxx825 nIdx = aStr.Search(cDelim, nStart); in Print()
832 nIdx = aStr.Search(cDelim, nIdx+1); in Print()
/aoo41x/main/tools/inc/tools/
H A Dgeninfo.hxx198 GenericInformation *Search( sal_uIntPtr &rPos, ByteString sKey,

Completed in 189 milliseconds

12345678910>>...20