Home
last modified time | relevance | path

Searched refs:pStr (Results 1 – 25 of 337) sorted by last modified time

12345678910>>...14

/trunk/main/sw/source/filter/ww8/
H A Drtfexport.hxx171 void OutDateTime(const sal_Char* pStr, const util::DateTime& rDT );
203 void WriteHeaderFooter(const SwFrmFmt& rFmt, bool bHeader, const sal_Char* pStr);
H A Dwrtw8esh.cxx364 const rtl::OUString *pStr = (const rtl::OUString *)aTmp.getValue(); in DoComboBox() local
365 if (pStr) in DoComboBox()
366 sSelected = *pStr; in DoComboBox()
372 const rtl::OUString *pStr = (const rtl::OUString *)aTmp.getValue(); in DoComboBox() local
373 if (pStr) in DoComboBox()
374 sName = *pStr; in DoComboBox()
388 if (pStr) in DoComboBox()
389 sHelp = *pStr; in DoComboBox()
399 const rtl::OUString *pStr = (const rtl::OUString *)aTmp.getValue(); in DoComboBox() local
400 if (pStr) in DoComboBox()
[all …]
/trunk/main/oox/source/core/
H A Dencryption.cxx180 const sal_Unicode* pStr = rPassword.getStr(); in verifyPassword() local
181 for( sal_Int32 i = 0, nLen = rPassword.getLength(); i < nLen; ++i, ++pStr, pnPasswordLoc += 2 ) in verifyPassword()
182 ByteOrderConverter::writeLittleEndian( pnPasswordLoc, static_cast< sal_uInt16 >( *pStr ) ); in verifyPassword()
/trunk/main/autodoc/source/cosv/strings/
H A Dstreamstr.cxx853 : pStr( &StreamStrPool::AcquireFromPool_(i_nMinimalSize) ) in StreamStrLock()
859 StreamStrPool::ReleaseToPool_(pStr); in ~StreamStrLock()
/trunk/main/autodoc/inc/cosv/
H A Dstreamstr.hxx307 StreamStr & operator()() { return *pStr; } in operator ()()
310 StreamStr * pStr; member in csv::StreamStrLock
/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/unotools/source/misc/
H A Dfontdefs.cxx441 const sal_Unicode* pStr = rTokenStr.GetBuffer() + rIndex; in GetNextFontToken() local
443 for(; pStr < pEnd; ++pStr ) in GetNextFontToken()
444 if( (*pStr == ';') || (*pStr == ',') ) in GetNextFontToken()
449 if( pStr < pEnd ) in GetNextFontToken()
451 rIndex = sal::static_int_cast<xub_StrLen>(pStr - rTokenStr.GetBuffer()); in GetNextFontToken()
/trunk/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx435 OUString *pStr = aStr.getArray(); in queryMeanings() local
484 pStr[i] = aAlt; in queryMeanings()
/trunk/main/basic/source/comp/
H A Dsbcomp.cxx265 static void lcl_lineOut( const char* pStr, const char* pPreStr = NULL, const char* pPostStr = NULL ) in lcl_lineOut() argument
269 fprintf( GpGlobalFile, "%s%s%s\n", pPreStr ? pPreStr : "", pStr, pPostStr ? pPostStr : "" ); in lcl_lineOut()
293 const sal_Char* pStr = aOStr.getStr(); in lcl_toOStringSkipLeadingWhites() local
296 sal_Char c = *pStr; in lcl_toOStringSkipLeadingWhites()
299 pStr++; in lcl_toOStringSkipLeadingWhites()
300 c = *pStr; in lcl_toOStringSkipLeadingWhites()
303 int nLen = strlen( pStr ); in lcl_toOStringSkipLeadingWhites()
304 strncpy( Buffer, pStr, nLen ); in lcl_toOStringSkipLeadingWhites()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx886 const sal_Unicode* pStr = rText.getStr(); in GetSentenceBoundary() local
887 if (pStr) in GetSentenceBoundary()
889 while( pStr[nPos] == sal_Unicode(' ') && nPos < rText.getLength()) in GetSentenceBoundary()
/trunk/main/svtools/source/svrtf/
H A Dparrtf.cxx106 sal_Unicode* pStr = aStrBuffer.AllocBuffer( in _GetNextToken() local
110 *(pStr + nStrLen++) = nNextCh; in _GetNextToken()
/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/sysui/source/win32/misc/
H A DWinImplHelper.cxx340 sal_uInt32 SAL_CALL _wcslenex( const sal_Unicode* pStr ) in _wcslenex() argument
342 if ( !pStr ) in _wcslenex()
345 const sal_Unicode* pTemp = pStr; in _wcslenex()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx2836 static long ImplA2I( const BYTE* pStr ) in ImplA2I() argument
2841 if ( *pStr == '-' ) in ImplA2I()
2844 pStr++; in ImplA2I()
2847 while( (*pStr >= 48) && (*pStr <= 57) ) in ImplA2I()
2850 n += ((*pStr) - 48); in ImplA2I()
2851 pStr++; in ImplA2I()
3614 static UINT ImplStrToNum( const sal_Char* pStr ) in ImplStrToNum() argument
3619 while( (*pStr >= 48) && (*pStr <= 57) ) in ImplStrToNum()
3622 n += ((*pStr) - 48); in ImplStrToNum()
3623 pStr++; in ImplStrToNum()
/trunk/main/sal/rtl/source/
H A Ddebugprint.cxx44 const sal_Char *dbg_dump(rtl_String *pStr) in dbg_dump() argument
46 return dbg_dump(rtl::OString(pStr)); in dbg_dump()
49 const sal_Char *dbg_dump(rtl_uString *pStr) in dbg_dump() argument
51 return dbg_dump(rtl::OUString(pStr)); in dbg_dump()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx1176 SvStream* pStr; in WriteHtml() local
1179 nErr = aFile.createStream(aFull , pStr); in WriteHtml()
1183 *pStr << aStr.GetBuffer(); in WriteHtml()
2980 SvStream* pStr; in CopyScript() local
2981 nErr = aFile.createStream(aDest, pStr); in CopyScript()
2985 *pStr << aStr.GetBuffer(); in CopyScript()
3074 SvStream* pStr; in CreateImageNumberFile() local
3075 sal_uLong nErr = aFile.createStream(aFull, pStr); in CreateImageNumberFile()
3078 *pStr << (const char *)"1"; in CreateImageNumberFile()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1057 const sal_Char* pStr = 0; in getConvertedSubType() local
1069 case 5: pStr = "downward"; break; in getConvertedSubType()
1070 case 10: pStr = "across"; break; in getConvertedSubType()
1077 pStr = "across"; in getConvertedSubType()
1084 case 3: pStr = "right-to-top"; break; in getConvertedSubType()
1085 case 6: pStr = "right-to-bottom"; break; in getConvertedSubType()
1086 case 9: pStr = "left-to-top"; break; in getConvertedSubType()
1091 if( pStr == 0 ) in getConvertedSubType()
1099 pStr = p->mpStrSubType; in getConvertedSubType()
1108 if( pStr ) in getConvertedSubType()
[all …]
/trunk/main/sc/source/core/data/
H A Dglobal.cxx784 const sal_Unicode* ScGlobal::UnicodeStrChr( const sal_Unicode* pStr, in UnicodeStrChr() argument
787 if ( !pStr ) in UnicodeStrChr()
789 while ( *pStr ) in UnicodeStrChr()
791 if ( *pStr == c ) in UnicodeStrChr()
792 return pStr; in UnicodeStrChr()
793 pStr++; in UnicodeStrChr()
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx1373 xub_Unicode* pStr = new xub_Unicode[nLen+1]; in GetText() local
1374 xub_Unicode* pCur = pStr; in GetText()
1388 XubString aASCIIText( pStr ); in GetText()
1389 delete[] pStr; in GetText()
/trunk/main/forms/source/component/
H A DListBox.cxx576 const sal_Unicode* pStr = sListSource.getStr(); in read() local
577 while ( *pStr ) in read()
579 if ( *pStr == ';' ) in read()
581 pStr++; in read()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx1139 const sal_Unicode* pStr = rLine.GetBuffer(); in lcl_GetFixed() local
1142 while ( nSpace > nStart && pStr[nSpace-1] == ' ' ) in lcl_GetFixed()
1145 rbIsQuoted = (pStr[nStart] == sal_Unicode('"') && pStr[nSpace-1] == sal_Unicode('"')); in lcl_GetFixed()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx651 ::rtl::OUString* pStr; in ImplCreateDocument()
652 for ( pStr = (::rtl::OUString*)maSlideNameList.First(); pStr; in ImplCreateDocument()
655 if ( *pStr == aSlideName ) in ImplCreateDocument()
663 if ( !pStr ) in ImplCreateDocument()
1116 const sal_Unicode * pStr = rName.getStr(); in getInitials() local
1122 while( nLength && (*pStr <= ' ') ) in getInitials()
1124 nLength--; pStr++; in getInitials()
1130 sInitials += rtl::OUString( *pStr ); in getInitials()
1131 nLength--; pStr++; in getInitials()
1135 while( nLength && (*pStr > ' ') ) in getInitials()
[all …]
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx1083 String* pStr = rEntry.pStr; in DoAutoFilterMenue() local
1084 if (pStr) in DoAutoFilterMenue()
1086 nSelPos = pFilterBox->GetEntryPos( *pStr ); in DoAutoFilterMenue()
1090 else if (rEntry.eOp == SC_TOPVAL && rEntry.pStr && in DoAutoFilterMenue()
1091 rEntry.pStr->EqualsAscii("10")) in DoAutoFilterMenue()
1314 *rNewEntry.pStr = String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM("10")); in ExecFilter()
1317 rNewEntry.pStr->Erase(); in ExecFilter()
1324 rNewEntry.pStr->Erase(); in ExecFilter()
1332 *rNewEntry.pStr = aValue; in ExecFilter()
/trunk/main/vcl/source/window/
H A Dwindow.cxx5006 const XubString* pStr = &(GetHelpText()); in RequestHelp() local
5007 if ( !pStr->Len() ) in RequestHelp()
5008 pStr = &(GetQuickHelpText()); in RequestHelp()
5009 if ( !pStr->Len() && ImplGetParent() && !ImplIsOverlapWindow() ) in RequestHelp()
5012 Help::ShowBalloon( this, rHEvt.GetMousePosPixel(), *pStr ); in RequestHelp()
5016 const XubString* pStr = &(GetQuickHelpText()); in RequestHelp() local
5017 if ( !pStr->Len() && ImplGetParent() && !ImplIsOverlapWindow() ) in RequestHelp()
5026 if ( pStr->Len() ) in RequestHelp()
5028 Help::ShowQuickHelp( this, aRect, *pStr, aHelpText, QUICKHELP_CTRLTEXT ); in RequestHelp()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx533 const sal_Unicode* pStr = rFilterName.getStr(); in shrinkFilterName() local
538 if( pStr[i] == ')' ) in shrinkFilterName()
540 else if( pStr[i] == '(' ) in shrinkFilterName()

Completed in 382 milliseconds

12345678910>>...14