LibreOffice Module sw (master) 1
|
Go to the source code of this file.
Namespaces | |
namespace | editeng |
Functions | |
bool | sw_frmitems_parseXMLBorder (std::u16string_view rValue, const SvXMLUnitConverter &rUnitConverter, bool &rHasStyle, sal_uInt16 &rStyle, bool &rHasWidth, sal_uInt16 &rWidth, sal_uInt16 &rNamedWidth, bool &rHasColor, Color &rColor) |
Define various helper variables and functions for xmlimpit.cxx and xmlexpit.cxx. More... | |
bool | sw_frmitems_setXMLBorder (std::unique_ptr< editeng::SvxBorderLine > &rpLine, bool bHasStyle, sal_uInt16 nStyle, bool bHasWidth, sal_uInt16 nWidth, sal_uInt16 nNamedWidth, bool bHasColor, const Color &rColor) |
void | sw_frmitems_setXMLBorder (std::unique_ptr< editeng::SvxBorderLine > &rpLine, sal_uInt16 nWidth, sal_uInt16 nOutWidth, sal_uInt16 nInWidth, sal_uInt16 nDistance) |
void | sw_frmitems_MergeXMLHoriPos (SvxGraphicPosition &ePos, SvxGraphicPosition eHori) |
void | sw_frmitems_MergeXMLVertPos (SvxGraphicPosition &ePos, SvxGraphicPosition eVert) |
Variables | |
const struct SvXMLEnumMapEntry< sal_uInt16 > | psXML_BorderStyles [] |
const struct SvXMLEnumMapEntry< sal_uInt16 > | psXML_NamedBorderWidths [] |
const struct SvXMLEnumMapEntry< SvxGraphicPosition > | psXML_BrushRepeat [] |
const struct SvXMLEnumMapEntry< SvxGraphicPosition > | psXML_BrushHoriPos [] |
const struct SvXMLEnumMapEntry< SvxGraphicPosition > | psXML_BrushVertPos [] |
const struct SvXMLEnumMapEntry< sal_uInt16 > | psXML_BreakType [] |
const struct SvXMLEnumMapEntry< sal_Int16 > | aXMLTableAlignMap [] |
const struct SvXMLEnumMapEntry< sal_Int16 > | aXMLTableVAlignMap [] |
const struct SvXMLEnumMapEntry< sal_uInt16 > | aXML_KeepTogetherType [] |
void sw_frmitems_MergeXMLHoriPos | ( | SvxGraphicPosition & | ePos, |
SvxGraphicPosition | eHori | ||
) |
void sw_frmitems_MergeXMLVertPos | ( | SvxGraphicPosition & | ePos, |
SvxGraphicPosition | eVert | ||
) |
bool sw_frmitems_parseXMLBorder | ( | std::u16string_view | rValue, |
const SvXMLUnitConverter & | rUnitConverter, | ||
bool & | rHasStyle, | ||
sal_uInt16 & | rStyle, | ||
bool & | rHasWidth, | ||
sal_uInt16 & | rWidth, | ||
sal_uInt16 & | rNamedWidth, | ||
bool & | rHasColor, | ||
Color & | rColor | ||
) |
Define various helper variables and functions for xmlimpit.cxx and xmlexpit.cxx.
Definition at line 77 of file xmlithlp.cxx.
References sax::Converter::convertColor(), SvXMLUnitConverter::convertEnum(), SvXMLUnitConverter::convertMeasureToCore(), SvXMLTokenEnumerator::getNextToken(), psXML_BorderStyles, and psXML_NamedBorderWidths.
Referenced by SvXMLImportItemMapper::PutXMLValue().
bool sw_frmitems_setXMLBorder | ( | std::unique_ptr< editeng::SvxBorderLine > & | rpLine, |
bool | bHasStyle, | ||
sal_uInt16 | nStyle, | ||
bool | bHasWidth, | ||
sal_uInt16 | nWidth, | ||
sal_uInt16 | nNamedWidth, | ||
bool | bHasColor, | ||
const Color & | rColor | ||
) |
void sw_frmitems_setXMLBorder | ( | std::unique_ptr< editeng::SvxBorderLine > & | rpLine, |
sal_uInt16 | nWidth, | ||
sal_uInt16 | nOutWidth, | ||
sal_uInt16 | nInWidth, | ||
sal_uInt16 | nDistance | ||
) |
|
extern |
Definition at line 326 of file xmlithlp.cxx.
Referenced by SvXMLExportItemMapper::exportXML().
|
extern |
Definition at line 307 of file xmlithlp.cxx.
Referenced by SvXMLImportItemMapper::PutXMLValue(), and SvXMLExportItemMapper::QueryXMLValue().
|
extern |
Definition at line 318 of file xmlithlp.cxx.
Referenced by SvXMLImportItemMapper::PutXMLValue(), and SvXMLExportItemMapper::QueryXMLValue().
|
extern |
Definition at line 43 of file xmlithlp.cxx.
Referenced by sw_frmitems_parseXMLBorder().
|
extern |
Definition at line 297 of file xmlithlp.cxx.
Referenced by SvXMLImportItemMapper::PutXMLValue(), and SvXMLExportItemMapper::QueryXMLValue().
|
extern |
Definition at line 223 of file xmlithlp.cxx.
Referenced by SvXMLImportItemMapper::PutXMLValue().
|
extern |
Definition at line 215 of file xmlithlp.cxx.
Referenced by SvXMLImportItemMapper::PutXMLValue().
|
extern |
Definition at line 230 of file xmlithlp.cxx.
Referenced by SvXMLImportItemMapper::PutXMLValue().
|
extern |
Definition at line 62 of file xmlithlp.cxx.
Referenced by sw_frmitems_parseXMLBorder().