layerexport.hxx (86e1cf34) layerexport.hxx (2df387e6)
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

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

102 // the control ids of all controls on all pages we ever examined
103
104 MapPropertySet2Map m_aReferringControls;
105 // for a given page (iter->first), and a given control (iter->second->first), this is the comma-separated
106 // lists of ids of the controls referring to the control given.
107
108 MapPropertySet2Map::iterator
109 m_aCurrentPageIds;
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

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

102 // the control ids of all controls on all pages we ever examined
103
104 MapPropertySet2Map m_aReferringControls;
105 // for a given page (iter->first), and a given control (iter->second->first), this is the comma-separated
106 // lists of ids of the controls referring to the control given.
107
108 MapPropertySet2Map::iterator
109 m_aCurrentPageIds;
110 // the iterator for the control id map for the page beeing handled
110 // the iterator for the control id map for the page being handled
111 MapPropertySet2Map::iterator
112 m_aCurrentPageReferring;
113 // the same for the map of referring controls
114
115 // TODO: To avoid this construct above, and to have a cleaner implementation, an class encapsulating the
116 // export of a single page should be introduced.
117
118 DECLARE_STL_MAP( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >, sal_Int32, OPropertySetCompare, MapPropertySet2Int);

--- 198 unchanged lines hidden ---
111 MapPropertySet2Map::iterator
112 m_aCurrentPageReferring;
113 // the same for the map of referring controls
114
115 // TODO: To avoid this construct above, and to have a cleaner implementation, an class encapsulating the
116 // export of a single page should be introduced.
117
118 DECLARE_STL_MAP( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >, sal_Int32, OPropertySetCompare, MapPropertySet2Int);

--- 198 unchanged lines hidden ---