Home
last modified time | relevance | path

Searched refs:Search (Results 251 – 275 of 480) sorted by relevance

1...<<11121314151617181920

/aoo41x/main/framework/source/uielement/
H A Dgenerictoolbarcontroller.cxx96 xub_StrLen nIndex = aURLPath.Search( '.' ); in getEnumCommand()
/aoo41x/main/automation/source/server/
H A Dstatemnt.cxx1870 class FindShortcutErrors: public Search
1882 : Search( SEARCH_NOOVERLAP | SEARCH_NO_TOPLEVEL_WIN ) in FindShortcutErrors()
1902 xub_StrLen nPos = aText.Search('~'); in IsWinOK()
1916 if ( aShortcuts.Search( aShortcut ) != STRING_NOTFOUND ) in IsWinOK()
1974 if ( bHasAccel && aDoubleShortcuts.Search( aShortcut ) != STRING_NOTFOUND ) in IsWinOK()
4094 else if ( aPrintableMisc.Search(aCh) != STRING_NOTFOUND ) in HandleCommonMethods()
4095 aEvent = KeyEvent(aCh, KeyCode(KEYGROUP_MISC + (sal_uInt16)aPrintableMisc.Search(aCh), 0)); in HandleCommonMethods()
/aoo41x/main/sc/source/ui/dbgui/
H A Dsfiltdlg.cxx334 xub_StrLen nColonPos = theCopyStr.Search( ':' ); in IMPL_LINK()
H A Dcsvgrid.cxx1078 while( (nCharIx = rText.Search( '\t', nCharIx )) != STRING_NOTFOUND ) in ImplDrawCellText()
1091 while( (nCharIx = rText.Search( '\n', nCharIx )) != STRING_NOTFOUND ) in ImplDrawCellText()
/aoo41x/main/cui/source/dialogs/
H A Dhldocntp.cxx218 aTitleName.Erase( aTitleName.Search( (sal_Unicode)'~' ), 1 ); in FillDocumentList()
H A Dhyphen.cxx313 nPos = aTxt.Search( sal_Unicode( HYPH_POS_CHAR ), nStart ); in EraseUnusableHyphens_Impl()
/aoo41x/main/autodoc/source/ary/cpp/
H A Dusedtype.cxx494 return i_node.Search(i_name); in CheckForRelatedCe_inNode()
/aoo41x/main/sc/source/ui/app/
H A Dinputhdl.cxx130 xub_StrLen nColon = aDelimiters.Search(':'); in InitRangeFinder()
133 xub_StrLen nDot = aDelimiters.Search(cSheetSep); in InitRangeFinder()
314 while ( (nPos=rStr.Search('\t')) != STRING_NOTFOUND ) in lcl_RemoveTabs()
322 while ( (nPos=rStr.Search('\n')) != STRING_NOTFOUND ) in lcl_RemoveLineEnd()
/aoo41x/main/sw/source/core/doc/
H A Ddocfld.cxx1849 if( STRING_NOTFOUND != (nPos = sFormel.Search( *pStr )) && in FindUsedDBs()
1856 if( STRING_NOTFOUND != (nEndPos = sFormel.Search('.', nPos)) ) in FindUsedDBs()
2041 while ((nPos = sFormel.Search(sDBName, nPos)) != STRING_NOTFOUND) in ReplaceUsedDBs()
/aoo41x/main/svx/source/items/
H A Dsvxitems.src104 Text [ en-US ] = "Search" ;
/aoo41x/main/basic/source/runtime/
H A Dstep1.cxx48 sal_uInt16 iComma = aStr.Search( ',' ); in StepLOADNC()
/aoo41x/main/sfx2/source/appl/
H A Dsfxpicklist.cxx313 sal_uInt16 nPos=aFilter.Search('|'); in ExecuteEntry()
/aoo41x/main/sw/source/ui/docvw/
H A Dedtwin2.cxx177 xub_StrLen nFound = sTxt.Search(cMarkSeperator); in RequestHelp()
/aoo41x/main/l10ntools/source/
H A Dxrmmerge.cxx418 sal_uInt16 nPos = sTmp.Search( sSearch ); in GetAttribute()
/aoo41x/main/sc/source/core/data/
H A Dcell2.cxx84 DBG_ASSERT( rString.Search('\n') != STRING_NOTFOUND || in ScEditCell()
85 rString.Search(CHAR_CR) != STRING_NOTFOUND, in ScEditCell()
H A Ddpobject.cxx1181 nFuncEnd = rList.Search( static_cast<sal_Unicode>(']'), nStartPos ); in lcl_ParseFunction()
1263 xub_StrLen nClosePos = rList.Search( static_cast<sal_Unicode>(']'), nStartPos ); in lcl_IsAtStart()
1267 xub_StrLen nSemiPos = rList.Search( static_cast<sal_Unicode>(';'), nStartPos ); in lcl_IsAtStart()
H A Ddpdimsave.cxx261 if ( rVisible.Search( &aSearch, nCollIndex ) ) in HasOnlyHidden()
/aoo41x/main/sc/source/ui/navipi/
H A Dcontent.cxx1102 while ( (nAt = aText.Search( '\n' )) != STRING_NOTFOUND ) in lcl_NoteString()
1527 xub_StrLen nPos = aDocName.Search('#'); in LoadFile()
/aoo41x/main/svl/source/numbers/
H A Dzforlist.cxx3345 if ( aSymbol.Search( '-' ) != STRING_NOTFOUND || in GetNewCurrencySymbolString()
3346 aSymbol.Search( ']' ) != STRING_NOTFOUND ) in GetNewCurrencySymbolString()
3896 if ( aSymbol.Search( '-' ) != STRING_NOTFOUND || aSymbol.Search( ']' ) != STRING_NOTFOUND ) in BuildSymbolString()
/aoo41x/main/svx/source/dialog/
H A Dsimptabl.cxx251 xub_StrLen nEnd = rText.Search( sal_Unicode( '\t' ) ); in InsertHeaderEntry()
/aoo41x/main/sd/source/ui/view/
H A Ddrawview.cxx218 xub_StrLen nPos = aComment.Search( (sal_Unicode)'$' ); in SetAttributes()
/aoo41x/main/sd/source/filter/html/
H A Dhtmlex.cxx487 xub_StrLen nPos = aTmp.Search( '%' ); in InitExportParameters()
723 sal_uInt16 nSepPos = maDocFileName.Search( sal_Unicode('.') ); in ExportHtml()
2192 int nDot = mDocTitle.Search( '.' ); in getDocumentTitle()
/aoo41x/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx330 xub_StrLen fieldEndPos = aTxt.Search(CH_TXT_ATR_FIELDEND, nStartPos); in SearchNext()
331 xub_StrLen fieldStartPos = aTxt.Search(CH_TXT_ATR_FIELDSTART, nStartPos); in SearchNext()
332 xub_StrLen formElementPos = aTxt.Search(CH_TXT_ATR_FORMELEMENT, nStartPos); in SearchNext()
/aoo41x/main/sc/source/ui/namedlg/
H A Dnamedlg.cxx572 xub_StrLen sheetNamePos = rangeName.Search('('); in IMPL_LINK()
/aoo41x/main/dbaccess/source/ui/dlg/
H A Ddlgsave.cxx297 if(m_pImpl->m_aName.Search('.') != STRING_NOTFOUND) in OSaveAsDlg()

Completed in 325 milliseconds

1...<<11121314151617181920