Home
last modified time | relevance | path

Searched refs:sConverted (Results 1 – 9 of 9) sorted by relevance

/trunk/main/svtools/source/svrtf/
H A Drtfout.cxx119 OString sConverted; in Out_Char() local
123 bool bWriteAsUnicode = !(sBuf.convertToString(&sConverted, in Out_Char()
128 sBuf.convertToString(&sConverted, in Out_Char()
131 const sal_Int32 nLen = sConverted.getLength(); in Out_Char()
148 Out_Hex(rStream, sConverted.getStr()[nI], 2); in Out_Char()
/trunk/main/forms/source/xforms/
H A Dconvert.cxx557 ::rtl::OUString sConverted; in convertWhitespace()
564 sConverted = _rString; in convertWhitespace()
567 sConverted = replaceWhitespace( _rString ); in convertWhitespace()
570 sConverted = collapseWhitespace( _rString ); in convertWhitespace()
573 return sConverted; in convertWhitespace()
H A Ddatatypes.cxx240 ::rtl::OUString sConverted = Convert::convertWhitespace( _rValue, m_nWST ); in _validate()
/trunk/main/l10ntools/source/
H A Dgsiconv.cxx120 ByteString sConverted; in ConvertGSILine() local
130 sConverted += "\t"; in ConvertGSILine()
131 sConverted += sToken; in ConvertGSILine()
133 rLine = sConverted; in ConvertGSILine()
/trunk/main/sfx2/source/dialog/
H A Dversdlg.cxx255 String sConverted; in ConvertWhiteSpaces_Impl() local
263 sConverted += ' '; in ConvertWhiteSpaces_Impl()
267 sConverted += *pChars; in ConvertWhiteSpaces_Impl()
273 return sConverted; in ConvertWhiteSpaces_Impl()
/trunk/main/sw/source/filter/ww8/
H A Drtfexport.cxx909 OString sConverted; in OutChar() local
913 bool bWriteAsUnicode = !(sBuf.convertToString(&sConverted, in OutChar()
917 sBuf.convertToString(&sConverted, in OutChar()
919 const sal_Int32 nLen = sConverted.getLength(); in OutChar()
939 aBuf.append(OutHex(sConverted.getStr()[nI], 2)); in OutChar()
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx1062 String sConverted; in convertEffectiveValue() local
1063 pFormatter->GetOutputString(d, 0, sConverted, &pDum); in convertEffectiveValue()
1064 aReturn <<= ::rtl::OUString( sConverted ); in convertEffectiveValue()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1452 String sConverted; in Init() local
1454 … pFormatterUsed->GetOutputString(::comphelper::getDouble(aDefault), 0, sConverted, &pDummy); in Init()
1455 ((FormattedField*)m_pWindow)->SetDefaultText(sConverted); in Init()
1456 ((FormattedField*)m_pPainter)->SetDefaultText(sConverted); in Init()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx905 String sConverted; in processValue() local
906 aCompiler.CreateStringFromTokenArray(sConverted); in processValue()
907 sFormula = EQUALS + sConverted; in processValue()
948 String sConverted; in visitNode() local
949 aCompiler.CreateStringFromTokenArray(sConverted); in visitNode()
950 sVal = EQUALS + sConverted; in visitNode()

Completed in 112 milliseconds