Home
last modified time | relevance | path

Searched refs:npos (Results 1 – 25 of 29) sorted by last modified time

12

/trunk/main/crashrep/source/unx/
H A Dmain.cxx150 for( pos = 0; (pos = temp.find( '&', pos )) != string::npos; pos += 4 ) in xml_encode()
153 for( pos = 0; (pos = temp.find( '<', pos )) != string::npos; pos += 4 ) in xml_encode()
590 assert( pos != string::npos ); in setup_program_dir()
715 if ( iEqualSign != string::npos ) in get_script_string()
720 string value = line.substr( iEqualSign + 1, string::npos ); in get_script_string()
729 if ( iQuotes != string::npos ) in get_script_string()
766 if ( string::npos != end ) in get_profile_string()
774 if ( iEqualSign != string::npos ) in get_profile_string()
779 string value = line.substr( iEqualSign + 1, string::npos ); in get_profile_string()
1001 if ( string::npos != iSpace ) in setup_version()
[all …]
/trunk/main/autodoc/source/cosv/strings/
H A Dstring.cxx269 return str::position(str::npos); in find()
282 return str::position(str::npos); in find()
/trunk/main/autodoc/inc/cosv/
H A Dstr_types.hxx41 npos = position(-1), enumerator
H A Dstring.hxx185 position_type i_nSearchStartPosition = str::npos ) const;
188 position_type i_nSearchStartPosition = str::npos ) const;
199 position_type i_nSearchStartPosition = str::npos ) const;
202 position_type i_nSearchStartPosition = str::npos ) const;
/trunk/main/shell/source/win32/shlxthandler/
H A Dshlxthdl.cxx71 while (std::string::npos != idx) in SubstitutePlaceholder()
/trunk/main/l10ntools/source/help/
H A DHelpCompiler.cxx275 if(pos != std::string::npos) in trim()
279 if(pos != std::string::npos) in trim()
322 if (index != std::string::npos) in traverse()
361 if (keywordSem != std::string::npos) in traverse()
H A DHelpLinker.cxx514 if (index != std::string::npos) in link()
/trunk/main/shell/source/win32/shlxthandler/util/
H A Dfileextensions.cxx77 if (std::string::npos != idx++) in get_file_name_extension()
99 if (std::string::npos != WRITER_FILE_EXTENSIONS.find(fext)) in get_file_type()
101 else if (std::string::npos != CALC_FILE_EXTENSIONS.find(fext)) in get_file_type()
103 else if (std::string::npos != DRAW_FILE_EXTENSIONS.find(fext)) in get_file_type()
105 else if (std::string::npos != IMPRESS_FILE_EXTENSIONS.find(fext)) in get_file_type()
107 else if (std::string::npos != MATH_FILE_EXTENSIONS.find(fext)) in get_file_type()
109 else if (std::string::npos != WEB_FILE_EXTENSIONS.find(fext)) in get_file_type()
111 else if (std::string::npos != DATABASE_FILE_EXTENSIONS.find(fext)) in get_file_type()
/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx1182 while (std::string::npos != idx) in SubstitutePlaceholder()
1378 if ( ( isAdd )&&( DllList.find( DllPath ) == ::std::string::npos ) ) in AddOrRemoveDllsToRegisterList()
1380 else if ( ( !isAdd )&&( DllList.find( DllPath ) != ::std::string::npos ) ) in AddOrRemoveDllsToRegisterList()
/trunk/main/shell/source/win32/shlxthandler/propsheets/
H A Dpropsheets.cxx345 while (itor != std::wstring::npos) in InitPropPageSummary()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp571 for( pos = 0; (pos = temp.find( '&', pos )) != string::npos; pos += 4 ) in xml_encode()
574 for( pos = 0; (pos = temp.find( '<', pos )) != string::npos; pos += 4 ) in xml_encode()
577 for( pos = 0; (pos = temp.find( '>', pos )) != string::npos; pos += 4 ) in xml_encode()
631 if ( string::npos != pos ) in GetFileDirectory()
646 if ( string::npos != pos ) in GetFileName()
2278 if ( iEqualSign != string::npos ) in get_script_string()
2292 if ( iQuotes != string::npos ) in get_script_string()
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx338 if ( f != std::_tstring::npos ) in strip()
340 } while ( f != std::_tstring::npos ); in strip()
414 if ( std::_tstring::npos != end ) in getProfileString()
422 if ( iEqualSign != std::_tstring::npos ) in getProfileString()
469 if ( std::_tstring::npos != end ) in getProfileSections()
508 if ( std::_tstring::npos != end ) in getProfileKeys()
516 if ( iEqualSign != std::_tstring::npos ) in getProfileKeys()
/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx102 if (idx != std::string::npos) in FindProductInstallationPath()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DControlScroller.java499 protected abstract void insertControlGroup(int _index, int npos); in insertControlGroup() argument
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java501 protected void insertControlGroup(int _index, int npos)
503 …ControlRow oControlRow = new ControlRow((AgendaWizardDialog) CurUnoDialog, iCompPosX, npos, _index…
/trunk/main/vcl/unx/generic/app/
H A Di18n_cb.cxx300 for (int npos = 0; npos < nlength; npos++) in Preedit_FeedbackToSAL() local
303 nfeedback = pfeedback[npos]; in Preedit_FeedbackToSAL()
335 psalattr[npos] = nval; in Preedit_FeedbackToSAL()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_features.cxx66 if (nEquals == std::string::npos) in GrFeatureParser()
76 if (nFeatEnd == std::string::npos) in GrFeatureParser()
111 if (nFeatEnd == std::string::npos) in GrFeatureParser()
/trunk/main/svx/source/dialog/
H A Dsendreportunx.cxx113 if ( string::npos != end ) in get_profile_string()
121 if ( iEqualSign != string::npos ) in get_profile_string()
126 string value = line.substr( iEqualSign + 1, string::npos ); in get_profile_string()
/trunk/main/soltools/mkdepend/
H A Dcollectdircontent.cxx8 if ((posW != string::npos) && ((posW > pos) || (pos == string::npos))) pos = posW; in split_path()
9 if (pos != string::npos) { in split_path()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Ddotnetcheck.cxx96 if (*index == string::npos) { in getElement()
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrar.cxx413 if (std::wstring::npos == CmdLine.find(m_ContextInformation.GetOpenOfficeExecutableName())) in RegisterAsDefaultHtmlEditorForInternetExplorer()
454 if (std::wstring::npos != CmdLine.find(m_ContextInformation.GetOpenOfficeExecutableName())) in UnregisterAsDefaultHtmlEditorForInternetExplorer()
511 if (std::wstring::npos == CmdLine.find(m_ContextInformation.GetOpenOfficeExecutableName())) in RegisterAsDefaultShellHtmlEditor()
552 if (std::wstring::npos != CmdLine.find(m_ContextInformation.GetOpenOfficeExecutableName())) in UnregisterAsDefaultShellHtmlEditor()
779 return (std::wstring::npos != DocumentExtensionDefValue.find(FORWARD_KEY_PREFIX)); in IsOpenOfficeRegisteredForMsApplication()
H A Dregistrationcontextinformation.cxx256 if(std::wstring::npos != idx) in ShellNewCommandDisplayName()
275 if(std::wstring::npos != idx) in ShellEditCommandDisplayName()
368 assert(idx != std::wstring::npos); // assert valid path in ExtractOpenOfficeExecNameFromPath()
/trunk/main/setup_native/source/win32/customactions/relnotes/
H A Drelnotes.cxx162 if( std::wstring::npos == nIndex ) in ShowSurveyAfter()
/trunk/main/setup_native/source/win32/customactions/rebase/
H A Drebase.cxx204 if ( nDelPos != std::string::npos ) in InitExcludeFromRebaseList()
/trunk/main/sal/qa/osl/process/
H A Dosl_process.cxx289 if (std::string::npos != pos_equal_sign) in env_var_name()

Completed in 164 milliseconds

12