Home
last modified time | relevance | path

Searched refs:aOutStr (Results 1 – 25 of 48) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dbgui/
H A Dasciiopt.cxx181 OUStringBuffer aOutStr; in WriteToString() local
185 aOutStr.append(pStrFix); in WriteToString()
187 aOutStr.append("0"); in WriteToString()
194 aOutStr.append("/"); in WriteToString()
195 aOutStr.append(OUString::number(aFieldSeps[i])); in WriteToString()
199 aOutStr.append("/"); in WriteToString()
200 aOutStr.append(pStrMrg); in WriteToString()
205 aOutStr.append("," + OUString::number(cTextSep) + ","); in WriteToString()
220 aOutStr.append("/"); in WriteToString()
229 aOutStr.append("," + in WriteToString()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dbgui/
H A Dasciiopt.cxx181 OUStringBuffer aOutStr; in WriteToString() local
185 aOutStr.append(pStrFix); in WriteToString()
187 aOutStr.append("0"); in WriteToString()
194 aOutStr.append("/"); in WriteToString()
195 aOutStr.append(OUString::number(aFieldSeps[i])); in WriteToString()
199 aOutStr.append("/"); in WriteToString()
200 aOutStr.append(pStrMrg); in WriteToString()
220 aOutStr.append("/"); in WriteToString()
221 aOutStr.append(OUString::number(mvColStart[nInfo])) in WriteToString()
229 aOutStr.append(",") in WriteToString()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsCSSRules.cpp553 nsAString& aOutStr) { in FeatureValuesToString() argument
565 aOutStr.Append(functAlt); in FeatureValuesToString()
566 aOutStr.AppendLiteral(" {"); in FeatureValuesToString()
571 aOutStr.Append(' '); in FeatureValuesToString()
574 aOutStr.Append(':'); in FeatureValuesToString()
578 aOutStr.Append(' '); in FeatureValuesToString()
582 aOutStr.Append(';'); in FeatureValuesToString()
591 nsAString& aOutStr) { in FontFeatureValuesRuleToString() argument
595 aOutStr.Append(familyListStr); in FontFeatureValuesRuleToString()
598 aOutStr.Append(valueTextStr); in FontFeatureValuesRuleToString()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ascii/
H A Dascatr.cxx335 OUString aOutStr(buf.makeStringAndClear()); in OutASC_SwTextNode() local
337 aOutStr = aOutStr.replaceAll(OUStringChar(CHAR_SOFTHYPHEN), ""); in OutASC_SwTextNode()
350 aOutStr = comphelper::string::removeAny(aOutStr, forbidden); in OutASC_SwTextNode()
352 rWrt.Strm().WriteUnicodeOrByteText( aOutStr ); in OutASC_SwTextNode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ascii/
H A Dascatr.cxx340 OUString aOutStr(buf.makeStringAndClear()); in OutASC_SwTextNode() local
342 aOutStr = aOutStr.replaceAll(OUStringChar(CHAR_SOFTHYPHEN), ""); in OutASC_SwTextNode()
355 aOutStr = comphelper::string::removeAny(aOutStr, forbidden); in OutASC_SwTextNode()
357 rWrt.Strm().WriteUnicodeOrByteText( aOutStr ); in OutASC_SwTextNode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/filter/
H A DRtfFilter.cxx126 OUString aOutStr; in filter() local
128 && osl::FileBase::getFileURLFromSystemPath(OUString::fromUtf8(pEnv), aOutStr) in filter()
132 utl::UcbStreamHelper::CreateStream(aOutStr, StreamMode::WRITE)); in filter()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/filter/
H A DRtfFilter.cxx121 OUString aOutStr; in filter() local
122 …Env && osl::FileBase::getFileURLFromSystemPath(OUString::fromUtf8(pEnv), aOutStr) == osl::FileBase… in filter()
124 … std::unique_ptr<SvStream> pOut(utl::UcbStreamHelper::CreateStream(aOutStr, StreamMode::WRITE)); in filter()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsCSSRules.cpp1717 nsAString& aOutStr) in NS_IMPL_RELEASE()
1730 aOutStr.Append(functAlt); in NS_IMPL_RELEASE()
1731 aOutStr.AppendLiteral(" {"); in NS_IMPL_RELEASE()
1736 aOutStr.Append(' '); in NS_IMPL_RELEASE()
1739 aOutStr.Append(':'); in NS_IMPL_RELEASE()
1743 aOutStr.Append(' '); in NS_IMPL_RELEASE()
1747 aOutStr.Append(';'); in NS_IMPL_RELEASE()
1757 nsAString& aOutStr) in FontFeatureValuesRuleToString() argument
1762 aOutStr.Append(familyListStr); in FontFeatureValuesRuleToString()
1765 aOutStr.Append(valueTextStr); in FontFeatureValuesRuleToString()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/io/
H A DnsStreamUtils.cpp529 static nsresult FillOutputBuffer(nsIOutputStream* aOutStr, void* aClosure, in FillOutputBuffer() argument
675 static nsresult TestOutputStream(nsIOutputStream* aOutStr, void* aClosure, in TestOutputStream() argument
725 nsresult NS_CopySegmentToBuffer(nsIOutputStream* aOutStr, void* aClosure, in NS_CopySegmentToBuffer() argument
H A DnsLocalFileUnix.cpp2189 static nsresult CFStringReftoUTF8(CFStringRef aInStrRef, nsACString& aOutStr) { in CFStringReftoUTF8() argument
2197 aOutStr.SetLength(usedBufLen); in CFStringReftoUTF8()
2198 if (aOutStr.Length() != (unsigned int)usedBufLen) { in CFStringReftoUTF8()
2201 UInt8* buffer = (UInt8*)aOutStr.BeginWriting(); in CFStringReftoUTF8()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/io/
H A DnsStreamUtils.cpp588 static nsresult FillOutputBuffer(nsIOutputStream* aOutStr, in FillOutputBuffer() argument
760 TestOutputStream(nsIOutputStream* aOutStr, in TestOutputStream() argument
826 NS_CopySegmentToBuffer(nsIOutputStream* aOutStr, in NS_CopySegmentToBuffer() argument
H A DnsLocalFileUnix.cpp2282 static nsresult CFStringReftoUTF8(CFStringRef aInStrRef, nsACString& aOutStr) in CFStringReftoUTF8() argument
2291 aOutStr.SetLength(usedBufLen); in CFStringReftoUTF8()
2292 if (aOutStr.Length() != (unsigned int)usedBufLen) { in CFStringReftoUTF8()
2295 UInt8* buffer = (UInt8*)aOutStr.BeginWriting(); in CFStringReftoUTF8()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/io/
H A DnsStreamUtils.cpp538 static nsresult FillOutputBuffer(nsIOutputStream* aOutStr, void* aClosure, in FillOutputBuffer() argument
719 static nsresult TestOutputStream(nsIOutputStream* aOutStr, void* aClosure, in TestOutputStream() argument
769 nsresult NS_CopySegmentToBuffer(nsIOutputStream* aOutStr, void* aClosure, in NS_CopySegmentToBuffer() argument
H A DnsLocalFileUnix.cpp2176 static nsresult CFStringReftoUTF8(CFStringRef aInStrRef, nsACString& aOutStr) { in CFStringReftoUTF8() argument
2184 aOutStr.SetLength(usedBufLen); in CFStringReftoUTF8()
2185 if (aOutStr.Length() != (unsigned int)usedBufLen) { in CFStringReftoUTF8()
2188 UInt8* buffer = (UInt8*)aOutStr.BeginWriting(); in CFStringReftoUTF8()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/io/
H A DnsStreamUtils.cpp538 static nsresult FillOutputBuffer(nsIOutputStream* aOutStr, void* aClosure, in FillOutputBuffer() argument
719 static nsresult TestOutputStream(nsIOutputStream* aOutStr, void* aClosure, in TestOutputStream() argument
769 nsresult NS_CopySegmentToBuffer(nsIOutputStream* aOutStr, void* aClosure, in NS_CopySegmentToBuffer() argument
H A DnsLocalFileUnix.cpp2284 static nsresult CFStringReftoUTF8(CFStringRef aInStrRef, nsACString& aOutStr) { in CFStringReftoUTF8() argument
2293 aOutStr.SetLength(usedBufLen); in CFStringReftoUTF8()
2294 if (aOutStr.Length() != (unsigned int)usedBufLen) { in CFStringReftoUTF8()
2297 UInt8* buffer = (UInt8*)aOutStr.BeginWriting(); in CFStringReftoUTF8()
/dports/www/firefox/firefox-99.0/xpcom/io/
H A DnsStreamUtils.cpp538 static nsresult FillOutputBuffer(nsIOutputStream* aOutStr, void* aClosure, in FillOutputBuffer() argument
719 static nsresult TestOutputStream(nsIOutputStream* aOutStr, void* aClosure, in TestOutputStream() argument
769 nsresult NS_CopyBufferToSegment(nsIOutputStream* aOutStr, void* aClosure, in NS_CopyBufferToSegment() argument
H A DnsLocalFileUnix.cpp2410 static nsresult CFStringReftoUTF8(CFStringRef aInStrRef, nsACString& aOutStr) { in CFStringReftoUTF8() argument
2419 aOutStr.SetLength(usedBufLen); in CFStringReftoUTF8()
2420 if (aOutStr.Length() != (unsigned int)usedBufLen) { in CFStringReftoUTF8()
2423 UInt8* buffer = (UInt8*)aOutStr.BeginWriting(); in CFStringReftoUTF8()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/io/
H A DnsStreamUtils.cpp538 static nsresult FillOutputBuffer(nsIOutputStream* aOutStr, void* aClosure, in FillOutputBuffer() argument
719 static nsresult TestOutputStream(nsIOutputStream* aOutStr, void* aClosure, in TestOutputStream() argument
769 nsresult NS_CopySegmentToBuffer(nsIOutputStream* aOutStr, void* aClosure, in NS_CopySegmentToBuffer() argument
H A DnsLocalFileUnix.cpp2284 static nsresult CFStringReftoUTF8(CFStringRef aInStrRef, nsACString& aOutStr) { in CFStringReftoUTF8() argument
2293 aOutStr.SetLength(usedBufLen); in CFStringReftoUTF8()
2294 if (aOutStr.Length() != (unsigned int)usedBufLen) { in CFStringReftoUTF8()
2297 UInt8* buffer = (UInt8*)aOutStr.BeginWriting(); in CFStringReftoUTF8()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Dcuigaldlg.cxx524 OUString aOutStr( OUString::number(pThm->GetObjectCount()) ); in SetXChgData() local
546 aOutStr += " " + aObjStr; in SetXChgData()
548 m_xFtMSShowContent->set_label(aOutStr); in SetXChgData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A Dcuigaldlg.cxx523 OUString aOutStr( OUString::number(pThm->GetObjectCount()) ); in SetXChgData() local
545 aOutStr += " " + aObjStr; in SetXChgData()
547 m_xFtMSShowContent->set_label(aOutStr); in SetXChgData()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/system/mac/
H A DnsNetworkLinkService.mm128 static nsresult CFStringReftoUTF8(CFStringRef aInStrRef, nsACString& aOutStr) {
136 aOutStr.SetLength(usedBufLen);
137 if (aOutStr.Length() != (unsigned int)usedBufLen) {
140 UInt8* buffer = (UInt8*)aOutStr.BeginWriting();
/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/source/
H A Ddicimp.cxx462 OString aOutStr = formatForSave(aEntrie, eEnc); in saveEntries() local
463 pStream->WriteLine (aOutStr); in saveEntries()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/linguistic/source/
H A Ddicimp.cxx466 OString aOutStr = formatForSave(aEntrie, eEnc); in saveEntries() local
467 pStream->WriteLine (aOutStr); in saveEntries()

12