#include "ODi_Style_PageLayout.h"
#include "ODi_ListenerStateAction.h"
#include "ODi_ElementStack.h"
#include "ODi_Abi_Data.h"
#include <ut_math.h>
#include <fp_PageSize.h>
#include <pd_Document.h>
#include <ut_locale.h>
#include <ut_std_string.h>
Defines | |
#define | APPEND_STYLE(abiStyName, styValue) |
#define APPEND_STYLE | ( | abiStyName, | ||
styValue | ||||
) |
if (styValue.size()) { \ if(sectionProps.size()) { \ sectionProps += "; "; \ } \ sectionProps += abiStyName; \ sectionProps += ":"; \ sectionProps += styValue; \ }
Referenced by ODi_Style_PageLayout::_buildSectionPropsString(), ODi_Style_Style::buildAbiPropsAttrString(), OO_Style::parse(), and OO_PageStyle::parse().