1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:57:45 +00:00

LibPDF: Rename x-macro argument name

I'd like to add a string called `A`, so the argument can't be called
`A` as well.

No behavior change.
This commit is contained in:
Nico Weber 2023-10-17 07:56:07 -04:00 committed by Tim Flynn
parent f646e47d46
commit d9c9510d3c

View file

@ -8,163 +8,163 @@
#include <AK/DeprecatedFlyString.h> #include <AK/DeprecatedFlyString.h>
#define ENUMERATE_COMMON_NAMES(A) \ #define ENUMERATE_COMMON_NAMES(X) \
A(AIS) \ X(AIS) \
A(Alternate) \ X(Alternate) \
A(ASCII85Decode) \ X(ASCII85Decode) \
A(ASCIIHexDecode) \ X(ASCIIHexDecode) \
A(Author) \ X(Author) \
A(BG) \ X(BG) \
A(BG2) \ X(BG2) \
A(BM) \ X(BM) \
A(BaseEncoding) \ X(BaseEncoding) \
A(BaseFont) \ X(BaseFont) \
A(BitsPerComponent) \ X(BitsPerComponent) \
A(BlackPoint) \ X(BlackPoint) \
A(C) \ X(C) \
A(CA) \ X(CA) \
A(CCITTFaxDecode) \ X(CCITTFaxDecode) \
A(CF) \ X(CF) \
A(CFM) \ X(CFM) \
A(CalRGB) \ X(CalRGB) \
A(CIDFontType0) \ X(CIDFontType0) \
A(CIDFontType2) \ X(CIDFontType2) \
A(CIDSystemInfo) \ X(CIDSystemInfo) \
A(CIDToGIDMap) \ X(CIDToGIDMap) \
A(Colors) \ X(Colors) \
A(ColorSpace) \ X(ColorSpace) \
A(Columns) \ X(Columns) \
A(Contents) \ X(Contents) \
A(Count) \ X(Count) \
A(CreationDate) \ X(CreationDate) \
A(Creator) \ X(Creator) \
A(CropBox) \ X(CropBox) \
A(Crypt) \ X(Crypt) \
A(D) \ X(D) \
A(DW) \ X(DW) \
A(DCTDecode) \ X(DCTDecode) \
A(DecodeParms) \ X(DecodeParms) \
A(Decode) \ X(Decode) \
A(DescendantFonts) \ X(DescendantFonts) \
A(Dest) \ X(Dest) \
A(Dests) \ X(Dests) \
A(DeviceCMYK) \ X(DeviceCMYK) \
A(DeviceGray) \ X(DeviceGray) \
A(DeviceRGB) \ X(DeviceRGB) \
A(Differences) \ X(Differences) \
A(E) \ X(E) \
A(Encoding) \ X(Encoding) \
A(Encrypt) \ X(Encrypt) \
A(EncryptMetadata) \ X(EncryptMetadata) \
A(ExtGState) \ X(ExtGState) \
A(F) \ X(F) \
A(FL) \ X(FL) \
A(Filter) \ X(Filter) \
A(First) \ X(First) \
A(FirstChar) \ X(FirstChar) \
A(Fit) \ X(Fit) \
A(FitB) \ X(FitB) \
A(FitBH) \ X(FitBH) \
A(FitBV) \ X(FitBV) \
A(FitH) \ X(FitH) \
A(FitR) \ X(FitR) \
A(FitV) \ X(FitV) \
A(FlateDecode) \ X(FlateDecode) \
A(Font) \ X(Font) \
A(FontDescriptor) \ X(FontDescriptor) \
A(FontFamily) \ X(FontFamily) \
A(FontFile) \ X(FontFile) \
A(FontFile2) \ X(FontFile2) \
A(FontFile3) \ X(FontFile3) \
A(Gamma) \ X(Gamma) \
A(H) \ X(H) \
A(Height) \ X(Height) \
A(HT) \ X(HT) \
A(HTO) \ X(HTO) \
A(ICCBased) \ X(ICCBased) \
A(ID) \ X(ID) \
A(Image) \ X(Image) \
A(ImageMask) \ X(ImageMask) \
A(Index) \ X(Index) \
A(Indexed) \ X(Indexed) \
A(Info) \ X(Info) \
A(JBIG2Decode) \ X(JBIG2Decode) \
A(JPXDecode) \ X(JPXDecode) \
A(Keywords) \ X(Keywords) \
A(Kids) \ X(Kids) \
A(L) \ X(L) \
A(LC) \ X(LC) \
A(LJ) \ X(LJ) \
A(LW) \ X(LW) \
A(LZWDecode) \ X(LZWDecode) \
A(Last) \ X(Last) \
A(LastChar) \ X(LastChar) \
A(Length) \ X(Length) \
A(Length1) \ X(Length1) \
A(Length2) \ X(Length2) \
A(Length3) \ X(Length3) \
A(Limits) \ X(Limits) \
A(Linearized) \ X(Linearized) \
A(ML) \ X(ML) \
A(Matrix) \ X(Matrix) \
A(MediaBox) \ X(MediaBox) \
A(MissingWidth) \ X(MissingWidth) \
A(ModDate) \ X(ModDate) \
A(N) \ X(N) \
A(Names) \ X(Names) \
A(Next) \ X(Next) \
A(O) \ X(O) \
A(OE) \ X(OE) \
A(OP) \ X(OP) \
A(OPM) \ X(OPM) \
A(Ordering) \ X(Ordering) \
A(Outlines) \ X(Outlines) \
A(P) \ X(P) \
A(Pages) \ X(Pages) \
A(Parent) \ X(Parent) \
A(Pattern) \ X(Pattern) \
A(Perms) \ X(Perms) \
A(Predictor) \ X(Predictor) \
A(Prev) \ X(Prev) \
A(Producer) \ X(Producer) \
A(R) \ X(R) \
A(RI) \ X(RI) \
A(Registry) \ X(Registry) \
A(Resources) \ X(Resources) \
A(Root) \ X(Root) \
A(Rotate) \ X(Rotate) \
A(RunLengthDecode) \ X(RunLengthDecode) \
A(SA) \ X(SA) \
A(SM) \ X(SM) \
A(SMask) \ X(SMask) \
A(Separation) \ X(Separation) \
A(StmF) \ X(StmF) \
A(StrF) \ X(StrF) \
A(Subject) \ X(Subject) \
A(Subtype) \ X(Subtype) \
A(Supplement) \ X(Supplement) \
A(T) \ X(T) \
A(TK) \ X(TK) \
A(TR) \ X(TR) \
A(TR2) \ X(TR2) \
A(Title) \ X(Title) \
A(ToUnicode) \ X(ToUnicode) \
A(Type) \ X(Type) \
A(Type1C) \ X(Type1C) \
A(U) \ X(U) \
A(UE) \ X(UE) \
A(UCR) \ X(UCR) \
A(UseBlackPTComp) \ X(UseBlackPTComp) \
A(UserUnit) \ X(UserUnit) \
A(V) \ X(V) \
A(W) \ X(W) \
A(WhitePoint) \ X(WhitePoint) \
A(Width) \ X(Width) \
A(Widths) \ X(Widths) \
A(XObject) \ X(XObject) \
A(XYZ) \ X(XYZ) \
A(ca) \ X(ca) \
A(op) X(op)
namespace PDF { namespace PDF {