ResourceManager.hxx (7e429a12) ResourceManager.hxx (d46a1e42)
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

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

97 /** Remember the expansions state per panel and context.
98 This is not persistent past application end.
99 */
100 void StorePanelExpansionState (
101 const ::rtl::OUString& rsPanelId,
102 const bool bExpansionState,
103 const Context& rContext);
104
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

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

97 /** Remember the expansions state per panel and context.
98 This is not persistent past application end.
99 */
100 void StorePanelExpansionState (
101 const ::rtl::OUString& rsPanelId,
102 const bool bExpansionState,
103 const Context& rContext);
104
105 static ::rtl::OUString GetModuleName (
106 const cssu::Reference<css::frame::XFrame>& rxFrame);
107
108private:
109 ResourceManager (void);
110 ~ResourceManager (void);
111 class Deleter;
112 friend class Deleter;
113
114 typedef ::std::vector<DeckDescriptor> DeckContainer;
115 DeckContainer maDecks;

--- 27 unchanged lines hidden ---
105private:
106 ResourceManager (void);
107 ~ResourceManager (void);
108 class Deleter;
109 friend class Deleter;
110
111 typedef ::std::vector<DeckDescriptor> DeckContainer;
112 DeckContainer maDecks;

--- 27 unchanged lines hidden ---