LibreOffice Module basegfx (master) 1
Namespaces | Functions
stringconversiontools.hxx File Reference
#include <sal/config.h>
#include <string_view>
#include <sal/types.h>
#include <rtl/ustring.hxx>
Include dependency graph for stringconversiontools.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  basegfx
 
namespace  basegfx::internal
 

Functions

void basegfx::internal::skipSpaces (sal_Int32 &io_rPos, std::u16string_view rStr, const sal_Int32 nLen)
 
bool basegfx::internal::isOnNumberChar (const sal_Unicode aChar, bool bSignAllowed)
 
bool basegfx::internal::isOnNumberChar (std::u16string_view rStr, const sal_Int32 nPos)
 
bool basegfx::internal::importDoubleAndSpaces (double &o_fRetval, sal_Int32 &io_rPos, std::u16string_view rStr, const sal_Int32 nLen)
 
bool basegfx::internal::importFlagAndSpaces (sal_Int32 &o_nRetval, sal_Int32 &io_rPos, std::u16string_view rStr, const sal_Int32 nLen)