propertyhdl.cxx (ff3f4ebc) propertyhdl.cxx (599cc5b4)
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

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

51{
52 PROPERTYKEY key;
53 PCWSTR pszXPathParent;
54 PCWSTR pszValueNodeName;
55};
56
57PROPERTYMAP g_rgPROPERTYMAP[] =
58{
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

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

51{
52 PROPERTYKEY key;
53 PCWSTR pszXPathParent;
54 PCWSTR pszValueNodeName;
55};
56
57PROPERTYMAP g_rgPROPERTYMAP[] =
58{
59 { PKEY_Title, L"Apache OpenOffice", L"Title" },
60 { PKEY_Author, L"Apache OpenOffice", L"Author" },
61 { PKEY_Subject, L"Apache OpenOffice", L"Subject" },
62 { PKEY_Keywords, L"Apache OpenOffice", L"Keyword" },
63 { PKEY_Comment, L"Apache OpenOffice", L"Comments" },
59 { PKEY_Title, L"OpenOffice", L"Title" },
60 { PKEY_Author, L"OpenOffice", L"Author" },
61 { PKEY_Subject, L"OpenOffice", L"Subject" },
62 { PKEY_Keywords, L"OpenOffice", L"Keyword" },
63 { PKEY_Comment, L"OpenOffice", L"Comments" },
64};
65
66size_t gPropertyMapTableSize = sizeof(g_rgPROPERTYMAP)/sizeof(g_rgPROPERTYMAP[0]);
67
68//----------------------------
69//
70//----------------------------
71

--- 388 unchanged lines hidden ---
64};
65
66size_t gPropertyMapTableSize = sizeof(g_rgPROPERTYMAP)/sizeof(g_rgPROPERTYMAP[0]);
67
68//----------------------------
69//
70//----------------------------
71

--- 388 unchanged lines hidden ---