/aoo4110/main/svtools/source/svhtml/ |
H A D | htmlout.cxx | 76 const sal_Char* pStr = 0; in lcl_svhtml_GetEntityForChar() local 120 return pStr; in lcl_svhtml_GetEntityForChar() 342 if( !pStr && in lcl_svhtml_GetEntityForChar() 403 return pStr; in lcl_svhtml_GetEntityForChar() 412 const sal_Char *pStr = 0; in lcl_ConvertCharToHTML() local 441 if( pStr ) in lcl_ConvertCharToHTML() 582 if( *pStr > '9' ) in Out_Hex() 583 *pStr += 39; in Out_Hex() 586 return rStream << pStr; in Out_Hex() 910 if( pStr ) in Out_Events() [all …]
|
/aoo4110/main/sal/rtl/source/ |
H A D | strtmpl.c | 289 pStr++; in IMPL_RTL_STRNAME() 291 pStr++; in IMPL_RTL_STRNAME() 293 pStr++; in IMPL_RTL_STRNAME() 560 if ( (*pStr >= 65) && (*pStr <= 90) ) in IMPL_RTL_STRNAME() 575 if ( (*pStr >= 65) && (*pStr <= 90) ) in IMPL_RTL_STRNAME() 590 if ( (*pStr >= 97) && (*pStr <= 122) ) in IMPL_RTL_STRNAME() 605 if ( (*pStr >= 97) && (*pStr <= 122) ) in IMPL_RTL_STRNAME() 823 if ( (*pStr == 'T') || (*pStr == 't') ) in IMPL_RTL_STRNAME() 826 if ( (*pStr == 'R') || (*pStr == 'r') ) in IMPL_RTL_STRNAME() 829 if ( (*pStr == 'U') || (*pStr == 'u') ) in IMPL_RTL_STRNAME() [all …]
|
H A D | ustring.c | 143 pStr + rtl_ustr_getLength(pStr), in rtl_ustr_toFloat() 149 return rtl_math_uStringToDouble(pStr, pStr + rtl_ustr_getLength(pStr), '.', in rtl_ustr_toDouble() 515 pEndStr = pStr+nLen; in rtl_ImplGetFastUTF8UnicodeLen() 521 pStr++; in rtl_ImplGetFastUTF8UnicodeLen() 523 pStr += 2; in rtl_ImplGetFastUTF8UnicodeLen() 525 pStr += 3; in rtl_ImplGetFastUTF8UnicodeLen() 527 pStr += 4; in rtl_ImplGetFastUTF8UnicodeLen() 529 pStr += 5; in rtl_ImplGetFastUTF8UnicodeLen() 531 pStr += 6; in rtl_ImplGetFastUTF8UnicodeLen() 533 pStr++; in rtl_ImplGetFastUTF8UnicodeLen() [all …]
|
H A D | string.c | 99 float SAL_CALL rtl_str_toFloat(sal_Char const * pStr) in rtl_str_toFloat() argument 101 return (float) rtl_math_stringToDouble(pStr, pStr + rtl_str_getLength(pStr), in rtl_str_toFloat() 105 double SAL_CALL rtl_str_toDouble(sal_Char const * pStr) in rtl_str_toDouble() argument 107 return rtl_math_stringToDouble(pStr, pStr + rtl_str_getLength(pStr), '.', 0, in rtl_str_toDouble() 121 pEndStr = pStr+nLen; in rtl_ImplGetFastUTF8ByteLen() 122 while ( pStr < pEndStr ) in rtl_ImplGetFastUTF8ByteLen() 124 c = *pStr; in rtl_ImplGetFastUTF8ByteLen() 138 if ( pStr+1 < pEndStr ) in rtl_ImplGetFastUTF8ByteLen() 140 c = *(pStr+1); in rtl_ImplGetFastUTF8ByteLen() 144 pStr++; in rtl_ImplGetFastUTF8ByteLen() [all …]
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | propertyids.cxx | 123 rtl_uString* pStr = NULL; in fillValue() local 137 …case PROPERTY_ID_NAME: { rtl_uString_newFromAscii(&pStr,getPROPERTY_NAME() ); break; } … in fillValue() 138 …case PROPERTY_ID_TYPE: { rtl_uString_newFromAscii(&pStr,getPROPERTY_TYPE() ); break; } … in fillValue() 139 …case PROPERTY_ID_TYPENAME: { rtl_uString_newFromAscii(&pStr,getPROPERTY_TYPENAME() ); break;… in fillValue() 141 …case PROPERTY_ID_SCALE: { rtl_uString_newFromAscii(&pStr,getPROPERTY_SCALE() ); break; } … in fillValue() 173 …case PROPERTY_ID_FORMATKEY: { rtl_uString_newFromAscii(&pStr,getPROPERTY_FORMATKEY() ); brea… in fillValue() 174 … case PROPERTY_ID_LOCALE: { rtl_uString_newFromAscii(&pStr,getPROPERTY_LOCALE() ); break; } in fillValue() 176 …case PROPERTY_ID_PRIVILEGES: { rtl_uString_newFromAscii(&pStr,getPROPERTY_PRIVILEGES() ); bre… in fillValue() 178 …case PROPERTY_ID_ISSIGNED: { rtl_uString_newFromAscii(&pStr,getPROPERTY_ID_ISSIGNED() ); bre… in fillValue() 189 m_aPropertyMap[_nIndex] = pStr; in fillValue() [all …]
|
H A D | CommonTools.cxx | 69 if ( *pStr == 0 ) in match() 90 if ( *pStr == 0 ) in match() 92 while ( *pStr && *pStr != *pWild ) in match() 99 pStr++; in match() 100 if ( *pStr == 0 ) in match() 107 if ( *pStr != 0 ) in match() 108 pStr++; in match() 311 if (*pStr > 127 || isdigit(*pStr)) in isValidSQLName() 314 for (; *pStr; ++pStr ) in isValidSQLName() 342 sal_Bool bValid(*pStr < 128 && !isdigit(*pStr)); in convertName2SQLName() [all …]
|
/aoo4110/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | propertyids.cxx | 110 rtl_uString* pStr = NULL; in fillValue() local 124 …case PROPERTY_ID_NAME: { rtl_uString_newFromAscii(&pStr,getPROPERTY_NAME() ); break; } … in fillValue() 125 …case PROPERTY_ID_TYPE: { rtl_uString_newFromAscii(&pStr,getPROPERTY_TYPE() ); break; } … in fillValue() 126 …case PROPERTY_ID_TYPENAME: { rtl_uString_newFromAscii(&pStr,getPROPERTY_TYPENAME() ); break;… in fillValue() 128 …case PROPERTY_ID_SCALE: { rtl_uString_newFromAscii(&pStr,getPROPERTY_SCALE() ); break; } … in fillValue() 129 …case PROPERTY_ID_ISNULLABLE: { rtl_uString_newFromAscii(&pStr,getPROPERTY_ISNULLABLE() ); brea… in fillValue() 162 …case PROPERTY_ID_FORMATKEY: { rtl_uString_newFromAscii(&pStr,getPROPERTY_FORMATKEY() ); brea… in fillValue() 163 … case PROPERTY_ID_LOCALE: { rtl_uString_newFromAscii(&pStr,getPROPERTY_LOCALE() ); break; } in fillValue() 165 …case PROPERTY_ID_PRIVILEGES: { rtl_uString_newFromAscii(&pStr,getPROPERTY_PRIVILEGES() ); bre… in fillValue() 167 m_aPropertyMap[_nIndex] = pStr; in fillValue() [all …]
|
/aoo4110/main/canvas/inc/canvas/ |
H A D | verifyinput.hxx | 437 const char* pStr, in verifyInput() argument 476 const char* pStr, in verifyInput() argument 504 verifyInput( rArg0, pStr, xIf, 0 ); in verifyArgs() 514 verifyInput( rArg0, pStr, xIf, 0 ); in verifyArgs() 515 verifyInput( rArg1, pStr, xIf, 1 ); in verifyArgs() 527 verifyInput( rArg0, pStr, xIf, 0 ); in verifyArgs() 528 verifyInput( rArg1, pStr, xIf, 1 ); in verifyArgs() 529 verifyInput( rArg2, pStr, xIf, 2 ); in verifyArgs() 543 verifyInput( rArg0, pStr, xIf, 0 ); in verifyArgs() 544 verifyInput( rArg1, pStr, xIf, 1 ); in verifyArgs() [all …]
|
/aoo4110/main/canvas/source/tools/ |
H A D | verifyinput.cxx | 68 const char* pStr, in verifyInput() argument 72 (void)pStr; (void)xIf; (void)nArgPos; in verifyInput() 106 (void)pStr; (void)xIf; (void)nArgPos; in verifyInput() 140 (void)pStr; (void)xIf; (void)nArgPos; in verifyInput() 341 pStr, xIf, nArgPos ); in verifyInput() 351 pStr, xIf, nArgPos ); in verifyInput() 393 pStr, xIf, nArgPos ); in verifyInput() 465 mpStr( pStr ), in VerifyDashValue() 774 pStr, xIf, nArgPos ); in verifyInput() 849 (void)pStr; (void)xIf; in verifyBitmapSize() [all …]
|
/aoo4110/main/sal/qa/rtl/ostring/ |
H A D | rtl_str.cxx | 524 free(pStr); in replaceChar_001() 564 free(pStr); in replaceChar_WithLength_001() 602 free(pStr); in toAsciiLowerCase_001() 638 free(pStr); in toAsciiLowerCase_WithLength_001() 674 free(pStr); in toAsciiUpperCase_001() 710 free(pStr); in toAsciiUpperCase_WithLength_001() 747 strcpy(pStr2, pStr); in trim_WithLength_001() 761 strcpy(pStr2, pStr); in trim_WithLength_002() 775 strcpy(pStr2, pStr); in trim_WithLength_003() 839 if (pStr) in valueOfChar_001() [all …]
|
/aoo4110/main/sal/qa/rtl/oustring/ |
H A D | rtl_ustr.cxx | 548 free(pStr); in replaceChar_001() 590 free(pStr); in replaceChar_WithLength_001() 607 free(pStr); in replaceChar_WithLength_002() 649 free(pStr); in toAsciiLowerCase_001() 803 free(pStr); in trim_WithLength_000_1() 816 free(pStr); in trim_WithLength_001() 831 free(pStr); in trim_WithLength_002() 846 free(pStr); in trim_WithLength_003() 860 free(pStr); in trim_WithLength_004() 874 free(pStr); in trim_WithLength_005() [all …]
|
/aoo4110/main/tools/source/string/ |
H A D | tstring.cxx | 196 if ( (*pStr >= 65) && (*pStr <= 90) ) in IsLowerAscii() 199 ++pStr, in IsLowerAscii() 217 if ( (*pStr >= 97) && (*pStr <= 122) ) in IsUpperAscii() 220 ++pStr, in IsUpperAscii() 238 if ( !(((*pStr >= 97) && (*pStr <= 122)) || in IsAlphaAscii() 239 ((*pStr >= 65) && (*pStr <= 90))) ) in IsAlphaAscii() 242 ++pStr, in IsAlphaAscii() 260 if ( !((*pStr >= 48) && (*pStr <= 57)) ) in IsNumericAscii() 281 if ( !(((*pStr >= 97) && (*pStr <= 122)) || in IsAlphaNumericAscii() 282 ((*pStr >= 65) && (*pStr <= 90)) || in IsAlphaNumericAscii() [all …]
|
H A D | strimp.cxx | 922 ++pStr, in Fill() 1093 if ( (*pStr >= 65) && (*pStr <= 90) ) in ToLowerAscii() 1096 pStr = ImplCopyStringData( pStr ); in ToLowerAscii() 1100 ++pStr, in ToLowerAscii() 1119 if ( (*pStr >= 97) && (*pStr <= 122) ) in ToUpperAscii() 1122 pStr = ImplCopyStringData( pStr ); in ToUpperAscii() 1126 ++pStr, in ToUpperAscii() 1149 if ( (pStr[i] == _CR) || (pStr[i] == _LF) ) in ConvertLineEnd() 1171 (pStr[i] != pStr[i+1]) ) in ConvertLineEnd() 1196 if ( (pStr[i] == _CR) || (pStr[i] == _LF) ) in ConvertLineEnd() [all …]
|
/aoo4110/main/rsc/source/tools/ |
H A D | rscchar.cxx | 68 ++pStr; in MakeUTF8() 106 if( '0' <= *pStr && '7' >= *pStr ) in MakeUTF8() 110 while( '0' <= *pStr && '7' >= *pStr && i != 3 ) in MakeUTF8() 113 ++pStr; in MakeUTF8() 123 pStr--; in MakeUTF8() 129 ++pStr; in MakeUTF8() 138 ++pStr; in MakeUTF8() 142 pStr--; in MakeUTF8() 150 c = *pStr; in MakeUTF8() 152 cOld = *pStr; in MakeUTF8() [all …]
|
/aoo4110/main/soldep/bootstrp/ |
H A D | sstring.cxx | 46 if ( *pString == *pStr ) in IsString() 54 if ( pString && (*pString == *pStr) ) in IsString() 114 Insert( pStr, (sal_uIntPtr)0 ); in PutString() 119 if ( *pStr != *pString ) in PutString() 121 Insert( pStr, nPos+1 ); in PutString() 127 Insert( pStr ); in PutString() 206 if ( *pString == *pStr ) in IsString() 274 Insert( pStr, (sal_uIntPtr)0); in PutString() 279 if ( *pStr != *pString ) in PutString() 281 Insert( pStr, nPos+1 ); in PutString() [all …]
|
/aoo4110/main/rsc/source/res/ |
H A D | rscstr.cxx | 94 if( pStr ){ in SetString() 97 memcpy( pTmp, pStr, nLen ); in SetString() 238 if( pData->pStr ){ in IsValueDefault() 244 if( pDefData->pStr ){ in IsValueDefault() 280 if( pStrI->pStr ){ in WriteSrc() 288 while( pStrI->pStr[ n ] in WriteSrc() 292 if( pStrI->pStr[ n ] == '\\' ) in WriteSrc() 301 } while( pStrI->pStr[ n ] ); in WriteSrc() 373 char * pStr = RscChar::MakeUTF8( ((RscStringInst *)rInst.pData)->pStr, in WriteRc() local 375 rMem.PutUTF8( pStr ); in WriteRc() [all …]
|
/aoo4110/main/tools/source/ref/ |
H A D | globname.cxx | 222 && '-' == pStr[ 8 ] && '-' == pStr[ 13 ] in MakeId() 223 && '-' == pStr[ 18 ] && '-' == pStr[ 23 ] ) in MakeId() 229 if( isxdigit( *pStr ) ) in MakeId() 236 pStr++; in MakeId() 240 pStr++; in MakeId() 250 pStr++; in MakeId() 254 pStr++; in MakeId() 264 pStr++; in MakeId() 269 pStr++; in MakeId() 279 pStr++; in MakeId() [all …]
|
/aoo4110/main/svtools/source/svrtf/ |
H A D | rtfout.cxx | 46 const sal_Char* pStr = 0; in Out_Char() local 64 pStr = OOO_STRING_SVTOOLS_RTF_LINE; in Out_Char() 67 pStr = OOO_STRING_SVTOOLS_RTF_TAB; in Out_Char() 97 if (pStr) in Out_Char() 156 if (pStr) in Out_Char() 157 rStream << pStr << ' '; in Out_Char() 193 sal_Char* pStr = aNToABuf + (sizeof(aNToABuf)-1); in Out_Hex() local 196 *(--pStr) = (sal_Char)(nHex & 0xf ) + 48; in Out_Hex() 197 if( *pStr > '9' ) in Out_Hex() 198 *pStr += 39; in Out_Hex() [all …]
|
/aoo4110/main/svl/source/items/ |
H A D | slstitm.cxx | 58 while( pStr ) in ~SfxImpStringList() 60 delete pStr; in ~SfxImpStringList() 61 pStr = (String*)aList.Next(); in ~SfxImpStringList() 156 String* pStr; in SfxStringListItem() local 159 pStr = new String; in SfxStringListItem() 160 readByteString(rStream, *pStr); in SfxStringListItem() 270 String* pStr; in Store() local 274 writeByteString(rStream, *pStr); in Store() 328 while( pStr ) in GetString() 330 aStr += *pStr; in GetString() [all …]
|
/aoo4110/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfentries.cxx | 180 if( pStr[i] >= '0' && pStr[i] <= '9' ) in getFilteredName() 182 else if( pStr[i] >= 'a' && pStr[i] <= 'f' ) in getFilteredName() 184 else if( pStr[i] >= 'A' && pStr[i] <= 'F' ) in getFilteredName() 187 if( pStr[i] >= '0' && pStr[i] <= '9' ) in getFilteredName() 189 else if( pStr[i] >= 'a' && pStr[i] <= 'f' ) in getFilteredName() 191 else if( pStr[i] >= 'A' && pStr[i] <= 'F' ) in getFilteredName() 221 ( (pStr[0] == sal_Char(0xff) && pStr[1] == sal_Char(0xfe)) || in emit() 222 (pStr[0] == sal_Char(0xfe) && pStr[1] == sal_Char(0xff)) ) ) in emit() 263 if( *pStr == '(' ) in getFilteredString() 319 else if( *pStr == '<' ) in getFilteredString() [all …]
|
/aoo4110/main/svtools/source/misc/ |
H A D | imap2.cxx | 404 const char* pStr = aStr.GetBuffer(); in ImpReadCERNLine() local 405 char cChar = *pStr++; in ImpReadCERNLine() 411 cChar = *pStr++; in ImpReadCERNLine() 428 const Point aCenter( ImpReadCERNCoords( &pStr ) ); in ImpReadCERNLine() 429 const long nRadius = ImpReadCERNRadius( &pStr ); in ImpReadCERNLine() 442 aPoly[ i ] = ImpReadCERNCoords( &pStr ); in ImpReadCERNLine() 444 aURL = ImpReadCERNURL( &pStr, rBaseURL ); in ImpReadCERNLine() 582 const char* pStr = aStr.GetBuffer(); in ImpReadNCSALine() local 583 char cChar = *pStr++; in ImpReadNCSALine() 589 cChar = *pStr++; in ImpReadNCSALine() [all …]
|
/aoo4110/main/sal/osl/os2/ |
H A D | process.c | 360 sal_Char* pStr; in osl_psz_executeProcess() local 444 pStr = args; in osl_psz_executeProcess() 449 *pStr++ = '\0'; in osl_psz_executeProcess() 462 *pStr++ = '\0'; in osl_psz_executeProcess() 463 *pStr = '\0'; in osl_psz_executeProcess() 488 pStr = envs; in osl_psz_executeProcess() 507 *pStr++ = '\0'; in osl_psz_executeProcess() 511 *pStr = '\0'; in osl_psz_executeProcess() 570 *pStr = '\0'; in osl_psz_executeProcess() 571 pStr++; in osl_psz_executeProcess() [all …]
|
/aoo4110/main/rsc/source/parser/ |
H A D | erscerr.cxx | 69 if( pStr ){ in StdOut() 70 printf( "%s", pStr ); in StdOut() 85 void RscError::StdErr( const char * pStr ) in StdErr() argument 87 if( pStr ) in StdErr() 88 fprintf( stderr, "%s", pStr ); in StdErr() 101 if( fListing && pStr ) in LstOut() 102 fprintf( fListing, "%s", pStr ); in LstOut() 115 StdOut( pStr ); in StdLstOut() 116 LstOut( pStr ); in StdLstOut() 129 StdErr( pStr ); in StdLstErr() [all …]
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | cdeint.cxx | 101 const char* pStr = aLine.GetBuffer() +nIndex; in GetSystemLook() local 102 while( *pStr && isspace( *pStr ) && *pStr != ':' ) in GetSystemLook() 104 pStr++; in GetSystemLook() 107 if( *pStr != ':' ) in GetSystemLook() 109 pStr++, nIndex++; in GetSystemLook() 110 for( ; *pStr && isspace( *pStr ); pStr++, nIndex++ ) in GetSystemLook() 112 if( ! *pStr ) in GetSystemLook() 115 for( ; *pStr && ! isspace( *pStr ); pStr++, nIndex2++ ) in GetSystemLook()
|
/aoo4110/main/tools/source/fsys/ |
H A D | wldcrd.cxx | 47 sal_uInt16 WildCard::ImpMatch( const char *pWild, const char *pStr ) const in ImpMatch() 57 if ( *pStr == '\0' ) in ImpMatch() 64 if ( *pWild != *pStr ) in ImpMatch() 79 if ( *pStr == '\0' ) in ImpMatch() 81 while ( *pStr && *pStr != *pWild ) in ImpMatch() 88 pStr++; in ImpMatch() 89 if ( *pStr == '\0' ) in ImpMatch() 96 if ( *pStr != '\0' ) in ImpMatch() 97 pStr++; in ImpMatch() 103 return ( *pStr == '\0' ) && ( *pWild == '\0' ); in ImpMatch()
|