namespaces.hxx.tail (184e05d2) namespaces.hxx.tail (4e7b0f82)
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

--- 25 unchanged lines hidden (view full) ---

34// defines for tokens with specific namespaces
35#define OOX_TOKEN( namespace, token ) (::oox::NMSP_##namespace | ::oox::XML_##token)
36
37#define A_TOKEN( token ) OOX_TOKEN( dml, token )
38#define AX_TOKEN( token ) OOX_TOKEN( ax, token )
39#define C_TOKEN( token ) OOX_TOKEN( dmlChart, token )
40#define CDR_TOKEN( token ) OOX_TOKEN( dmlChartDr, token )
41#define DGM_TOKEN( token ) OOX_TOKEN( dmlDiagram, token )
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

--- 25 unchanged lines hidden (view full) ---

34// defines for tokens with specific namespaces
35#define OOX_TOKEN( namespace, token ) (::oox::NMSP_##namespace | ::oox::XML_##token)
36
37#define A_TOKEN( token ) OOX_TOKEN( dml, token )
38#define AX_TOKEN( token ) OOX_TOKEN( ax, token )
39#define C_TOKEN( token ) OOX_TOKEN( dmlChart, token )
40#define CDR_TOKEN( token ) OOX_TOKEN( dmlChartDr, token )
41#define DGM_TOKEN( token ) OOX_TOKEN( dmlDiagram, token )
42#define ENCRYPTION_TOKEN( token) OOX_TOKEN( encryption, token )
43#define KEY_ENCRYPTOR_PASSWORD_TOKEN( token ) OOX_TOKEN( keyEncryptorPassword, token )
42#define O_TOKEN( token ) OOX_TOKEN( vmlOffice, token )
43#define PC_TOKEN( token ) OOX_TOKEN( packageContentTypes, token )
44#define PPT_TOKEN( token ) OOX_TOKEN( ppt, token )
45#define PR_TOKEN( token ) OOX_TOKEN( packageRel, token )
46#define R_TOKEN( token ) OOX_TOKEN( officeRel, token )
47#define VML_TOKEN( token ) OOX_TOKEN( vml, token )
48#define VMLX_TOKEN( token ) OOX_TOKEN( vmlExcel, token )
49#define XDR_TOKEN( token ) OOX_TOKEN( dmlSpreadDr, token )
50#define XLS_TOKEN( token ) OOX_TOKEN( xls, token )
51#define XM_TOKEN( token ) OOX_TOKEN( xm, token )
52#define XML_TOKEN( token ) OOX_TOKEN( xml, token )
53
54// ============================================================================
55
56} // namespace oox
57
58#endif
44#define O_TOKEN( token ) OOX_TOKEN( vmlOffice, token )
45#define PC_TOKEN( token ) OOX_TOKEN( packageContentTypes, token )
46#define PPT_TOKEN( token ) OOX_TOKEN( ppt, token )
47#define PR_TOKEN( token ) OOX_TOKEN( packageRel, token )
48#define R_TOKEN( token ) OOX_TOKEN( officeRel, token )
49#define VML_TOKEN( token ) OOX_TOKEN( vml, token )
50#define VMLX_TOKEN( token ) OOX_TOKEN( vmlExcel, token )
51#define XDR_TOKEN( token ) OOX_TOKEN( dmlSpreadDr, token )
52#define XLS_TOKEN( token ) OOX_TOKEN( xls, token )
53#define XM_TOKEN( token ) OOX_TOKEN( xm, token )
54#define XML_TOKEN( token ) OOX_TOKEN( xml, token )
55
56// ============================================================================
57
58} // namespace oox
59
60#endif