Home
last modified time | relevance | path

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

12345678910>>...14

/aoo41x/main/linguistic/workben/
H A Dsspellimp.cxx240 OUString *pStr = aStr.getArray(); in GetProposals() local
247 pStr[0] = aAlt1; in GetProposals()
248 pStr[1] = aAlt2; in GetProposals()
/aoo41x/main/sc/source/ui/dbgui/
H A Dsfiltdlg.cxx507 String* pStr = NULL; in IMPL_LINK() local
514 pStr = (String*)aLbFilterArea.GetEntryData( i ); in IMPL_LINK()
515 bFound = (theCurAreaStr == *pStr); in IMPL_LINK()
/aoo41x/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,
/aoo41x/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,
/aoo41x/main/sw/source/core/undo/
H A Dunins.cxx446 String * pStr = NULL; in GetRewriter() local
450 pStr = pTxt; in GetRewriter()
452 pStr = pUndoTxt; in GetRewriter()
454 if (pStr) in GetRewriter()
456 String aString = ShortenString(DenoteSpecialCharacters(*pStr), in GetRewriter()
/aoo41x/main/sc/source/core/data/
H A Ddptablecache.cxx740 bOk = pTransliteration->isEqual( aCellStr, *rEntry.pStr ); in ValidQuery()
742 String aStr = *rEntry.pStr;//"f*" in ValidQuery()
773 *rEntry.pStr, ScGlobal::eLnge, 0, rEntry.pStr->Len(), in ValidQuery()
783 aCellStr, *rEntry.pStr ); in ValidQuery()
/aoo41x/main/sax/source/expatwrap/
H A Dsaxwriter.cxx143 inline sal_Bool convertToXML(const sal_Unicode * pStr,
278 inline sal_Bool SaxWriterHelper::convertToXML( const sal_Unicode * pStr, in convertToXML() argument
290 sal_uInt16 c = pStr[i]; in convertToXML()
804 inline sal_Int32 calcXMLByteLength( const sal_Unicode *pStr, sal_Int32 nStrLen, in calcXMLByteLength() argument
813 sal_uInt16 c = pStr[i]; in calcXMLByteLength()
/aoo41x/main/sw/source/core/doc/
H A Ddocfld.cxx1823 String* pStr = new String( pParam->sDataSource ); in GetAllDBNames() local
1824 (*pStr) += DB_DELIM; in GetAllDBNames()
1825 (*pStr) += (String)pParam->sCommand; in GetAllDBNames()
1826 rAllDBNames.Insert( pStr, rAllDBNames.Count() ); in GetAllDBNames()
1847 const String* pStr = rAllDBNames.GetObject(i); in FindUsedDBs() local
1849 if( STRING_NOTFOUND != (nPos = sFormel.Search( *pStr )) && in FindUsedDBs()
1850 sFormel.GetChar( nPos + pStr->Len() ) == '.' && in FindUsedDBs()
1855 nPos += pStr->Len() + 1; in FindUsedDBs()
1858 String* pDBNm = new String( *pStr ); in FindUsedDBs()
/aoo41x/main/scaddins/source/datefunc/
H A Ddatefunc.cxx104 for( OUString* pStr = First(); pStr; pStr = Next() ) in ~ScaStringList() local
105 delete pStr; in ~ScaStringList()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/soldep/inc/soldep/
H A Dprj.hxx206 void SetProject (ByteString* pStr);
208 void PutModeString (ByteString* pStr);
238 void PutModeString( DepInfo* pInfoList, ByteString* pStr );
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/rsc/inc/
H A Drscerror.h131 void StdLstOut( const char * pStr );
132 void StdLstErr( const char * pStr );
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()

Completed in 191 milliseconds

12345678910>>...14