#include "ut_locale.h"#include "ut_types.h"#include "ut_misc.h"#include "ut_string.h"#include "ut_assert.h"#include "ut_debugmsg.h"#include "pt_PieceTable.h"#include "pd_Style.h"#include "fl_AutoLists.h"#include "ut_hash.h"#include "xap_Strings.h"#include "xap_App.h"#include "xap_EncodingManager.h"Classes | |
| struct | ST_LOCALISED_STYLES |
Defines | |
| #define | _s(name, displayed, type, base, follow, props) |
Variables | |
| ST_LOCALISED_STYLES | stLocalised [] |
| #define _s | ( | name, | ||
| displayed, | ||||
| type, | ||||
| base, | ||||
| follow, | ||||
| props | ||||
| ) |
do { const PP_PropertyVector a = { \ PT_NAME_ATTRIBUTE_NAME, name, \ PT_TYPE_ATTRIBUTE_NAME, type, \ PT_BASEDON_ATTRIBUTE_NAME, base, \ PT_FOLLOWEDBY_ATTRIBUTE_NAME, follow, \ PT_PROPS_ATTRIBUTE_NAME, props \ }; \ if (!_createBuiltinStyle(name, displayed, a)) \ goto Failed; \ } while(0)
Referenced by pt_PieceTable::_loadBuiltinStyles(), AP_CreateMenuActionSet(), and AP_CreateToolbarActionSet().
1.7.1