Searched refs:sConverted (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/svtools/source/svrtf/ |
H A D | rtfout.cxx | 119 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()
|
/aoo41x/main/l10ntools/source/ |
H A D | gsiconv.cxx | 120 ByteString sConverted; in ConvertGSILine() local 130 sConverted += "\t"; in ConvertGSILine() 131 sConverted += sToken; in ConvertGSILine() 133 rLine = sConverted; in ConvertGSILine()
|
/aoo41x/main/forms/source/xforms/ |
H A D | convert.cxx | 557 ::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 D | datatypes.cxx | 240 ::rtl::OUString sConverted = Convert::convertWhitespace( _rValue, m_nWST ); in _validate()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | versdlg.cxx | 255 String sConverted; in ConvertWhiteSpaces_Impl() local 263 sConverted += ' '; in ConvertWhiteSpaces_Impl() 267 sConverted += *pChars; in ConvertWhiteSpaces_Impl() 273 return sConverted; in ConvertWhiteSpaces_Impl()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | rtfexport.cxx | 909 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()
|
/aoo41x/main/svtools/source/uno/ |
H A D | unoiface.cxx | 1062 String sConverted; in convertEffectiveValue() local 1063 pFormatter->GetOutputString(d, 0, sConverted, &pDum); in convertEffectiveValue() 1064 aReturn <<= ::rtl::OUString( sConverted ); in convertEffectiveValue()
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 1452 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()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 905 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 379 milliseconds