LibreOffice Module basegfx (master) 1
|
Classes | |
class | ImplHomMatrixTemplate |
class | ImplMatLine |
Functions | |
void | skipSpaces (sal_Int32 &io_rPos, std::u16string_view rStr, const sal_Int32 nLen) |
bool | isOnNumberChar (const sal_Unicode aChar, bool bSignAllowed) |
bool | isOnNumberChar (std::u16string_view rStr, const sal_Int32 nPos) |
bool | importDoubleAndSpaces (double &o_fRetval, sal_Int32 &io_rPos, std::u16string_view rStr, const sal_Int32 nLen) |
bool | importFlagAndSpaces (sal_Int32 &o_nRetval, sal_Int32 &io_rPos, std::u16string_view rStr, const sal_Int32 nLen) |
static void | skipSpacesAndCommas (sal_Int32 &io_rPos, std::u16string_view rStr, const sal_Int32 nLen) |
static bool | getDoubleChar (double &o_fRetval, sal_Int32 &io_rPos, std::u16string_view rStr) |
constexpr double | implGetDefaultValue (sal_uInt16 nRow, sal_uInt16 nColumn) |
|
static |
Definition at line 47 of file stringconversiontools.cxx.
Referenced by importDoubleAndSpaces().
|
inlineconstexpr |
Definition at line 32 of file hommatrixtemplate.hxx.
Referenced by basegfx::internal::ImplHomMatrixTemplate< RowSize >::doInvert(), basegfx::B2DHomMatrix::identity(), basegfx::internal::ImplHomMatrixTemplate< RowSize >::ImplHomMatrixTemplate(), basegfx::internal::ImplMatLine< RowSize >::ImplMatLine(), basegfx::B2DHomMatrix::isIdentity(), basegfx::internal::ImplHomMatrixTemplate< RowSize >::isIdentity(), and basegfx::internal::ImplHomMatrixTemplate< RowSize >::isLastLineDefault().
bool basegfx::internal::importDoubleAndSpaces | ( | double & | o_fRetval, |
sal_Int32 & | io_rPos, | ||
std::u16string_view | rStr, | ||
const sal_Int32 | nLen | ||
) |
Definition at line 118 of file stringconversiontools.cxx.
References getDoubleChar(), and skipSpacesAndCommas().
Referenced by basegfx::utils::importFromSvgD(), and basegfx::utils::importFromSvgPoints().
bool basegfx::internal::importFlagAndSpaces | ( | sal_Int32 & | o_nRetval, |
sal_Int32 & | io_rPos, | ||
std::u16string_view | rStr, | ||
const sal_Int32 | nLen | ||
) |
Definition at line 131 of file stringconversiontools.cxx.
References skipSpacesAndCommas().
Referenced by basegfx::utils::importFromSvgD().
|
inline |
Definition at line 35 of file stringconversiontools.hxx.
References u.
Referenced by basegfx::utils::importFromSvgD(), and isOnNumberChar().
|
inline |
Definition at line 46 of file stringconversiontools.hxx.
References isOnNumberChar(), and nPos.
void basegfx::internal::skipSpaces | ( | sal_Int32 & | io_rPos, |
std::u16string_view | rStr, | ||
const sal_Int32 | nLen | ||
) |
Definition at line 25 of file stringconversiontools.cxx.
Referenced by basegfx::utils::importFromSvgD(), and basegfx::utils::importFromSvgPoints().
|
static |
Definition at line 36 of file stringconversiontools.cxx.
Referenced by importDoubleAndSpaces(), and importFlagAndSpaces().