LibreOffice Module vcl (master) 1
Namespaces | Functions
strhelper.hxx File Reference
#include <cstring>
#include <rtl/math.hxx>
#include <rtl/ustring.hxx>
#include <vcl/dllapi.h>
Include dependency graph for strhelper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  psp
 

Functions

OUString psp::GetCommandLineToken (int nToken, const OUString &rLine)
 
OString psp::GetCommandLineToken (int nToken, const OString &rLine)
 
int psp::GetCommandLineTokenCount (const OUString &rLine)
 
OUString psp::WhitespaceToSpace (std::u16string_view rLine, bool bProtect)
 
OString psp::WhitespaceToSpace (std::string_view rLine)
 
double psp::StringToDouble (std::u16string_view rStr)
 
double psp::StringToDouble (std::string_view rStr)
 
int psp::getValueOfDouble (char *pBuffer, double f, int nPrecision=0)