Home
last modified time | relevance | path

Searched refs:pStr (Results 51 – 75 of 337) sorted by relevance

12345678910>>...14

/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx541 pStr = pMap->pName; in convertEnum()
547 if( NULL == pStr ) in convertEnum()
548 pStr = pDefault; in convertEnum()
550 if( NULL != pStr ) in convertEnum()
553 return NULL != pStr; in convertEnum()
883 pStr++; in lcl_convertTime()
1259 while ( *pStr ) in convertDateTime()
1261 if ( *pStr == '-' ) in convertDateTime()
1263 pStr++; in convertDateTime()
1284 while ( *pStr ) in convertDateTime()
[all …]
/trunk/main/sd/source/ui/view/
H A Dfrmview.cxx608 const sal_Unicode * pStr = rLines.getStr(); in createHelpLinesFromString() local
612 while( *pStr ) in createHelpLinesFromString()
616 switch( *pStr ) in createHelpLinesFromString()
632 pStr++; in createHelpLinesFromString()
634 …while( (*pStr >= sal_Unicode('0') && *pStr <= sal_Unicode('9')) || (*pStr == '+') || (*pStr == '-'… in createHelpLinesFromString()
636 sBuffer.append( *pStr++ ); in createHelpLinesFromString()
651 if( *pStr++ != ',' ) in createHelpLinesFromString()
654 …while( (*pStr >= sal_Unicode('0') && *pStr <= sal_Unicode('9')) || (*pStr == '+') || (*pStr == '-'… in createHelpLinesFromString()
656 sBuffer.append( *pStr++ ); in createHelpLinesFromString()
/trunk/main/svx/source/dialog/
H A Dimapwnd.cxx94 for( String* pStr = aTargetList.First(); pStr; pStr = aTargetList.Next() ) in ~IMapWindow() local
95 delete pStr; in ~IMapWindow()
217 String* pStr; in SetTargetList() local
220 for( pStr = aTargetList.First(); pStr; pStr = aTargetList.Next() ) in SetTargetList()
221 delete pStr; in SetTargetList()
226 for( pStr = rTargetList.First(); pStr; pStr = rTargetList.Next() ) in SetTargetList()
227 aTargetList.Insert( new String( *pStr ) ); in SetTargetList()
H A Drelfld.cxx73 const sal_Unicode* pStr = aStr.GetBuffer(); in Modify() local
75 while ( *pStr ) in Modify()
77 if( ( ( *pStr < sal_Unicode( '0' ) ) || ( *pStr > sal_Unicode( '9' ) ) ) && in Modify()
78 ( *pStr != sal_Unicode( '%' ) ) ) in Modify()
83 pStr++; in Modify()
/trunk/main/tools/source/stream/
H A Dstream.cxx1127 while (*pStr) in lcl_UnicodeStrChr()
1129 if (*pStr == c) in lcl_UnicodeStrChr()
1130 return pStr; in lcl_UnicodeStrChr()
1131 ++pStr; in lcl_UnicodeStrChr()
1569 Read( pStr, nLen << 1 ); in ReadByteString()
1572 for (sal_Unicode *pEnd = pStr + nLen; pStr < pEnd; pStr++) in ReadByteString()
1573 SwapUShort(*pStr); in ReadByteString()
1619 for (; pStr < pEnd; pStr++) in WriteByteString()
2350 nCryptMask ^= *pStr; in implGetCryptMask()
2351 pStr++; in implGetCryptMask()
[all …]
/trunk/main/scaddins/source/analysis/
H A Danalysis.cxx426 const sal_Char* pStr; in getProgrammaticCategoryName() local
432 case FDCat_Inf: pStr = "Information"; break; in getProgrammaticCategoryName()
433 case FDCat_Math: pStr = "Mathematical"; break; in getProgrammaticCategoryName()
434 case FDCat_Tech: pStr = "Technical"; break; in getProgrammaticCategoryName()
436 pStr = pDefCatName; break; in getProgrammaticCategoryName()
439 aRet = STRFROMASCII( pStr ); in getProgrammaticCategoryName()
456 const sal_Char* pStr; in getDisplayCategoryName() local
462 case FDCat_Inf: pStr = "Information"; break; in getDisplayCategoryName()
464 case FDCat_Tech: pStr = "Technical"; break; in getDisplayCategoryName()
466 pStr = pDefCatName; break; in getDisplayCategoryName()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx710 if ( ((*pStr >= 0x3040) && (*pStr <= 0x30FF)) || in ImplIsCJKFont()
711 ((*pStr >= 0x3190) && (*pStr <= 0x319F)) ) in ImplIsCJKFont()
715 if ( ((*pStr >= 0xAC00) && (*pStr <= 0xD7AF)) || in ImplIsCJKFont()
716 ((*pStr >= 0x3130) && (*pStr <= 0x318F)) || in ImplIsCJKFont()
717 ((*pStr >= 0x1100) && (*pStr <= 0x11FF)) ) in ImplIsCJKFont()
721 if ( ((*pStr >= 0x3400) && (*pStr <= 0x9FFF)) ) in ImplIsCJKFont()
726 ((*pStr >= 0xFF00) && (*pStr <= 0xFFEE)) ) in ImplIsCJKFont()
5878 for( ; pStr < pEnd; ++pStr ) in ImplPrepareLayoutArgs()
5903 for( ; pStr < pEnd; ++pStr ) in ImplPrepareLayoutArgs()
5924 for( ; pStr < pEnd; ++pStr ) in ImplPrepareLayoutArgs()
[all …]
/trunk/main/idl/source/prj/
H A Dcommand.cxx402 String * pStr = aList.First(); in SvCommand() local
403 while( pStr ) in SvCommand()
405 delete pStr; in SvCommand()
406 pStr = aList.Next(); in SvCommand()
429 String * pStr; in ~SvCommand() local
430 while( NULL != (pStr = aInFileList.Remove()) ) in ~SvCommand()
431 delete pStr; in ~SvCommand()
/trunk/main/cui/source/dialogs/
H A Dpastedlg.cxx113 void * pStr = aSupplementTable.First(); in ~SvPasteObjectDialog() local
114 while( pStr ) in ~SvPasteObjectDialog()
116 delete (String *)pStr; in ~SvPasteObjectDialog()
117 pStr = aSupplementTable.Next(); in ~SvPasteObjectDialog()
130 String * pStr = new String( rFormatName ); in Insert() local
131 if( !aSupplementTable.Insert( nFormat, pStr ) ) in Insert()
132 delete pStr; in Insert()
H A Dcuigaldlg.cxx403 for( String* pStr = mpBrowser->aFoundList.First(); pStr; pStr = mpBrowser->aFoundList.Next() ) in IMPL_LINK() local
404 delete pStr; in IMPL_LINK()
825 for( String* pStr = aFoundList.First(); pStr; pStr = aFoundList.Next() ) in ~TPGalleryThemeProperties() local
826 delete pStr; in ~TPGalleryThemeProperties()
1004 for( String* pStr = aFoundList.First(); pStr; pStr = aFoundList.Next() ) in SearchFiles() local
1005 delete pStr; in SearchFiles()
/trunk/main/filter/source/msfilter/
H A Dsvxmsbas.cxx385 String *pStr = aDecompressed.Get(j); in ImportCode_Impl() local
387 xub_StrLen nBegin = pStr->Search('\x0D'); in ImportCode_Impl()
388 if ((STRING_NOTFOUND != nBegin) && (pStr->Len() > 1) && (pStr->GetChar(nBegin+1) == '\x0A')) in ImportCode_Impl()
395 while (STRING_NOTFOUND != (nBegin = pStr->Search(sAttribute, nBegin))) in ImportCode_Impl()
397 if ((nBegin) && pStr->GetChar(nBegin-1) != cLineEnd) in ImportCode_Impl()
404 xub_StrLen nEnd = pStr->Search(cLineEnd ,nBegin); in ImportCode_Impl()
407 pStr->Erase(); in ImportCode_Impl()
409 pStr->Erase(nBegin, (nEnd-nBegin)+1); in ImportCode_Impl()
/trunk/main/rsc/source/tools/
H A Drsctools.cxx108 char* rsc_strdup( const char* pStr ) in rsc_strdup() argument
110 int nLen = strlen( pStr ); in rsc_strdup()
112 rtl_copyMemory( pBuffer, pStr, nLen+1 ); in rsc_strdup()
469 void RscWriteRc :: PutUTF8( char * pStr ) in PutUTF8() argument
472 if( pStr ) in PutUTF8()
473 nStrLen = strlen( pStr ); in PutUTF8()
481 rtl_copyMemory( GetPointer( nOldLen ), pStr, nStrLen ); in PutUTF8()
/trunk/main/sc/source/core/tool/
H A Dadiasync.cxx70 pStr( NULL ), in ScAddInAsync()
90 if ( eType == PTR_STRING && pStr ) // mit Typvergleich wg. Union! in ~ScAddInAsync()
91 delete pStr; in ~ScAddInAsync()
130 if ( p->pStr ) in CallBack()
131 *p->pStr = String( (sal_Char*)pData, osl_getThreadTextEncoding() ); in CallBack()
133 p->pStr = new String( (sal_Char*)pData, osl_getThreadTextEncoding() ); in CallBack()
H A Dqueryparam.cxx110 *rEntry.pStr = aCellStr.Copy(2); in FillInExcelSyntax()
115 *rEntry.pStr = aCellStr.Copy(2); in FillInExcelSyntax()
120 *rEntry.pStr = aCellStr.Copy(1); in FillInExcelSyntax()
128 *rEntry.pStr = aCellStr.Copy(2); in FillInExcelSyntax()
133 *rEntry.pStr = aCellStr.Copy(1); in FillInExcelSyntax()
140 *rEntry.pStr = aCellStr.Copy(1); in FillInExcelSyntax()
142 *rEntry.pStr = aCellStr; in FillInExcelSyntax()
/trunk/main/sw/source/filter/html/
H A Dhtmldraw.cxx707 const sal_Char *pStr = 0; in OutHTML_DrawFrmFmtAsMarquee()
710 case SDRTEXTANI_SCROLL: pStr = OOO_STRING_SVTOOLS_HTML_BEHAV_scroll; break; in OutHTML_DrawFrmFmtAsMarquee()
711 case SDRTEXTANI_SLIDE: pStr = OOO_STRING_SVTOOLS_HTML_BEHAV_slide; break; in OutHTML_DrawFrmFmtAsMarquee()
712 case SDRTEXTANI_ALTERNATE: pStr = OOO_STRING_SVTOOLS_HTML_BEHAV_alternate; break; in OutHTML_DrawFrmFmtAsMarquee()
717 if( pStr ) in OutHTML_DrawFrmFmtAsMarquee()
718 (((sOut += ' ') += OOO_STRING_SVTOOLS_HTML_O_behavior) += '=') += pStr; in OutHTML_DrawFrmFmtAsMarquee()
721 pStr = 0; in OutHTML_DrawFrmFmtAsMarquee()
725 case SDRTEXTANI_LEFT: pStr = OOO_STRING_SVTOOLS_HTML_AL_left; break; in OutHTML_DrawFrmFmtAsMarquee()
726 case SDRTEXTANI_RIGHT: pStr = OOO_STRING_SVTOOLS_HTML_AL_right; break; in OutHTML_DrawFrmFmtAsMarquee()
731 if( pStr ) in OutHTML_DrawFrmFmtAsMarquee()
[all …]
H A Dhtmlnum.cxx863 const sal_Char *pStr = 0; in OutHTML_NumBulListStart() local
867 pStr = OOO_STRING_SVTOOLS_HTML_ULTYPE_disc; in OutHTML_NumBulListStart()
870 pStr = OOO_STRING_SVTOOLS_HTML_ULTYPE_circle; in OutHTML_NumBulListStart()
873 pStr = OOO_STRING_SVTOOLS_HTML_ULTYPE_square; in OutHTML_NumBulListStart()
877 if( pStr ) in OutHTML_NumBulListStart()
878 (((sOut += ' ') += OOO_STRING_SVTOOLS_HTML_O_type) += '=') += pStr; in OutHTML_NumBulListStart()
973 const sal_Char *pStr; in OutHTML_NumBulListEnd() local
975 pStr = OOO_STRING_SVTOOLS_HTML_unorderlist; in OutHTML_NumBulListEnd()
977 pStr = OOO_STRING_SVTOOLS_HTML_orderlist; in OutHTML_NumBulListEnd()
978 HTMLOutFuncs::Out_AsciiTag( rWrt.Strm(), pStr, sal_False ); in OutHTML_NumBulListEnd()
/trunk/main/sal/osl/all/
H A Ddebugbase.cxx53 rtl_uString * pStr = 0; in operator ()() local
56 if (osl_getEnvironment( name.pData, &pStr ) == osl_Process_E_None) { in operator ()()
57 rtl::OUString const str(pStr); in operator ()()
58 rtl_uString_release(pStr); in operator ()()
71 inline bool isSubStr( char const* pStr, rtl::OString const& subStr ) in isSubStr() argument
73 return rtl_str_indexOfStr( pStr, subStr.getStr() ) >= 0; in isSubStr()
/trunk/main/sal/osl/os2/
H A Dsecurity.c223 sal_Char *pStr = NULL; in osl_psz_getHomeDir() local
238 pStr = ppwd->pw_dir; in osl_psz_getHomeDir()
240 pStr = getenv("HOME"); in osl_psz_getHomeDir()
243 if ((pStr != NULL) && (strlen(pStr) > 0) && in osl_psz_getHomeDir()
244 (access(pStr, 0) == 0)) in osl_psz_getHomeDir()
245 strncpy(pszDirectory, pStr, nMax); in osl_psz_getHomeDir()
/trunk/main/idl/source/cmptools/
H A Dhash.cxx194 const char * pStr = ((const ByteString * )pElement)->GetBuffer(); in HashFunc() local
197 while( *pStr ) in HashFunc()
199 if( isupper( *pStr ) ) in HashFunc()
200 nHash ^= sal_uInt32(*pStr - 'A' + 26) << nShift; in HashFunc()
202 nHash ^= sal_uInt32(*pStr - 'a') << nShift; in HashFunc()
207 pStr++; in HashFunc()
/trunk/main/sc/source/core/data/
H A Dglobal2.cxx146 pStr(new String), in ScQueryEntry()
160 pStr(new String(*r.pStr)), in ScQueryEntry()
169 delete pStr; in ~ScQueryEntry()
186 *pStr = *r.pStr; in operator =()
207 pStr->Erase(); in Clear()
226 && *pStr == *r.pStr; in operator ==()
234 pSearchParam = new utl::SearchParam( *pStr, utl::SearchParam::SRCH_REGEXP, in GetSearchTextPtr()
/trunk/main/i18npool/source/characterclassification/
H A Dcclass_unicode_parser.cxx347 if ( !pStr ) in StrChr()
349 while ( *pStr ) in StrChr()
351 if ( *pStr == c ) in StrChr()
352 return pStr; in StrChr()
353 pStr++; in StrChr()
691 const sal_Unicode* pStr = aStartChars.getStr(); in getStartCharsFlags() local
692 const sal_Unicode* p = StrChr( pStr, c ); in getStartCharsFlags()
694 return pStart[ p - pStr ]; in getStartCharsFlags()
704 const sal_Unicode* pStr = aContChars.getStr(); in getContCharsFlags() local
705 const sal_Unicode* p = StrChr( pStr, c ); in getContCharsFlags()
[all …]
/trunk/main/oox/source/ppt/
H A Dcommontimenodecontext.cxx312 const sal_Char* pStr = 0; in getConvertedSubType() local
324 case 5: pStr = "downward"; break; in getConvertedSubType()
325 case 10: pStr = "across"; break; in getConvertedSubType()
332 pStr = "across"; in getConvertedSubType()
339 case 3: pStr = "right-to-top"; break; in getConvertedSubType()
340 case 6: pStr = "right-to-bottom"; break; in getConvertedSubType()
341 case 9: pStr = "left-to-top"; break; in getConvertedSubType()
346 if( pStr == 0 ) in getConvertedSubType()
354 pStr = p->mpStrSubType; in getConvertedSubType()
363 if( pStr ) in getConvertedSubType()
[all …]
/trunk/main/sc/source/ui/miscdlgs/
H A Dinstbdlg.cxx249 const String* pStr = NULL; in GetFirstTable() local
254 pStr = &aStrCurSelTable; in GetFirstTable()
259 pStr = &aStrCurSelTable; in GetFirstTable()
265 return pStr; in GetFirstTable()
272 const String* pStr = NULL; in GetNextTable() local
277 pStr = &aStrCurSelTable; in GetNextTable()
283 return pStr; in GetNextTable()
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx799 const sal_Unicode* const pStr = rCode.GetBuffer(); in scanCurrFormatImpl() local
800 const sal_Unicode* const pStop = pStr + rCode.Len(); in scanCurrFormatImpl()
801 const sal_Unicode* p = pStr + nStart; in scanCurrFormatImpl()
816 if ( pStr == p || *(p-1) != '\\' ) in scanCurrFormatImpl()
821 nSign = (xub_StrLen)(p - pStr); in scanCurrFormatImpl()
825 nPar = (xub_StrLen)(p - pStr); in scanCurrFormatImpl()
830 nNum = (xub_StrLen)(p - pStr); in scanCurrFormatImpl()
847 nSym = (xub_StrLen)(p - pStr + 1); in scanCurrFormatImpl()
859 nSym = (xub_StrLen)(p - pStr); in scanCurrFormatImpl()
1967 fprintf( stderr, "\n%s\n", pStr); in outputCheckMessage()
[all …]
/trunk/main/svl/source/numbers/
H A Dzforfind.cxx246 const sal_Unicode*& pStr, in NextNumberStringSymbol() argument
252 const sal_Unicode* pHere = pStr; in NextNumberStringSymbol()
294 rSymbol.Assign( pStr, nChars ); in NextNumberStringSymbol()
298 pStr = pHere; in NextNumberStringSymbol()
311 const sal_Unicode*& pStr, in SkipThousands() argument
317 const sal_Unicode* pHere = pStr; in SkipThousands()
367 pStr = pHere; in SkipThousands()
426 if ( *pWhat != *pStr ) in StringPtrContainsImpl()
429 pStr++; in StringPtrContainsImpl()
2062 const String* pStr; in ScanStringNumFor() local
[all …]

Completed in 170 milliseconds

12345678910>>...14