#include <string.h>#include <stdlib.h>#include "ut_types.h"#include "ut_string.h"#include "ap_Prefs.h"#include "fl_SectionLayout.h"#include "fl_FrameLayout.h"#include "fl_Layout.h"#include "fl_DocLayout.h"#include "fl_BlockLayout.h"#include "fb_LineBreaker.h"#include "fp_Page.h"#include "fp_Line.h"#include "fp_Column.h"#include "fp_FrameContainer.h"#include "fp_ContainerObject.h"#include "pd_Document.h"#include "pp_AttrProp.h"#include "gr_Graphics.h"#include "pp_Property.h"#include "px_ChangeRecord.h"#include "px_CR_Object.h"#include "px_CR_ObjectChange.h"#include "px_CR_Span.h"#include "px_CR_SpanChange.h"#include "px_CR_Strux.h"#include "px_CR_StruxChange.h"#include "px_CR_Glob.h"#include "fp_Run.h"#include "ut_debugmsg.h"#include "ut_assert.h"#include "ut_units.h"#include "fv_FrameEdit.h"#include "ut_png.h"#include "ut_bytebuf.h"#include "fg_GraphicRaster.h"#include "fg_GraphicVector.h"#include "fv_View.h"Functions | |
| static void | s_border_properties (const gchar *border_color, const gchar *border_style, const gchar *border_width, const gchar *color, PP_PropertyMap::Line &line) |
| static void | s_background_properties (const gchar *pszBgStyle, const gchar *pszBgColor, const gchar *pszBackgroundColor, PP_PropertyMap::Background &background) |
| static void s_background_properties | ( | const gchar * | pszBgStyle, | |
| const gchar * | pszBgColor, | |||
| const gchar * | pszBackgroundColor, | |||
| PP_PropertyMap::Background & | background | |||
| ) | [static] |
| static void s_border_properties | ( | const gchar * | border_color, | |
| const gchar * | border_style, | |||
| const gchar * | border_width, | |||
| const gchar * | color, | |||
| PP_PropertyMap::Line & | line | |||
| ) | [static] |
References PP_PropertyMap::color_color, PP_PropertyMap::color_type(), DIM_PX, PP_PropertyMap::linestyle_type(), PP_PropertyMap::Line::m_color, PP_PropertyMap::Line::m_t_color, PP_PropertyMap::Line::m_t_linestyle, PP_PropertyMap::Line::m_t_thickness, PP_PropertyMap::Line::m_thickness, PP_PropertyMap::Line::reset(), PP_PropertyMap::thickness_length, PP_PropertyMap::thickness_type(), UT_convertDimensionless(), UT_convertToLogicalUnits(), UT_determineDimension(), UT_LAYOUT_RESOLUTION, and UT_parseColor().
Referenced by fl_FrameLayout::_lookupProperties().
1.7.1