Home
last modified time | relevance | path

Searched refs:rXclString (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxehelper.hxx257 XclExpString& rXclString,
267 XclExpString& rXclString,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxehelper.hxx255 XclExpString& rXclString,
265 XclExpString& rXclString,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxehelper.cxx545 void XclExpStringHelper::AppendString( XclExpString& rXclString, const XclExpRoot& rRoot, const OUS… in AppendString() argument
548 rXclString.Append( rString ); in AppendString()
550 rXclString.AppendByte( rString, rRoot.GetTextEncoding() ); in AppendString()
553 void XclExpStringHelper::AppendChar( XclExpString& rXclString, const XclExpRoot& rRoot, sal_Unicode… in AppendChar() argument
556 rXclString.Append( OUString(cChar) ); in AppendChar()
558 rXclString.AppendByte( cChar, rRoot.GetTextEncoding() ); in AppendChar()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxehelper.cxx545 void XclExpStringHelper::AppendString( XclExpString& rXclString, const XclExpRoot& rRoot, const OUS… in AppendString() argument
548 rXclString.Append( rString ); in AppendString()
550 rXclString.AppendByte( rString, rRoot.GetTextEncoding() ); in AppendString()
553 void XclExpStringHelper::AppendChar( XclExpString& rXclString, const XclExpRoot& rRoot, sal_Unicode… in AppendChar() argument
556 rXclString.Append( OUString(cChar) ); in AppendChar()
558 rXclString.AppendByte( cChar, rRoot.GetTextEncoding() ); in AppendChar()