|
OOX_DLLPUBLIC bool | oox::vml::ConversionHelper::separatePair (std::u16string_view &orValue1, std::u16string_view &orValue2, std::u16string_view rValue, sal_Unicode cSep) |
| Returns two values contained in rValue separated by cSep. More...
|
|
OOX_DLLPUBLIC bool | oox::vml::ConversionHelper::decodeBool (std::u16string_view rValue) |
| Returns the boolean value from the passed string of a VML attribute. More...
|
|
OOX_DLLPUBLIC double | oox::vml::ConversionHelper::decodePercent (std::u16string_view rValue, double fDefValue) |
| Converts the passed VML percentage measure string to a normalized floating-point value. More...
|
|
OOX_DLLPUBLIC Degree100 | oox::vml::ConversionHelper::decodeRotation (std::u16string_view rValue) |
| Converts the passed VML rotation value to degrees. More...
|
|
OOX_DLLPUBLIC sal_Int64 | oox::vml::ConversionHelper::decodeMeasureToEmu (const GraphicHelper &rGraphicHelper, std::u16string_view rValue, sal_Int32 nRefValue, bool bPixelX, bool bDefaultAsPixel) |
| Converts the passed VML measure string to EMU (English Metric Units). More...
|
|
OOX_DLLPUBLIC sal_Int32 | oox::vml::ConversionHelper::decodeMeasureToHmm (const GraphicHelper &rGraphicHelper, std::u16string_view rValue, sal_Int32 nRefValue, bool bPixelX, bool bDefaultAsPixel) |
| Converts the passed VML measure string to 1/100 mm. More...
|
|
OOX_DLLPUBLIC sal_Int32 | oox::vml::ConversionHelper::decodeMeasureToTwip (const GraphicHelper &rGraphicHelper, std::u16string_view rValue, sal_Int32 nRefValue, bool bPixelX, bool bDefaultAsPixel) |
| Converts the passed VML measure string to Twip. More...
|
|
OOX_DLLPUBLIC::oox::drawingml::Color | oox::vml::ConversionHelper::decodeColor (const GraphicHelper &rGraphicHelper, const std::optional< OUString > &roVmlColor, const std::optional< double > &roVmlOpacity, ::Color nDefaultRgb, ::Color nPrimaryRgb=API_RGB_TRANSPARENT) |
| Converts VML color attributes to a DrawingML color. More...
|
|
OOX_DLLPUBLIC void | oox::vml::ConversionHelper::decodeVmlPath (::std::vector< ::std::vector< css::awt::Point > > &rPoints, ::std::vector< ::std::vector< css::drawing::PolygonFlags > > &rFlags, std::u16string_view rPath) |
| Converts VML path string into point and flag vectors. More...
|
|