Home
last modified time | relevance | path

Searched refs:pStr (Results 176 – 200 of 337) sorted by relevance

12345678910>>...14

/trunk/main/sc/source/core/inc/
H A Dadiasync.hxx54 String* pStr; member
76 const String& GetString() const { return *pStr; } in GetString()
/trunk/main/rsc/inc/
H A Drscstr.hxx36 char * pStr; // Zeiger auf String member
63 ERRTYPE SetString( const RSCINST &, const char * pStr );
H A Drscerror.h131 void StdLstOut( const char * pStr );
132 void StdLstErr( const char * pStr );
/trunk/main/cui/source/tabpages/
H A Dtpline.cxx275 String* pStr = (String*)aGrfNames.First(); in ~SvxLineTabPage() local
276 while( pStr ) in ~SvxLineTabPage()
278 delete pStr; in ~SvxLineTabPage()
279 pStr = (String*)aGrfNames.Next(); in ~SvxLineTabPage()
1763 String *pStr=new String();//String(i)); in IMPL_LINK() local
1764 aGrfNames.Insert(pStr,LIST_APPEND); in IMPL_LINK()
1800 pPopup->InsertItem(pInfo->nItemId,*pStr,aImage); in IMPL_LINK()
/trunk/main/idl/source/prj/
H A Ddatabase.cxx72 String * pStr = aIdFileList.First(); in ~SvIdlDataBase() local
73 while( pStr ) in ~SvIdlDataBase()
75 delete pStr; in ~SvIdlDataBase()
76 pStr = aIdFileList.Next(); in ~SvIdlDataBase()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx104 for( OUString* pStr = First(); pStr; pStr = Next() ) in ~ScaStringList() local
105 delete pStr; in ~ScaStringList()
/trunk/main/cui/source/options/
H A DoptHeaderTabListbox.cxx78 OptLBoxString_Impl* pStr = new OptLBoxString_Impl( pEntry, 0, pCol->GetText() ); in InitEntry() local
79 pEntry->ReplaceItem( pStr, nCol ); in InitEntry()
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx118 sal_Unicode *pStr = rTmpName.GetBufferAccess(), *pBackStr = pStr + nLen; in ReplacePoint() local
130 for( i = 0; i < nLen; ++i, ++pStr ) in ReplacePoint()
131 if( '.' == *pStr ) in ReplacePoint()
133 *pStr = DB_DELIM; in ReplacePoint()
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_String_Utils.hxx73 sal_Bool AStringToFloatCompare ( const sal_Char *pStr,
78 sal_Bool AStringToDoubleCompare ( const sal_Char *pStr,
/trunk/main/sal/qa/rtl_strings/
H A Drtl_String_Utils.hxx72 sal_Bool AStringToFloatCompare ( const sal_Char *pStr,
77 sal_Bool AStringToDoubleCompare ( const sal_Char *pStr,
/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx246 const sal_Unicode* lcl_UnicodeStrChr( const sal_Unicode* pStr,sal_Unicode c ) in lcl_UnicodeStrChr() argument
248 if ( !pStr ) in lcl_UnicodeStrChr()
250 while ( *pStr ) in lcl_UnicodeStrChr()
252 if ( *pStr == c ) in lcl_UnicodeStrChr()
253 return pStr; in lcl_UnicodeStrChr()
254 pStr++; in lcl_UnicodeStrChr()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx459 const SfxStringItem* pStr = PTR_CAST( SfxStringItem, pState ); in StateChanged() local
460 if ( eState == SFX_ITEM_AVAILABLE && pStr ) in StateChanged()
461 pBar->SetItemText( nSID, pStr->GetValue() ); in StateChanged()
/trunk/main/basic/source/classes/
H A Dimage.cxx489 sal_Unicode* pStr = pStrings + nOff; in GetString() local
492 if( *pStr == 0 ) in GetString()
506 String aStr( pStr ); in GetString()
/trunk/main/vcl/win/source/app/
H A Dsaldata.cxx79 UniString ImplSalGetUniString( const sal_Char* pStr, xub_StrLen nLen ) in ImplSalGetUniString() argument
81 return UniString( pStr, nLen, ImplSalGetSystemEncoding(), in ImplSalGetUniString()
/trunk/main/sal/rtl/source/
H A Dmath.cxx241 sal_Int32 * pOffset, sal_Char const * pStr, in appendAscii()
244 rtl_stringbuffer_insert(pBuffer, pCapacity, *pOffset, pStr, nLen); in appendAscii()
284 sal_Char const * pStr, sal_Int32 nLen) in appendAscii()
286 rtl_uStringbuffer_insert_ascii(pBuffer, pCapacity, *pOffset, pStr, in appendAscii()
/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx156 const sal_Char* pStr; in ReadName() local
159 pStr = "W1 Normal"; in ReadName()
161 pStr = "?"; in ReadName()
163 pStr = names[nSize-222]; in ReadName()
164 SetName(String(pStr, RTL_TEXTENCODING_MS_1252)); in ReadName()
/trunk/main/sw/source/ui/utlui/
H A Dnavipi.cxx113 for( sal_Unicode* pStr = rEntry.GetBufferAccess(); i; --i, ++pStr ) in SFX_IMPL_CHILDWINDOW_CONTEXT() local
114 if( *pStr == 10 || *pStr == 9 ) in SFX_IMPL_CHILDWINDOW_CONTEXT()
115 *pStr = 0x20; in SFX_IMPL_CHILDWINDOW_CONTEXT()
/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/fpicker/source/aqua/
H A DFilterHelper.cxx108 const sal_Unicode* pStr = rFilterName.getStr(); in shrinkFilterName() local
113 if( pStr[i] == ')' ) in shrinkFilterName()
115 else if( pStr[i] == '(' ) in shrinkFilterName()
/trunk/main/sw/source/core/edit/
H A Dacorrect.cxx296 const String* pStr = 0; in GetPrevPara() local
311 pStr = &pTNd->GetTxt(); in GetPrevPara()
315 return pStr; in GetPrevPara()
H A Dautofmt.cxx562 const sal_Unicode* pStr = pAktTxtNd->GetTxt().GetBuffer(); in DoUnderline() local
565 while( *pStr ) in DoUnderline()
571 switch( *pStr ) in DoUnderline()
588 ++pStr; in DoUnderline()
666 const sal_Unicode* pStr = rTmp.GetBuffer() + n; in DoTable() local
669 while( *pStr ) in DoTable()
671 switch( *pStr ) in DoTable()
691 ++pStr; in DoTable()
/trunk/main/comphelper/source/misc/
H A Ddocpasswordhelper.cxx192 const sal_Unicode* pStr = aUString.getStr(); in GetWordHashAsUINT32() local
197 char nHighChar = (char)( pStr[nInd] >> 8 ); in GetWordHashAsUINT32()
198 char nLowChar = (char)( pStr[nInd] & 0xFF ); in GetWordHashAsUINT32()
/trunk/main/filter/source/pdf/
H A Dimpdialog.cxx1524 String* pStr = reinterpret_cast<String*>(maErrors.GetEntryData( 0 )); in ImplErrorDialog() local
1525 maExplanation.SetText( pStr ? *pStr : String() ); in ImplErrorDialog()
1566 String* pStr = reinterpret_cast<String*>(maErrors.GetEntryData( maErrors.GetSelectEntryPos() )); in IMPL_LINK() local
1567 maExplanation.SetText( pStr ? *pStr : String() ); in IMPL_LINK()
/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/vcl/source/gdi/
H A Dpdfwriter_impl.cxx535 if( (pStr[i] >= 'A' && pStr[i] <= 'Z' ) || in appendName()
536 (pStr[i] >= 'a' && pStr[i] <= 'z' ) || in appendName()
537 (pStr[i] >= '0' && pStr[i] <= '9' ) || in appendName()
553 while( pStr && *pStr ) in appendName()
555 if( (*pStr >= 'A' && *pStr <= 'Z' ) || in appendName()
556 (*pStr >= 'a' && *pStr <= 'z' ) || in appendName()
557 (*pStr >= '0' && *pStr <= '9' ) || in appendName()
567 pStr++; in appendName()
576 switch( *pStr ) in appendLiteralString()
603 pStr++; in appendLiteralString()
[all …]

Completed in 179 milliseconds

12345678910>>...14