Home
last modified time | relevance | path

Searched refs:setCharAt (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/sdext/source/pdfimport/tree/
H A Dimagecontainer.cxx73 aBuf.setCharAt(nBufPos, aBase64EncodeTable [nIndex]); in encodeBase64()
76 aBuf.setCharAt(nBufPos+1, aBase64EncodeTable [nIndex]); in encodeBase64()
79 aBuf.setCharAt(nBufPos+2, aBase64EncodeTable [nIndex]); in encodeBase64()
82 aBuf.setCharAt(nBufPos+3, aBase64EncodeTable [nIndex]); in encodeBase64()
98 aBuf.setCharAt(nBufPos, aBase64EncodeTable [nIndex]); in encodeBase64()
101 aBuf.setCharAt(nBufPos+1, aBase64EncodeTable [nIndex]); in encodeBase64()
106 aBuf.setCharAt(nBufPos+2, aBase64EncodeTable [nIndex]); in encodeBase64()
/trunk/main/writerfilter/source/dmapper/
H A DConversionHelper.cxx334 aBuffer.setCharAt(nI, '\''); in lcl_SwapQuotesInField()
336 aBuffer.setCharAt(nI, '\"'); in lcl_SwapQuotesInField()
380 aNewFormat.setCharAt(nI, 'M'); in ConvertMSFormatStringToSO()
385 aNewFormat.setCharAt(nI, 'm'); in ConvertMSFormatStringToSO()
390 aNewFormat.setCharAt(nI, 'D'); in ConvertMSFormatStringToSO()
402 aNewFormat.setCharAt( nI, 'Y' ); in ConvertMSFormatStringToSO()
403 aNewFormat.setCharAt( nI + 1, 'Y' ); in ConvertMSFormatStringToSO()
415 aNewFormat.setCharAt( nI, 'y' ); in ConvertMSFormatStringToSO()
416 aNewFormat.setCharAt( nI + 1, 'y' ); in ConvertMSFormatStringToSO()
427 aNewFormat.setCharAt( nI, '\\' ); in ConvertMSFormatStringToSO()
/trunk/main/filter/source/placeware/
H A DBase64Codec.cxx112 sBuffer.setCharAt(0, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
115 sBuffer.setCharAt(1, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
120 sBuffer.setCharAt(2, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
125 sBuffer.setCharAt(3, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
/trunk/main/filter/source/xsltfilter/
H A DXMLBase64Codec.cxx112 sBuffer.setCharAt(0, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
115 sBuffer.setCharAt(1, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
120 sBuffer.setCharAt(2, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
125 sBuffer.setCharAt(3, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx249 if ((c == 0x201C) || (c == 0x201D)) rBuf.setCharAt(ix,(sal_Unicode)0x0022); in GetSpellFailure()
250 if ((c == 0x2018) || (c == 0x2019)) rBuf.setCharAt(ix,(sal_Unicode)0x0027); in GetSpellFailure()
357 if ((c == 0x201C) || (c == 0x201D)) rBuf.setCharAt(ix,(sal_Unicode)0x0022); in GetProposals()
358 if ((c == 0x2018) || (c == 0x2019)) rBuf.setCharAt(ix,(sal_Unicode)0x0027); in GetProposals()
/trunk/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx315 rBuf.setCharAt(ix,(sal_Unicode)0x0022); in GetSpellFailure()
317 rBuf.setCharAt(ix,(sal_Unicode)0x0027); in GetSpellFailure()
453 rBuf.setCharAt(ix,(sal_Unicode)0x0022); in GetProposals()
455 rBuf.setCharAt(ix,(sal_Unicode)0x0027); in GetProposals()
/trunk/main/svl/source/misc/
H A Dlngmisc.cxx85 aBuf.setCharAt( nCnt++, cChar ); in RemoveControlChars()
120 aBuf.setCharAt( nCnt++, cChar ); in ReplaceControlChars()
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx362 rBuf.setCharAt(ix,(sal_Unicode)0x0022); in hyphenate()
364 rBuf.setCharAt(ix,(sal_Unicode)0x0027); in hyphenate()
622 rBuf.setCharAt(ix,(sal_Unicode)0x0022); in createPossibleHyphens()
624 rBuf.setCharAt(ix,(sal_Unicode)0x0027); in createPossibleHyphens()
/trunk/main/dbaccess/source/core/api/
H A DCacheSet.cxx224 aSql.setCharAt(aSql.getLength()-1,')'); in insertRow()
225 aValues.setCharAt(aValues.getLength()-1,')'); in insertRow()
362 aSql.setCharAt(aSql.getLength()-1,' '); in updateRow()
H A DKeySet.cxx747 aSql.setCharAt(aSql.getLength()-1,')'); in insertRow()
748 aValues.setCharAt(aValues.getLength()-1,')'); in insertRow()
/trunk/main/sax/source/tools/
H A Dconverter.cxx1706 sBuffer.setCharAt(0, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
1709 sBuffer.setCharAt(1, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
1714 sBuffer.setCharAt(2, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
1719 sBuffer.setCharAt(3, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx1555 sBuffer.setCharAt(0, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
1558 sBuffer.setCharAt(1, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
1563 sBuffer.setCharAt(2, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
1568 sBuffer.setCharAt(3, aBase64EncodeTable [nIndex]); in ThreeByteToFourByte()
/trunk/main/framework/source/fwe/helper/
H A Dconfigimporter.cxx56 aCustomTbxName.setCharAt( 14, aCustomTbxName.charAt( 14 ) + i ); in ImportCustomToolbars()
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx454 aBuffer.setCharAt( 0, (sal_Unicode) ( 'A' + ( nColumn / 26 ) - 1 ) ); in lcl_GetColumnStr()
455 aBuffer.setCharAt( 1, (sal_Unicode) ( 'A' + ( nColumn % 26 ) ) ); in lcl_GetColumnStr()
/trunk/main/sal/inc/rtl/
H A Dstrbuf.hxx284 OStringBuffer & setCharAt(sal_Int32 index, sal_Char ch) in setCharAt() function in rtl::OStringBuffer
H A Dustrbuf.hxx285 OUStringBuffer & setCharAt(sal_Int32 index, sal_Unicode ch) in setCharAt() function in rtl::OUStringBuffer
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_OStringBuffer.cxx1307 class setCharAt : public ::testing::Test class
1329 TEST_F(setCharAt, setCharAt_001) in TEST_F() argument
1336 …ASSERT_TRUE((aStrBuf.setCharAt(input1, input2)).getStr() == expVal) << "set the first character of… in TEST_F()
1340 TEST_F(setCharAt, setCharAt_002) in TEST_F() argument
1351 TEST_F(setCharAt, setCharAt_003) in TEST_F() argument
1363 TEST_F(setCharAt, setCharAt_004) in TEST_F() argument
1375 TEST_F(setCharAt, setCharAt_005) in TEST_F() argument
1386 TEST_F(setCharAt, setCharAt_006) in TEST_F() argument
1397 TEST_F(setCharAt, setCharAt_007) in TEST_F() argument
1410 TEST_F(setCharAt, setCharAt_008) in TEST_F() argument
[all …]
/trunk/main/oox/source/ole/
H A Dolehelper.cxx91 orBuffer.setCharAt( nCharIdx, spcHexChars[ nValue & 0xF ] ); in lclAppendHex()
/trunk/main/connectivity/source/commontools/
H A DTIndexes.cxx188 aSql.setCharAt(aSql.getLength()-1,')'); in appendObject()
H A Ddbtools2.cxx354 aSql.setCharAt(aSql.getLength()-1,')'); in createStandardKeyStatement()
/trunk/main/framework/source/uielement/
H A Drecentfilesmenucontroller.cxx148 aMenuShortCut.setCharAt( 1, sal_Unicode( i + '1' ) ); in fillPopupMenu()
/trunk/main/forms/source/xforms/
H A Dconvert.cxx588 aBuffer.setCharAt( i, sal_Unicode(0x20) ); in replaceWhitespace()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx960 aBuffer.setCharAt( nIndex, cChar ); in getRot13()
/trunk/main/xmloff/source/text/
H A Dtxtimp.cxx1338 sChars.setCharAt( j, rImport.ConvStarBatsCharToStarSymbol( c ) ); in ConvertStarFonts()
1343 sChars.setCharAt( j, rImport.ConvStarMathCharToStarSymbol( c ) ); in ConvertStarFonts()
/trunk/main/sal/qa/rtl_strings/
H A Drtl_OUStringBuffer.cxx977 ( (arrTestCase[i].input1->setCharAt(arrTestCase[i].input2, in test_rtl_OUStringBuffer_setCharAt()

Completed in 200 milliseconds

12