Home
last modified time | relevance | path

Searched refs:rStr (Results 1 – 25 of 1270) sorted by relevance

12345678910>>...51

/dports/editors/libreoffice6/libreoffice-6.4.7.2/basegfx/source/tools/
H A Dstringconversiontools.cxx28 const OUString& rStr, in skipSpaces() argument
32 rStr[io_rPos] == ' ' ) in skipSpaces()
43 && (rStr[io_rPos] == ' ' || rStr[io_rPos] == ',')) in skipSpacesAndCommas()
53 sal_Unicode aChar = io_rPos < rStr.getLength() ? rStr[io_rPos] : 0; in getDoubleChar()
60 aChar = rStr[++io_rPos]; in getDoubleChar()
68 aChar = io_rPos < rStr.getLength() ? rStr[io_rPos] : 0; in getDoubleChar()
76 aChar = io_rPos < rStr.getLength() ? rStr[io_rPos] : 0; in getDoubleChar()
84 aChar = io_rPos < rStr.getLength() ? rStr[io_rPos] : 0; in getDoubleChar()
92 aChar = io_rPos < rStr.getLength() ? rStr[io_rPos] : 0; in getDoubleChar()
99 aChar = io_rPos < rStr.getLength() ? rStr[io_rPos] : 0; in getDoubleChar()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basegfx/source/tools/
H A Dstringconversiontools.cxx26 std::u16string_view rStr, in skipSpaces() argument
30 rStr[io_rPos] == ' ' ) in skipSpaces()
41 && (rStr[io_rPos] == ' ' || rStr[io_rPos] == ',')) in skipSpacesAndCommas()
51 sal_Unicode aChar = io_rPos < rStr.getLength() ? rStr[io_rPos] : 0; in getDoubleChar()
58 aChar = rStr[++io_rPos]; in getDoubleChar()
66 aChar = io_rPos < rStr.getLength() ? rStr[io_rPos] : 0; in getDoubleChar()
74 aChar = io_rPos < rStr.getLength() ? rStr[io_rPos] : 0; in getDoubleChar()
82 aChar = io_rPos < rStr.getLength() ? rStr[io_rPos] : 0; in getDoubleChar()
90 aChar = io_rPos < rStr.getLength() ? rStr[io_rPos] : 0; in getDoubleChar()
97 aChar = io_rPos < rStr.getLength() ? rStr[io_rPos] : 0; in getDoubleChar()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/i18n/
H A Dcharclass.cxx75 if ( rStr.isEmpty() ) in isAsciiNumeric()
93 if ( rStr.isEmpty() ) in isAsciiAlpha()
110 sal_Unicode c = rStr[nPos]; in isAlpha()
132 sal_Unicode c = rStr[nPos]; in isLetter()
159 return isLetterType( xCC->getStringType( rStr, 0, rStr.getLength(), getMyLocale() ) ); in isLetter()
171 sal_Unicode c = rStr[ nPos ]; in isDigit()
198 return isNumericType( xCC->getStringType( rStr, 0, rStr.getLength(), getMyLocale() ) ); in isNumeric()
210 sal_Unicode c = rStr[nPos]; in isAlphaNumeric()
232 sal_Unicode c = rStr[nPos]; in isLetterNumeric()
406 const OUString& rStr, in parseAnyToken() argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/i18n/
H A Dcharclass.cxx75 if ( rStr.isEmpty() ) in isAsciiNumeric()
93 if ( rStr.isEmpty() ) in isAsciiAlpha()
110 sal_Unicode c = rStr[nPos]; in isAlpha()
132 sal_Unicode c = rStr[nPos]; in isLetter()
159 return isLetterType( xCC->getStringType( rStr, 0, rStr.getLength(), getMyLocale() ) ); in isLetter()
171 sal_Unicode c = rStr[ nPos ]; in isDigit()
198 return isNumericType( xCC->getStringType( rStr, 0, rStr.getLength(), getMyLocale() ) ); in isNumeric()
210 sal_Unicode c = rStr[nPos]; in isAlphaNumeric()
232 sal_Unicode c = rStr[nPos]; in isLetterNumeric()
406 const OUString& rStr, in parseAnyToken() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgdocument.cxx42 void SvgDocument::addSvgNodeToMapper(const OUString& rStr, const SvgNode& rNode) in addSvgNodeToMapper() argument
44 if(!rStr.isEmpty()) in addSvgNodeToMapper()
46 maIdTokenMapperList.emplace(rStr, &rNode); in addSvgNodeToMapper()
50 void SvgDocument::removeSvgNodeFromMapper(const OUString& rStr) in removeSvgNodeFromMapper() argument
52 if(!rStr.isEmpty()) in removeSvgNodeFromMapper()
54 maIdTokenMapperList.erase(rStr); in removeSvgNodeFromMapper()
58 const SvgNode* SvgDocument::findSvgNodeById(const OUString& rStr) const in findSvgNodeById()
60 const IdTokenMapper::const_iterator aResult(maIdTokenMapperList.find(rStr)); in findSvgNodeById()
74 if(!rStr.isEmpty()) in addSvgStyleAttributesToMapper()
76 maIdStyleTokenMapperList.emplace(rStr, &rSvgStyleAttributes); in addSvgStyleAttributesToMapper()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgdocument.cxx44 void SvgDocument::addSvgNodeToMapper(const OUString& rStr, const SvgNode& rNode) in addSvgNodeToMapper() argument
46 if(!rStr.isEmpty()) in addSvgNodeToMapper()
48 maIdTokenMapperList.emplace(rStr, &rNode); in addSvgNodeToMapper()
52 void SvgDocument::removeSvgNodeFromMapper(const OUString& rStr) in removeSvgNodeFromMapper() argument
54 if(!rStr.isEmpty()) in removeSvgNodeFromMapper()
56 maIdTokenMapperList.erase(rStr); in removeSvgNodeFromMapper()
60 const SvgNode* SvgDocument::findSvgNodeById(const OUString& rStr) const in findSvgNodeById()
62 const IdTokenMapper::const_iterator aResult(maIdTokenMapperList.find(rStr)); in findSvgNodeById()
76 if(!rStr.isEmpty()) in addSvgStyleAttributesToMapper()
78 maIdStyleTokenMapperList.emplace(rStr, &rSvgStyleAttributes); in addSvgStyleAttributesToMapper()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/unotools/
H A Dcharclass.hxx89 static bool isAsciiNumeric( const OUString& rStr );
92 static bool isAsciiAlpha( const OUString& rStr );
145 sal_Int16 getType( const OUString& rStr, sal_Int32 nPos ) const;
152 const OUString& rStr,
161 const OUString& rStr,
170 bool isAlpha( const OUString& rStr, sal_Int32 nPos ) const;
171 bool isLetter( const OUString& rStr, sal_Int32 nPos ) const;
172 bool isDigit( const OUString& rStr, sal_Int32 nPos ) const;
175 bool isLetter( const OUString& rStr ) const;
176 bool isNumeric( const OUString& rStr ) const;
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/unotools/
H A Dcharclass.hxx94 static bool isAsciiNumeric( const OUString& rStr );
97 static bool isAsciiAlpha( const OUString& rStr );
150 sal_Int16 getType( const OUString& rStr, sal_Int32 nPos ) const;
157 const OUString& rStr,
166 const OUString& rStr,
175 bool isAlpha( const OUString& rStr, sal_Int32 nPos ) const;
176 bool isLetter( const OUString& rStr, sal_Int32 nPos ) const;
177 bool isDigit( const OUString& rStr, sal_Int32 nPos ) const;
180 bool isLetter( const OUString& rStr ) const;
181 bool isNumeric( const OUString& rStr ) const;
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/misc/
H A Dehdl.cxx165 if(GetErrorString(nErrCode, rStr)) in CreateString()
170 rStr = rStr.replaceAll("$(ARG1)", pStringInfo->GetErrorString()); in CreateString()
177 rStr = rStr.replaceAll("$(ARG1)", pTwoStringInfo->GetArg1()); in CreateString()
178 rStr = rStr.replaceAll("$(ARG2)", pTwoStringInfo->GetArg2()); in CreateString()
200 rStr = SvtResId(pItem->first); in GetClassString()
217 rStr = "$(CLASS)$(ERROR)"; in GetErrorString()
223 rStr = rStr.replaceAll("$(ERROR)", Translate::get(pItem->first, aResLocale)); in GetErrorString()
235 rStr = rStr.replaceAll("$(CLASS)",aErrStr); in GetErrorString()
273 rStr = Translate::get(pItem->first, aResLocale); in GetString()
274 rStr = rStr.replaceAll("$(ARG1)", aArg1); in GetString()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/misc/
H A Dehdl.cxx165 if(GetErrorString(nErrCode, rStr)) in CreateString()
170 rStr = rStr.replaceAll("$(ARG1)", pStringInfo->GetErrorString()); in CreateString()
177 rStr = rStr.replaceAll("$(ARG1)", pTwoStringInfo->GetArg1()); in CreateString()
178 rStr = rStr.replaceAll("$(ARG2)", pTwoStringInfo->GetArg2()); in CreateString()
200 rStr = SvtResId(pItem->first); in GetClassString()
217 rStr = "$(CLASS)$(ERROR)"; in GetErrorString()
223 rStr = rStr.replaceAll("$(ERROR)", Translate::get(pItem->first, aResLocale)); in GetErrorString()
235 rStr = rStr.replaceAll("$(CLASS)",aErrStr); in GetErrorString()
273 rStr = Translate::get(pItem->first, aResLocale); in GetString()
274 rStr = rStr.replaceAll("$(ARG1)", aArg1); in GetString()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/dump/
H A Ddumperbase.cxx198 rStr.append( cChar ); in appendChar()
204 rStr.append( rData ); in appendString()
267 rStr.append( "0x" ); in appendHex()
517 rStr.append( cSep ); in appendToken()
518 rStr.append( rToken ); in appendToken()
604 while( (nBeg < rStr.getLength()) && ((rStr[ nBeg ] == ' ') || (rStr[ nBeg ] == '\t')) ) in trimSpaces()
607 while( (nEnd > nBeg) && ((rStr[ nEnd - 1 ] == ' ') || (rStr[ nEnd - 1 ] == '\t')) ) in trimSpaces()
617 return rStr; in trimTrailingNul()
628 if ( rStr == u"int8" ) in convertToDataType()
654 if ( rStr == u"dec" ) in convertToFormatType()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/dump/
H A Ddumperbase.cxx200 rStr.append( cChar ); in appendChar()
206 rStr.append( rData ); in appendString()
269 rStr.append( "0x" ); in appendHex()
519 rStr.append( cSep ); in appendToken()
520 rStr.append( rToken ); in appendToken()
606 while( (nBeg < rStr.getLength()) && ((rStr[ nBeg ] == ' ') || (rStr[ nBeg ] == '\t')) ) in trimSpaces()
609 while( (nEnd > nBeg) && ((rStr[ nEnd - 1 ] == ' ') || (rStr[ nEnd - 1 ] == '\t')) ) in trimSpaces()
619 return rStr; in trimTrailingNul()
630 if ( rStr == "int8" ) in convertToDataType()
656 if ( rStr == "dec" ) in convertToFormatType()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dbgui/
H A Dimoptdlg.cxx32 ScImportOptions::ScImportOptions( const OUString& rStr ) in ScImportOptions() argument
48 sal_Int32 nTokenCount = comphelper::string::getTokenCount(rStr, ','); in ScImportOptions()
54 OUString aToken( rStr.getToken( 0, ',', nIdx ) ); in ScImportOptions()
60 aStrFont = rStr.getToken(0, ',', nIdx); in ScImportOptions()
66 bSaveAsShown = rStr.getToken(0, ',', nIdx).toInt32() != 0; in ScImportOptions()
73 bQuoteAllText = rStr.getToken(3, ',', nIdx) == "true"; // 7th token in ScImportOptions()
75 bSaveNumberAsSuch = rStr.getToken(0, ',', nIdx) == "true"; in ScImportOptions()
77 bSaveAsShown = rStr.getToken(0, ',', nIdx) == "true"; in ScImportOptions()
79 bSaveFormulas = rStr.getToken(0, ',', nIdx) == "true"; in ScImportOptions()
81 bRemoveSpace = rStr.getToken(0, ',', nIdx) == "true"; in ScImportOptions()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dbgui/
H A Dimoptdlg.cxx31 ScImportOptions::ScImportOptions( const OUString& rStr ) in ScImportOptions() argument
46 sal_Int32 nTokenCount = comphelper::string::getTokenCount(rStr, ','); in ScImportOptions()
51 OUString aToken( rStr.getToken( 0, ',', nIdx ) ); in ScImportOptions()
56 nTextSepCode = static_cast<sal_Unicode>(rStr.getToken(0, ',', nIdx).toInt32()); in ScImportOptions()
57 aStrFont = rStr.getToken(0, ',', nIdx); in ScImportOptions()
63 bSaveAsShown = rStr.getToken(0, ',', nIdx).toInt32() != 0; in ScImportOptions()
70 bQuoteAllText = rStr.getToken(3, ',', nIdx) == "true"; // 7th token in ScImportOptions()
72 bSaveNumberAsSuch = rStr.getToken(0, ',', nIdx) == "true"; in ScImportOptions()
74 bSaveAsShown = rStr.getToken(0, ',', nIdx) == "true"; in ScImportOptions()
76 bSaveFormulas = rStr.getToken(0, ',', nIdx) == "true"; in ScImportOptions()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/mathml/
H A Dmathmlattr.cxx14 static sal_Int32 ParseMathMLUnsignedNumber(const OUString& rStr, Fraction& rUN) in ParseMathMLUnsignedNumber() argument
16 auto nLen = rStr.getLength(); in ParseMathMLUnsignedNumber()
21 auto cD = rStr[nIdx]; in ParseMathMLUnsignedNumber()
35 rUN = Fraction(rStr.copy(0, nIdx).toDouble()); in ParseMathMLUnsignedNumber()
40 static sal_Int32 ParseMathMLNumber(const OUString& rStr, Fraction& rN) in ParseMathMLNumber() argument
42 if (rStr.isEmpty()) in ParseMathMLNumber()
44 bool bNegative = (rStr[0] == '-'); in ParseMathMLNumber()
46 auto nIdx = ParseMathMLUnsignedNumber(rStr.copy(nOffset), rN); in ParseMathMLNumber()
56 auto nIdx = ParseMathMLNumber(rStr, rV.aNumber); in ParseMathMLAttributeLengthValue()
59 OUString sRest = rStr.copy(nIdx); in ParseMathMLAttributeLengthValue()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dmathmlattr.cxx14 static sal_Int32 ParseMathMLUnsignedNumber(const OUString &rStr, Fraction& rUN) in ParseMathMLUnsignedNumber() argument
16 auto nLen = rStr.getLength(); in ParseMathMLUnsignedNumber()
21 auto cD = rStr[nIdx]; in ParseMathMLUnsignedNumber()
35 rUN = Fraction(rStr.copy(0, nIdx).toDouble()); in ParseMathMLUnsignedNumber()
40 static sal_Int32 ParseMathMLNumber(const OUString &rStr, Fraction& rN) in ParseMathMLNumber() argument
42 if (rStr.isEmpty()) in ParseMathMLNumber()
44 bool bNegative = (rStr[0] == '-'); in ParseMathMLNumber()
46 auto nIdx = ParseMathMLUnsignedNumber(rStr.copy(nOffset), rN); in ParseMathMLNumber()
56 auto nIdx = ParseMathMLNumber(rStr, rV.aNumber); in ParseMathMLAttributeLengthValue()
59 OUString sRest = rStr.copy(nIdx); in ParseMathMLAttributeLengthValue()
[all …]
/dports/sysutils/incron/incron-81421d3a8bde0989d7e167d8a814d5232896c930/
H A Dinotify-cxx.cpp41 if (!rStr.empty()) { \
42 rStr.append(","); \
116 rStr = ""; in DumpTypes()
148 rStr.append("IN_OPEN"); in DumpTypes()
152 rStr.append("IN_CLOSE"); in DumpTypes()
174 rStr.append("IN_MOVE"); in DumpTypes()
189 rStr.append("IN_UNMOUNT"); in DumpTypes()
197 rStr.append("IN_IGNORED"); in DumpTypes()
201 rStr.append("IN_ISDIR"); in DumpTypes()
205 rStr.append("IN_ONESHOT"); in DumpTypes()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/
H A Dstream.hxx251 { WriteBytes(rStr.data(), rStr.size()); return *this; } in WriteOString()
427 (*f)(rStr); in operator <<()
428 return rStr; in operator <<()
431 TOOLS_DLLPUBLIC SvStream& endl( SvStream& rStr );
433 TOOLS_DLLPUBLIC SvStream& endlu( SvStream& rStr );
435 TOOLS_DLLPUBLIC SvStream& endlub( SvStream& rStr );
474 std::u16string_view rStr, std::size_t nUnits);
477 std::u16string_view rStr) in write_uInt16s_FromOUString() argument
479 return write_uInt16s_FromOUString(rStrm, rStr, rStr.size()); in write_uInt16s_FromOUString()
545 return rStrm.WriteBytes(rStr.data(), nUnits); in write_uInt8s_FromOString()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/
H A Dstream.hxx249 { WriteBytes(rStr.getStr(), rStr.getLength()); return *this; } in WriteOString()
425 (*f)(rStr); in operator <<()
426 return rStr; in operator <<()
429 TOOLS_DLLPUBLIC SvStream& endl( SvStream& rStr );
431 TOOLS_DLLPUBLIC SvStream& endlu( SvStream& rStr );
433 TOOLS_DLLPUBLIC SvStream& endlub( SvStream& rStr );
472 const OUString& rStr, std::size_t nUnits);
475 const OUString& rStr) in write_uInt16s_FromOUString() argument
477 return write_uInt16s_FromOUString(rStrm, rStr, rStr.getLength()); in write_uInt16s_FromOUString()
543 return rStrm.WriteBytes(rStr.getStr(), nUnits); in write_uInt8s_FromOString()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/quartz/
H A Dutils.cxx30 OUString GetOUString( CFStringRef rStr ) in GetOUString() argument
32 if( rStr == nullptr ) in GetOUString()
37 CFIndex nLength = CFStringGetLength( rStr ); in GetOUString()
43 const UniChar* pConstStr = CFStringGetCharactersPtr( rStr ); in GetOUString()
51 CFStringGetCharacters( rStr, aRange, pStr.get() ); in GetOUString()
78 CFStringRef CreateCFString( const OUString& rStr ) in CreateCFString() argument
80 …Characters(kCFAllocatorDefault, reinterpret_cast<UniChar const *>(rStr.getStr()), rStr.getLength()… in CreateCFString()
83 NSString* CreateNSString( const OUString& rStr ) in CreateNSString() argument
85 …g alloc] initWithCharacters: reinterpret_cast<unichar const *>(rStr.getStr()) length: rStr.getLeng… in CreateNSString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/outdev/
H A Dtext.cxx467 if (!rStr.isEmpty()) in ImplGetTextLines()
486 … while ( ( nBreakPos < nLen ) && ( rStr[ nBreakPos ] != '\r' ) && ( rStr[ nBreakPos ] != '\n' ) ) in ImplGetTextLines()
641 if ( nPos < nLen && ( ( rStr[ nPos ] == '\r' ) || ( rStr[ nPos ] == '\n' ) ) ) in ImplGetTextLines()
645 if ( ( nPos < nLen ) && ( rStr[ nPos ] == '\n' ) && ( rStr[ nPos-1 ] == '\r' ) ) in ImplGetTextLines()
953 if( nIndex >= rStr.getLength() ) in GetTextArray()
1062 if( nIndex >= rStr.getLength() ) in GetCaretPositions()
1170 if (rStr[i] > 0x052F) in ImplPrepareLayoutArgs()
1807 OUString aStr = rStr; in GetTextRect()
2080 if( nIndex >= rStr.getLength() ) in DrawCtrlText()
2087 OUString aStr = rStr; in DrawCtrlText()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dstringutil.cxx67 sal_Int32 n = rStr.getLength(); in parseSimpleNumber()
68 const sal_Unicode* p = rStr.getStr(); in parseSimpleNumber()
423 bool ScStringUtil::isMultiline( const OUString& rStr ) in isMultiline() argument
425 if (rStr.indexOf('\n') != -1) in isMultiline()
428 if (rStr.indexOf('\r') != -1) in isMultiline()
440 aRet.maText = rStr; in parseInputString()
443 if (rStr.getLength() > 1 && rStr[0] == '=') in parseInputString()
447 else if (rStr.getLength() > 1 && rStr[0] == '\'') in parseInputString()
451 aRet.maText = rStr.copy(1); in parseInputString()
458 if (rFormatter.IsNumberFormat(rStr, nNumFormat, aRet.mfValue)) in parseInputString()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dstringutil.cxx68 sal_Int32 n = rStr.getLength(); in parseSimpleNumber()
69 const sal_Unicode* p = rStr.getStr(); in parseSimpleNumber()
424 bool ScStringUtil::isMultiline( const OUString& rStr ) in isMultiline() argument
426 if (rStr.indexOf('\n') != -1) in isMultiline()
429 if (rStr.indexOf('\r') != -1) in isMultiline()
441 aRet.maText = rStr; in parseInputString()
444 if (rStr.getLength() > 1 && rStr[0] == '=') in parseInputString()
448 else if (rStr.getLength() > 1 && rStr[0] == '\'') in parseInputString()
452 aRet.maText = rStr.copy(1); in parseInputString()
459 if (rFormatter.IsNumberFormat(rStr, nNumFormat, aRet.mfValue)) in parseInputString()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/outdev/
H A Dtext.cxx466 if (!rStr.isEmpty()) in ImplGetTextLines()
485 … while ( ( nBreakPos < nLen ) && ( rStr[ nBreakPos ] != '\r' ) && ( rStr[ nBreakPos ] != '\n' ) ) in ImplGetTextLines()
640 if ( nPos < nLen && ( ( rStr[ nPos ] == '\r' ) || ( rStr[ nPos ] == '\n' ) ) ) in ImplGetTextLines()
644 if ( ( nPos < nLen ) && ( rStr[ nPos ] == '\n' ) && ( rStr[ nPos-1 ] == '\r' ) ) in ImplGetTextLines()
956 if( nIndex >= rStr.getLength() ) in GetTextArray()
1065 if( nIndex >= rStr.getLength() ) in GetCaretPositions()
1173 if (rStr[i] > 0x052F) in ImplPrepareLayoutArgs()
1811 OUString aStr = rStr; in GetTextRect()
2085 if( nIndex >= rStr.getLength() ) in DrawCtrlText()
2092 OUString aStr = rStr; in DrawCtrlText()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/quartz/
H A Dutils.cxx30 OUString GetOUString( CFStringRef rStr ) in GetOUString() argument
32 if( rStr == nullptr ) in GetOUString()
37 CFIndex nLength = CFStringGetLength( rStr ); in GetOUString()
43 const UniChar* pConstStr = CFStringGetCharactersPtr( rStr ); in GetOUString()
51 CFStringGetCharacters( rStr, aRange, pStr.get() ); in GetOUString()
78 CFStringRef CreateCFString( const OUString& rStr ) in CreateCFString() argument
80 …Characters(kCFAllocatorDefault, reinterpret_cast<UniChar const *>(rStr.getStr()), rStr.getLength()… in CreateCFString()
83 NSString* CreateNSString( const OUString& rStr ) in CreateNSString() argument
85 …g alloc] initWithCharacters: reinterpret_cast<unichar const *>(rStr.getStr()) length: rStr.getLeng… in CreateNSString()

12345678910>>...51