DeckDescriptor.hxx (f120fe41) | DeckDescriptor.hxx (4e21436d) |
---|---|
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 --- 22 unchanged lines hidden (view full) --- 31 32class DeckDescriptor 33{ 34public: 35 ::rtl::OUString msTitle; 36 ::rtl::OUString msId; 37 ::rtl::OUString msIconURL; 38 ::rtl::OUString msHighContrastIconURL; | 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 --- 22 unchanged lines hidden (view full) --- 31 32class DeckDescriptor 33{ 34public: 35 ::rtl::OUString msTitle; 36 ::rtl::OUString msId; 37 ::rtl::OUString msIconURL; 38 ::rtl::OUString msHighContrastIconURL; |
39 ::rtl::OUString msTitleBarIconURL; 40 ::rtl::OUString msHighContrastTitleBarIconURL; |
|
39 ::rtl::OUString msHelpURL; 40 ::rtl::OUString msHelpText; 41 ContextList maContextList; 42 bool mbIsEnabled; 43 sal_Int32 mnOrderIndex; 44 45 DeckDescriptor (void); 46 DeckDescriptor (const DeckDescriptor& rOther); 47 ~DeckDescriptor (void); 48}; 49typedef ::boost::shared_ptr<DeckDescriptor> SharedDeckDescriptor; 50 51} } // end of namespace sfx2::sidebar 52 53#endif | 41 ::rtl::OUString msHelpURL; 42 ::rtl::OUString msHelpText; 43 ContextList maContextList; 44 bool mbIsEnabled; 45 sal_Int32 mnOrderIndex; 46 47 DeckDescriptor (void); 48 DeckDescriptor (const DeckDescriptor& rOther); 49 ~DeckDescriptor (void); 50}; 51typedef ::boost::shared_ptr<DeckDescriptor> SharedDeckDescriptor; 52 53} } // end of namespace sfx2::sidebar 54 55#endif |