DeckDescriptor.cxx (7a32b0c8) DeckDescriptor.cxx (f120fe41)
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

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

27
28DeckDescriptor::DeckDescriptor (void)
29 : msTitle(),
30 msId(),
31 msIconURL(),
32 msHighContrastIconURL(),
33 msHelpURL(),
34 msHelpText(),
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

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

27
28DeckDescriptor::DeckDescriptor (void)
29 : msTitle(),
30 msId(),
31 msIconURL(),
32 msHighContrastIconURL(),
33 msHelpURL(),
34 msHelpText(),
35 maContextMatcher(),
35 maContextList(),
36 mnOrderIndex(10000) // Default value as defined in Sidebar.xcs
37{
38}
39
40
41
42
43DeckDescriptor::DeckDescriptor (const DeckDescriptor& rOther)
44 : msTitle(rOther.msTitle),
45 msId(rOther.msId),
46 msIconURL(rOther.msIconURL),
47 msHighContrastIconURL(rOther.msHighContrastIconURL),
48 msHelpURL(rOther.msHelpURL),
49 msHelpText(rOther.msHelpText),
36 mnOrderIndex(10000) // Default value as defined in Sidebar.xcs
37{
38}
39
40
41
42
43DeckDescriptor::DeckDescriptor (const DeckDescriptor& rOther)
44 : msTitle(rOther.msTitle),
45 msId(rOther.msId),
46 msIconURL(rOther.msIconURL),
47 msHighContrastIconURL(rOther.msHighContrastIconURL),
48 msHelpURL(rOther.msHelpURL),
49 msHelpText(rOther.msHelpText),
50 maContextMatcher(rOther.maContextMatcher),
50 maContextList(rOther.maContextList),
51 mnOrderIndex(rOther.mnOrderIndex)
52{
53}
54
55
56
57
58DeckDescriptor::~DeckDescriptor (void)
59{
60}
61
62} } // end of namespace sfx2::sidebar
51 mnOrderIndex(rOther.mnOrderIndex)
52{
53}
54
55
56
57
58DeckDescriptor::~DeckDescriptor (void)
59{
60}
61
62} } // end of namespace sfx2::sidebar