formlayerexport.hxx (ecfe53c5) | formlayerexport.hxx (7950f2af) |
---|---|
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 --- 121 unchanged lines hidden (view full) --- 130 131 /** exports the structure of a form layer 132 133 <p>This method does not export styles (e.g. font properties of the controls), or any references 134 external instances may have to the control models contained in the form layer (e.g. uno control 135 shapes in the drawing layer may have such references)</p> 136 137 <p>No top level element describing the whole collection is inserted. I.e. if within your document, you | 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 --- 121 unchanged lines hidden (view full) --- 130 131 /** exports the structure of a form layer 132 133 <p>This method does not export styles (e.g. font properties of the controls), or any references 134 external instances may have to the control models contained in the form layer (e.g. uno control 135 shapes in the drawing layer may have such references)</p> 136 137 <p>No top level element describing the whole collection is inserted. I.e. if within your document, you |
138 expect the the forms collection to be stored like | 138 expect the forms collection to be stored like |
139 <listing> 140 <Forms> 141 .... // all the forms stuff here 142 </Forms> 143 </listing> 144 you have to start the Forms element yourself.</p> 145 146 @param _rxDrawPage --- 59 unchanged lines hidden --- | 139 <listing> 140 <Forms> 141 .... // all the forms stuff here 142 </Forms> 143 </listing> 144 you have to start the Forms element yourself.</p> 145 146 @param _rxDrawPage --- 59 unchanged lines hidden --- |