| ContentLoader.idl (d1766043) | ContentLoader.idl (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 --- 71 unchanged lines hidden (view full) --- 80 Using this URL creates an instance of the 81 <type scope="com::sun::star::sdb">RelationDesign</type> 82 service and plugs it into the frame passed to the loader. 83 </li> 84 </ul> 85 86 The parameters passed to the 87 <member scope="com::sun::star::frame">XFrameLoader::load()</member> | 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 --- 71 unchanged lines hidden (view full) --- 80 Using this URL creates an instance of the 81 <type scope="com::sun::star::sdb">RelationDesign</type> 82 service and plugs it into the frame passed to the loader. 83 </li> 84 </ul> 85 86 The parameters passed to the 87 <member scope="com::sun::star::frame">XFrameLoader::load()</member> |
| 88 are forwarded to the object beeing created, 89 in particular to it's | 88 are forwarded to the object being created, 89 in particular to its |
| 90 <type scope="com::sun::star::lang">XInitialization</type> 91 interface. 92 **/ 93 service com::sun::star::frame::FrameLoader; 94}; 95 96//============================================================================= 97}; }; }; }; 98 99#endif | 90 <type scope="com::sun::star::lang">XInitialization</type> 91 interface. 92 **/ 93 service com::sun::star::frame::FrameLoader; 94}; 95 96//============================================================================= 97}; }; }; }; 98 99#endif |