PageMasterStyleMap.cxx (63bba73c) | PageMasterStyleMap.cxx (1d438f2a) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 17 unchanged lines hidden (view full) --- 26 27#include <xmloff/PageMasterStyleMap.hxx> 28 29#include <xmloff/xmlnmspe.hxx> 30#include <xmloff/xmltoken.hxx> 31 32using namespace ::xmloff::token; 33 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 17 unchanged lines hidden (view full) --- 26 27#include <xmloff/PageMasterStyleMap.hxx> 28 29#include <xmloff/xmlnmspe.hxx> 30#include <xmloff/xmltoken.hxx> 31 32using namespace ::xmloff::token; 33 |
34#define _MAP(name,prefix,token,type,context) { name, sizeof(name)-1, prefix, token, type, context, SvtSaveOptions::ODFVER_010 } | 34#define _MAP(name,prefix,token,type,context) { name, sizeof(name)-1, prefix, token, static_cast<sal_Int32>(type), context, SvtSaveOptions::ODFVER_010 } |
35#define PLMAP(name,prefix,token,type,context) \ 36 _MAP(name,prefix,token,type|XML_TYPE_PROP_PAGE_LAYOUT,context) 37#define HFMAP(name,prefix,token,type,context) \ 38 _MAP(name,prefix,token,type|XML_TYPE_PROP_HEADER_FOOTER,context) 39 40//______________________________________________________________________________ 41 42const XMLPropertyMapEntry aXMLPageMasterStyleMap[] = --- 147 unchanged lines hidden --- | 35#define PLMAP(name,prefix,token,type,context) \ 36 _MAP(name,prefix,token,type|XML_TYPE_PROP_PAGE_LAYOUT,context) 37#define HFMAP(name,prefix,token,type,context) \ 38 _MAP(name,prefix,token,type|XML_TYPE_PROP_HEADER_FOOTER,context) 39 40//______________________________________________________________________________ 41 42const XMLPropertyMapEntry aXMLPageMasterStyleMap[] = --- 147 unchanged lines hidden --- |