LibreOffice Module basic (master) 1
Functions
sbxstr.cxx File Reference
#include <config_features.h>
#include <basic/sbx.hxx>
#include "sbxconv.hxx"
#include "sbxres.hxx"
#include <runtime.hxx>
#include <rtl/ustrbuf.hxx>
#include <memory>
Include dependency graph for sbxstr.cxx:

Go to the source code of this file.

Functions

OUString ImpGetString (const SbxValues *p)
 
OUString ImpGetCoreString (const SbxValues *p)
 
void ImpPutString (SbxValues *p, const OUString *n)
 
SbxArrayStringToByteArray (const OUString &rStr)
 
OUString ByteArrayToString (SbxArray *pArr)
 

Function Documentation

◆ ByteArrayToString()

OUString ByteArrayToString ( SbxArray pArr)

Definition at line 302 of file sbxstr.cxx.

References SbxArray::Count(), SbxArray::Get(), SbxValue::GetByte(), i, and nCount.

Referenced by ImpGetString(), and SbxValue::operator=().

◆ ImpGetCoreString()

OUString ImpGetCoreString ( const SbxValues p)

◆ ImpGetString()

OUString ImpGetString ( const SbxValues p)

◆ ImpPutString()

void ImpPutString ( SbxValues p,
const OUString *  n 
)

◆ StringToByteArray()

SbxArray * StringToByteArray ( const OUString &  rStr)