/aoo4110/main/vcl/unx/gtk/a11y/ |
H A D | atktextattributes.cxx | 438 if( strncmp( value, STRNCMP_PARAM( "normal" ) ) ) in Style2FontSlant() 442 else if( strncmp( value, STRNCMP_PARAM( "italic" ) ) ) in Style2FontSlant() 517 if( strncmp( value, STRNCMP_PARAM( "left" ) ) ) in Justification2Adjust() 519 else if( strncmp( value, STRNCMP_PARAM( "right" ) ) ) in Justification2Adjust() 521 else if( strncmp( value, STRNCMP_PARAM( "fill" ) ) ) in Justification2Adjust() 523 else if( strncmp( value, STRNCMP_PARAM( "center" ) ) ) in Justification2Adjust() 609 if( strncmp( value, STRNCMP_PARAM( "none" ) ) ) in String2Underline() 611 else if( strncmp( value, STRNCMP_PARAM( "single" ) ) ) in String2Underline() 697 if( strncmp( value, STRNCMP_PARAM( "true" ) ) ) in String2Bool() 699 else if( strncmp( value, STRNCMP_PARAM( "false" ) ) ) in String2Bool() [all …]
|
/aoo4110/main/setup_native/source/win32/customactions/reg4allmsdoc/ |
H A D | reg4allmsi.cxx | 111 if ( strncmp( szBuffer, "WordPad.Document.1", 18 ) == 0 ) in CheckExtensionInRegistry() 115 else if ( strncmp( szBuffer, "OpenOffice.org.", 15 ) == 0 ) in CheckExtensionInRegistry() 119 else if ( strncmp( szBuffer, "OpenOffice.", 11 ) == 0 ) in CheckExtensionInRegistry() 123 else if ( strncmp( szBuffer, "ooostub.", 8 ) == 0 ) in CheckExtensionInRegistry() 142 if ( strncmp( szBuffer, "WordPad.exe", 11 ) == 0 ) in CheckExtensionInRegistry() 242 if ( strncmp( szBuffer, "opendocument.", 13 ) == 0 ) in RemoveExtensionInRegistry()
|
/aoo4110/main/autodoc/source/display/idl/ |
H A D | hi_ary.cxx | 61 if ( strncmp(io_TextPtr,"::", 2) == 0 ) in nextName() 131 if ( strncmp(i_sText, "::", 2) == 0 in Search_Ce() 132 OR strncmp(i_sText, "com::sun::star", 14) == 0 ) in Search_Ce() 200 if ( strncmp(i_scope, "::", 2) == 0 in Search_CesModule() 201 OR strncmp(i_scope, "com::sun::star", 14) == 0 ) in Search_CesModule()
|
H A D | hi_env.cxx | 143 return strncmp(i_link,shttp,csize) == 0 in IsAbsoluteLink() 144 OR strncmp(i_link,sfile,csize) == 0; in IsAbsoluteLink()
|
H A D | hfi_typetext.cxx | 125 if ( strncmp(i_sFullName,"http://", 7) == 0 ) in Produce_byData() 658 return ( strncmp( rCmdLine.ExternNamespace().c_str(), in is_ExternLink()
|
/aoo4110/main/extensions/workben/ |
H A D | pythontest.cxx | 203 else if( ! strncmp( pcLine , "sbp" , 3 ) ){ in cmdLine() 209 else if( ! strncmp( pcLine , "rbp" , 3 ) ){ in cmdLine() 215 else if( ! strncmp( pcLine , "dv " , 3 ) ) { in cmdLine() 227 else if( ! strncmp( pcLine , "sv " , 3 ) ) { in cmdLine() 238 else if( ! strncmp( pcLine , "ci" ,2 ) ) { in cmdLine() 293 else if( ! strncmp( pcLine , "idv" , 3) ) { in cmdLine()
|
/aoo4110/main/cosv/source/service/ |
H A D | commandline.cxx | 60 return strncmp(i_option, sIncludeOptionShort, nIncludeOptionShort_Length) == 0 in IsIncludeOption() 62 strncmp(i_option, sIncludeOptionLong, nIncludeOptionLong_Length) == 0; in IsIncludeOption() 68 if ( strncmp(i_option, sIncludeOptionShort, nIncludeOptionShort_Length) in IncludeFile_fromIncludeOption() 74 if ( strncmp(i_option, sIncludeOptionLong, nIncludeOptionLong_Length) in IncludeFile_fromIncludeOption()
|
/aoo4110/main/xml2cmp/source/support/ |
H A D | syshelp.cxx | 274 && strncmp(aEntry.name, "wnt", 3) != 0 in GatherSubDirectories() 275 && strncmp(aEntry.name, "unx", 3) != 0 ) in GatherSubDirectories() 297 && strncmp(pEntry->d_name, "wnt", 3) != 0 in GatherSubDirectories() 298 && strncmp(pEntry->d_name, "unx", 3) != 0 ) in GatherSubDirectories()
|
/aoo4110/main/sal/osl/unx/ |
H A D | file_volume.cxx | 572 if (strncmp(pDeviceName, pFloppyDevice[i], strlen(pFloppyDevice[i])) == 0) in osl_isAFloppyDevice() 583 return strncmp(pParentDir, pSubDir, strlen(pParentDir)) == 0; in osl_isAParentDirectory() 681 … if ( 0 == strncmp( pHandle->pszDevice, aMountEnt.mnt_special, strlen(pHandle->pszDevice) ) ) in osl_mountFloppy() 741 … if ( 0 == strncmp( pHandle->pszDevice, aMountEnt.mnt_special, strlen(pHandle->pszDevice) ) ) in osl_unmountFloppy() 1043 if ( strncmp(pMountEnt->mnt_dir, pszPath, strlen(pMountEnt->mnt_dir)) == 0 in osl_getFloppyMountEntry() 1044 && strncmp(pMountEnt->mnt_fsname, "/dev/fd", strlen("/dev/fd")) == 0) in osl_getFloppyMountEntry()
|
/aoo4110/main/shell/source/backends/gconfbe/ |
H A D | gconfaccess.cxx | 144 if (strncmp (p, "XDG_", 4) != 0) in xdg_user_dir_lookup() 147 if (strncmp (p, type, strlen (type)) != 0) in xdg_user_dir_lookup() 150 if (strncmp (p, "_DIR", 4) != 0) in xdg_user_dir_lookup() 169 if (strncmp (p, "$HOME/", 6) == 0) in xdg_user_dir_lookup()
|
/aoo4110/main/soltools/cpp/ |
H A D | _tokens.c | 244 || strncmp((char *) tp1->t, (char *) tp2->t, tp1->len) != 0) in comparetokens() 425 if( (tp->type == NAME) && (strncmp( (char*)p, "delete", len ) == 0) ) in puttokens() 462 if( (tp->wslen == 0) && (strncmp( (char*)p, "extern", len ) == 0) ) in puttokens() 479 if( (tp->type == NAME) && (strncmp( (char*)p, "__ToLatin1__", len) == 0) ) in puttokens()
|
/aoo4110/main/extensions/source/activex/main/ |
H A D | SODispatchInterceptor.cpp | 72 if( !strncmp( OLE2T( aTargetUrl.bstrVal ), ".uno:OpenHyperlink", 18 ) ) in queryDispatch() 163 if( !strncmp( OLE2T( pValue.bstrVal ), ".uno:OpenHyperlink", 18 ) ) in dispatch() 189 if( !strncmp( OLE2T( pValues[0].bstrVal ), "URL", 3 ) ) in dispatch()
|
H A D | SOActiveX.cpp | 922 if( !strncmp( OLE2T( aOfficeVersion.bstrVal ), "6.1", 3 ) ) in GetVersionConnected() 924 else if( !strncmp( OLE2T( aOfficeVersion.bstrVal ), "6.0", 3 ) ) in GetVersionConnected() 926 else if( !strncmp( OLE2T( aOfficeVersion.bstrVal ), "5.2", 3 ) ) in GetVersionConnected() 933 if( !strncmp( OLE2T( aOfficeVersion.bstrVal ), "1.1", 3 ) ) in GetVersionConnected() 935 else if( !strncmp( OLE2T( aOfficeVersion.bstrVal ), "1.0", 3 ) ) in GetVersionConnected()
|
/aoo4110/main/autodoc/source/exes/adc_uni/ |
H A D | adc_cl.cxx | 337 if ( strncmp(*itp, "-I:", 3) != 0 ) in do_Init() 362 if ( strncmp(sExternNamespace.c_str(), "::", 2) != 0) in do_Init() 466 if ( strncmp(pToken, "-I:", 3) != 0 ) in load_IncludedCommands()
|
/aoo4110/main/autodoc/source/ary/idl/ |
H A D | i2s_calculator.cxx | 956 else if ( strncmp(rLine.c_str(), sLink, strlen(sLink)) == 0 ) in Read_Links2DevManual() 961 else if ( strncmp(rLine.c_str(), sDescr, strlen(sDescr)) == 0 ) in Read_Links2DevManual() 965 else if ( strncmp(rLine.c_str(), sTopic, strlen(sTopic)) == 0 ) in Read_Links2DevManual() 969 else if ( strncmp(rLine.c_str(), sRef, strlen(sRef)) == 0 ) in Read_Links2DevManual()
|
/aoo4110/main/tools/source/debug/ |
H A D | debug.cxx | 384 … if ( strncmp( _pSectionName, "output", _nSectionNameLength < 6 ? _nSectionNameLength : 6 ) == 0 ) in lcl_getSectionFromName() 386 … if ( strncmp( _pSectionName, "memory", _nSectionNameLength < 6 ? _nSectionNameLength : 6 ) == 0 ) in lcl_getSectionFromName() 388 … if ( strncmp( _pSectionName, "gui", _nSectionNameLength < 3 ? _nSectionNameLength : 3 ) == 0 ) in lcl_getSectionFromName() 390 … if ( strncmp( _pSectionName, "objects", _nSectionNameLength < 7 ? _nSectionNameLength : 7 ) == 0 ) in lcl_getSectionFromName() 392 … if ( strncmp( _pSectionName, "test", _nSectionNameLength < 4 ? _nSectionNameLength : 4 ) == 0 ) in lcl_getSectionFromName() 450 if ( ( strncmp( _pLine, _pKeyName, nKeyLength ) == 0 ) && ( _pLine[ nKeyLength ] == '=' ) ) in lcl_isConfigKey() 915 if ( strncmp( pStr+nPos, pSearchStr, nSearchLen ) == 0 ) in ImplStrSearch()
|
/aoo4110/main/sax/source/expatwrap/ |
H A D | xml2utf.cxx | 136 if( ! strncmp( (const char * ) pSource , "<?xml" , 4) ) in removeEncoding() 188 if( ! strncmp( (const char * ) pSource , "<?xml" , 4 ) ) { in isEncodingRecognizable() 233 if( ! strncmp( (const char * ) pSource , "<?xml" , 4 ) ) { in scanForEncoding()
|
/aoo4110/main/cosv/source/strings/ |
H A D | string.cxx | 311 return strncmp( pS1, in compare() 328 return strncmp( i_s1, in compare()
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | helper.cxx | 279 ( ! std::strncmp( (char*)buffer, "%!FontType1-", 12 ) || in convertPfbToPfa() 280 ! std::strncmp( (char*)buffer, "%!PS-AdobeFont-", 15 ) ) ) in convertPfbToPfa()
|
/aoo4110/main/sax/source/fastparser/ |
H A D | fastparser.cxx | 318 (strncmp( rPrefix.getStr(), pPrefix, nPrefixLen ) == 0 ) ) in GetTokenWithPrefix() 375 (strncmp( rPrefix.getStr(), pPrefix, nPrefixLen ) == 0 ) ) in GetNamespaceURL() 735 if( (nPrefixLen == 5) && (strncmp( pPrefix, "xmlns", 5 ) == 0) ) in callbackStartElement()
|
/aoo4110/main/xmlhelp/source/cxxhelp/provider/ |
H A D | urlparameter.cxx | 722 if ((URI != NULL) && !strncmp(URI, "file:/", 6)) in fileMatch() 729 if ((URI != NULL) && !strncmp(URI, "vnd.sun.star.zip:/", 18)) in zipMatch() 736 if ((URI != NULL) && !strncmp(URI, "vnd.sun.star.help:/", 19)) in helpMatch()
|
/aoo4110/main/connectivity/source/drivers/evoab2/ |
H A D | NDatabaseMetaData.cxx | 1145 if (0==strncmp( "groupwise://", p, 11 )) in getTables() 1150 if (0==strncmp( "file://", p, 6 )) in getTables() 1155 if (0==strncmp( "ldap://", p, 6 )) in getTables()
|
/aoo4110/main/soltools/ldump/ |
H A D | ldump.cxx | 155 if ( strncmp( "EXPORT:", pFound, 7) == 0 ) in Dump() 174 if ((aBuf[0] =='?') || !strncmp(aBuf, "__CT",4)) in Dump()
|
/aoo4110/main/cpputools/source/registercomponent/ |
H A D | registercomponent.cxx | 303 else if( 0 == strncmp( av[i] , "-classpath" ,10 ) ) in parseOptions() 387 strncmp(av[i], "-wop=", RTL_CONSTASCII_LENGTH("-wop=")) in parseOptions()
|
/aoo4110/main/registry/tools/ |
H A D | fileurl.cxx | 51 if (strncmp(filename, "file://", 7) == 0) in convertToFileUrl()
|