/aoo4110/main/shell/source/win32/shlxthandler/util/ |
H A D | fileextensions.cxx | 77 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()
|
/aoo4110/main/crashrep/source/unx/ |
H A D | main.cxx | 150 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 …]
|
/aoo4110/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 338 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()
|
/aoo4110/main/vcl/unx/generic/app/ |
H A D | i18n_cb.cxx | 300 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()
|
/aoo4110/main/soltools/mkdepend/ |
H A D | collectdircontent.cxx | 8 if ((posW != string::npos) && ((posW > pos) || (pos == string::npos))) pos = posW; in split_path() 9 if (pos != string::npos) { in split_path()
|
/aoo4110/main/cosv/inc/cosv/ |
H A D | string.hxx | 185 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;
|
H A D | str_types.hxx | 41 npos = position(-1), enumerator
|
/aoo4110/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | registrar.cxx | 413 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 D | registrationcontextinformation.cxx | 256 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()
|
/aoo4110/main/svx/source/dialog/ |
H A D | sendreportunx.cxx | 113 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()
|
/aoo4110/main/l10ntools/source/help/ |
H A D | HelpCompiler.cxx | 276 if(pos != std::string::npos) in trim() 280 if(pos != std::string::npos) in trim() 323 if (index != std::string::npos) in traverse() 362 if (keywordSem != std::string::npos) in traverse()
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | graphite_features.cxx | 66 if (nEquals == std::string::npos) in GrFeatureParser() 76 if (nFeatEnd == std::string::npos) in GrFeatureParser() 111 if (nFeatEnd == std::string::npos) in GrFeatureParser()
|
/aoo4110/main/l10ntools/source/ |
H A D | treeconfig.cxx | 79 …if( pos != string::npos && ( pos + source_root.length() +1 ) < pwd.length()){ // I am within SOUR… in getActiveRepositories() 82 if( nextPart != string::npos ) in getActiveRepositories()
|
/aoo4110/main/shell/source/win32/shlxthandler/ooofilt/ |
H A D | ooofilt.cxx | 1181 while (std::string::npos != idx) in SubstitutePlaceholder() 1376 if ( ( isAdd )&&( DllList.find( DllPath ) == ::std::string::npos ) ) in AddOrRemoveDllsToRegisterList() 1378 else if ( ( !isAdd )&&( DllList.find( DllPath ) != ::std::string::npos ) ) in AddOrRemoveDllsToRegisterList()
|
/aoo4110/main/avmedia/source/gstreamer/ |
H A D | gstplayer.cxx | 783 if( ::std::string( pStructName ).find( "video" ) != ::std::string::npos ) in implHandleNewPadFunc() 792 … if( ( ::std::string( pFieldName ).find( "width" ) != ::std::string::npos ) && in implHandleNewPadFunc() 798 … else if( ( ::std::string( pFieldName ).find( "height" ) != ::std::string::npos ) && in implHandleNewPadFunc()
|
H A D | gstframegrabber.cxx | 138 if( ( ::std::string( pStructName ).find( "pixbuf" ) != ::std::string::npos ) && in busCallback()
|
/aoo4110/main/cosv/source/strings/ |
H A D | string.cxx | 269 return str::position(str::npos); in find() 282 return str::position(str::npos); in find()
|
/aoo4110/main/crashrep/source/win32/ |
H A D | soreport.cpp | 571 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()
|
/aoo4110/main/wizards/com/sun/star/wizards/agenda/ |
H A D | TopicsControl.java | 501 protected void insertControlGroup(int _index, int npos) 503 …ControlRow oControlRow = new ControlRow((AgendaWizardDialog) CurUnoDialog, iCompPosX, npos, _index…
|
/aoo4110/main/setup_native/source/win32/customactions/relnotes/ |
H A D | relnotes.cxx | 162 if( std::wstring::npos == nIndex ) in ShowSurveyAfter()
|
/aoo4110/main/setup_native/source/win32/customactions/languagepacks/ |
H A D | lngpckinsthelper.cxx | 102 if (idx != std::string::npos) in FindProductInstallationPath()
|
/aoo4110/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | dotnetcheck.cxx | 96 if (*index == string::npos) { in getElement()
|
/aoo4110/main/setup_native/source/win32/customactions/rebase/ |
H A D | rebase.cxx | 204 if ( nDelPos != std::string::npos ) in InitExcludeFromRebaseList()
|
/aoo4110/main/shell/source/win32/shlxthandler/propsheets/ |
H A D | propsheets.cxx | 345 while (itor != std::wstring::npos) in InitPropPageSummary()
|
/aoo4110/main/shell/source/win32/shlxthandler/ |
H A D | shlxthdl.cxx | 71 while (std::string::npos != idx) in SubstitutePlaceholder()
|