Home
last modified time | relevance | path

Searched refs:pStr (Results 201 – 225 of 342) sorted by relevance

12345678910>>...14

/aoo41x/main/sw/source/filter/ww8/
H A Drtfexport.hxx173 void OutDateTime(const sal_Char* pStr, const util::DateTime& rDT );
205 void WriteHeaderFooter(const SwFrmFmt& rFmt, bool bHeader, const sal_Char* pStr);
/aoo41x/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()
H A Ddpshttab.cxx78 if (*rEntry.pStr == EMPTY_STRING && in ScSheetDPData()
87 IsNumberFormat(*rEntry.pStr, nIndex, rEntry.nVal)); in ScSheetDPData()
H A Dtable3.cxx1137 if ( !rEntry.bQueryByString && rEntry.pStr->Len() == 0 ) in ValidQuery()
1148 bOk = pTransliteration->isEqual( aCellStr, *rEntry.pStr ); in ValidQuery()
1158 *rEntry.pStr, ScGlobal::eLnge, 0, rEntry.pStr->Len(), in ValidQuery()
1195 aCellStr, *rEntry.pStr ); in ValidQuery()
1417 IsNumberFormat( *rEntry.pStr, nIndex, rEntry.nVal ) ); in lcl_PrepareQuery()
1817 GetString(nCol1 + 3, nRow, *rEntry.pStr); in CreateStarQuery()
/aoo41x/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()
/aoo41x/main/sw/source/core/edit/
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()
/aoo41x/main/sw/source/filter/html/
H A Dhtmlftn.cxx508 const sal_Char *pStr = SwHTMLWriter::GetNumFormat( eFmt ); in lcl_html_fillEndNoteInfo() local
509 if( pStr ) in lcl_html_fillEndNoteInfo()
511 pParts[0] = String::CreateFromAscii( pStr ); in lcl_html_fillEndNoteInfo()
H A Dhtmlforw.cxx548 const sal_Char *pStr = 0; in OutForm() local
552 pStr = OOO_STRING_SVTOOLS_HTML_ET_multipart; in OutForm()
555 pStr = OOO_STRING_SVTOOLS_HTML_ET_text; in OutForm()
561 if( pStr ) in OutForm()
565 += pStr) += '\"'; in OutForm()
/aoo41x/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx285 char* pStr = aBuf.AllocBuffer(nLen+1); in Read() local
287 rStream.Read(pStr,nLen); in Read()
288 pStr[nLen] = 0; in Read()
/aoo41x/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 …]
/aoo41x/main/svl/source/numbers/
H A Dzforfind.hxx134 const sal_Unicode*& pStr,
138 const sal_Unicode*& pStr, // in input to 000123
/aoo41x/main/filter/source/msfilter/
H A Deschesdo.hxx61 sal_Int32 ImplGetInt32PropertyValue( const sal_Unicode* pStr, sal_uInt32 nDef = 0 ) in ImplGetInt32PropertyValue() argument
62 { return ImplGetPropertyValue( pStr ) ? *(sal_Int32*)mAny.getValue() : nDef; } in ImplGetInt32PropertyValue()
/aoo41x/main/svx/source/gallery2/
H A Dgalbrws2.cxx223 const OUString *pStr = sItems.getConstArray(); in statusChanged() local
224 const OUString *pEnd = pStr + sItems.getLength(); in statusChanged()
225 for ( sal_uInt16 nId = 1; pStr != pEnd; pStr++, nId++ ) in statusChanged()
227 maBackgroundPopup.InsertItem( nId, *pStr ); in statusChanged()
/aoo41x/main/vcl/aqua/source/gdi/
H A Dsalprn.cxx70 NSString* pStr = CreateNSString( i_rQueue.maPrinterName ); in AquaSalInfoPrinter() local
71 mpPrinter = [NSPrinter printerWithName: pStr]; in AquaSalInfoPrinter()
72 [pStr release]; in AquaSalInfoPrinter()
/aoo41x/main/i18npool/source/search/
H A Dlevdis.cxx117 static sal_Int32 Impl_WLD_StringLen( const sal_Unicode* pStr ) in Impl_WLD_StringLen() argument
119 const sal_Unicode* pTempStr = pStr; in Impl_WLD_StringLen()
122 return (sal_Int32)(pTempStr-pStr); in Impl_WLD_StringLen()
/aoo41x/main/sw/source/core/unocore/
H A Dswunohelper.cxx249 String* pStr = new String( sTitle ); in UCB_GetFileListOfFolder() local
250 rList.Insert( pStr, rList.Count() ); in UCB_GetFileListOfFolder()
/aoo41x/main/sw/source/ui/utlui/
H A Dinitui.cxx89 void SetCurrGlosGroup(String* pStr) in SetCurrGlosGroup() argument
91 pCurrGlosGroup = pStr; in SetCurrGlosGroup()
/aoo41x/main/cosv/inc/cosv/
H A Dstreamstr.hxx307 StreamStr & operator()() { return *pStr; } in operator ()()
310 StreamStr * pStr; member in csv::StreamStrLock
/aoo41x/main/sw/source/core/doc/
H A DSwStyleNameMapper.cxx895 String* pStr = new String( rRId ); in NewUINameArray() local
896 pNameArray->Insert( pStr, pNameArray->Count() ); in NewUINameArray()
998 String* pStr = new String( pTable->pChar, pTable->nLength, RTL_TEXTENCODING_ASCII_US ); in NewProgNameArray() local
999 pProgNameArray->Insert( pStr, pProgNameArray->Count() ); in NewProgNameArray()
H A Ddoctxm.cxx120 const String* pStr; in SV_IMPL_PTRARR() local
122 pStr = &((SwTOXMark*)pItem)->GetPrimaryKey(); in SV_IMPL_PTRARR()
124 pStr = &((SwTOXMark*)pItem)->GetSecondaryKey(); in SV_IMPL_PTRARR()
126 if( pStr->Len() ) in SV_IMPL_PTRARR()
127 rArr.Insert( (StringPtr)pStr ); in SV_IMPL_PTRARR()
995 String* pStr = 0; in Update() local
1002 aStrArr.Insert( pStr, nCnt ); in Update()
/aoo41x/main/rsc/source/parser/
H A Drscyacc.cxx93 void SetString( const RSCINST & rInst, const char * pVarName, const char * pStr ) in SetString() argument
100 aError = aInst.pClass->SetString( aInst, pStr ); in SetString()
/aoo41x/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx1550 pStr->Seek( nClxPos ); in OpenPieceTable()
1553 *pStr >> clxt; in OpenPieceTable()
1560 *pStr >> nLen; in OpenPieceTable()
1564 pStr->SeekRel( nLen ); // ueberlies grpprl in OpenPieceTable()
1568 pStr->Seek( nClxPos ); in OpenPieceTable()
1576 *pStr >> clxt; in OpenPieceTable()
1581 *pStr >> nLen; in OpenPieceTable()
1589 pStr->Read( p+2, nLen ); // lies grpprl in OpenPieceTable()
1593 pStr->SeekRel( nLen ); // ueberlies nicht-Grpprl in OpenPieceTable()
1597 *pStr >> nPLCFfLen; in OpenPieceTable()
[all …]
/aoo41x/main/sax/source/tools/
H A Dconverter.cxx756 const sal_Unicode* pStr = aTrimmed.getStr(); in convertDuration() local
760 if ( sal_Unicode('-') == (*pStr) ) in convertDuration()
763 pStr++; in convertDuration()
766 if ( *(pStr++) != sal_Unicode('P') ) // duration must start with "P" in convertDuration()
782 sal_Unicode c = *(pStr++); in convertDuration()
/aoo41x/main/oox/source/core/
H A Dfilterdetect.cxx399 const sal_Unicode* pStr = rPassword.getStr(); in lclGenerateEncryptionKey() local
400 for( sal_Int32 i = 0, nLen = rPassword.getLength(); i < nLen; ++i, ++pStr, pnPasswordLoc += 2 ) in lclGenerateEncryptionKey()
401 ByteOrderConverter::writeLittleEndian( pnPasswordLoc, static_cast< sal_uInt16 >( *pStr ) ); in lclGenerateEncryptionKey()
/aoo41x/main/i18npool/source/localedata/
H A DLocaleNode.cxx299 void LocaleNode::incError( const char* pStr ) const in incError()
302 fprintf( stderr, "Error: %s\n", pStr); in incError()
324 void LocaleNode::incErrorInt( const char* pStr, int nVal ) const in incErrorInt() argument
327 fprintf( stderr, prepareErrorFormat( pStr, ": %d"), nVal); in incErrorInt()
330 void LocaleNode::incErrorStr( const char* pStr, const ::rtl::OUString& rVal ) const in incErrorStr() argument
333 fprintf( stderr, prepareErrorFormat( pStr, ": %s"), OSTR( rVal)); in incErrorStr()

Completed in 236 milliseconds

12345678910>>...14