LibreOffice Module basegfx (master) 1
Namespaces | Functions
stringconversiontools.cxx File Reference
#include <stringconversiontools.hxx>
#include <rtl/math.hxx>
Include dependency graph for stringconversiontools.cxx:

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)
 
static void basegfx::internal::skipSpacesAndCommas (sal_Int32 &io_rPos, std::u16string_view rStr, const sal_Int32 nLen)
 
static bool basegfx::internal::getDoubleChar (double &o_fRetval, sal_Int32 &io_rPos, std::u16string_view rStr)
 
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)